Home | History | Annotate | Download | only in NvmExpressDxe

Lines Matching refs:Cap

22   @param  Cap              The buffer used to store capability register content.

31 IN NVME_CAP *Cap
52 WriteUnaligned64 ((UINT64*)Cap, Data);
456 // Cap.To specifies max delay time in 500ms increments for Csts.Rdy to transition from 1 to 0 after
457 // Cc.Enable transition from 1 to 0. Loop produces a 1 millisecond delay per itteration, up to 500 * Cap.To.
459 if (Private->Cap.To == 0) {
462 Timeout = Private->Cap.To;
526 // Cap.To specifies max delay time in 500ms increments for Csts.Rdy to set after
527 // Cc.Enable. Loop produces a 1 millisecond delay per itteration, up to 500 * Cap.To.
529 if (Private->Cap.To == 0) {
532 Timeout = Private->Cap.To;
829 Status = ReadNvmeControllerCapabilities (Private, &Private->Cap);
834 if (Private->Cap.Css != 0x01) {
842 ASSERT ((Private->Cap.Mpsmin + 12) <= EFI_PAGE_SHIFT);