Searched refs:EfiPeiPciCfgWidthUint16 (Results 1 – 5 of 5) sorted by relevance
77 } else if (Width == EfiPeiPciCfgWidthUint16) { in PciCfg2Read()149 } else if (Width == EfiPeiPciCfgWidthUint16) { in PciCfg2Write()231 } else if (Width == EfiPeiPciCfgWidthUint16) { in PciCfg2Modify()
46 EfiPeiPciCfgWidthUint16 = 1, enumerator
49 EfiPeiPciCfgWidthUint16 = 1, enumerator
535 return (UINT16) PeiPciLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint16); in PciRead16()564 return (UINT16) PeiPciLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint16, Value); in PciWrite16()
552 return (UINT16) PeiPciSegmentLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint16); in PciSegmentRead16()579 return (UINT16) PeiPciSegmentLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint16, Value); in PciSegmentWrite16()