Searched refs:EfiPeiPciCfgWidthUint8 (Results 1 – 5 of 5) sorted by relevance
75 if (Width == EfiPeiPciCfgWidthUint8) { in PciCfg2Read()147 if (Width == EfiPeiPciCfgWidthUint8) { in PciCfg2Write()229 if (Width == EfiPeiPciCfgWidthUint8) { in PciCfg2Modify()
45 EfiPeiPciCfgWidthUint8 = 0, enumerator
185 return (UINT8) PeiPciLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint8); in PciRead8()213 return (UINT8) PeiPciLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint8, Value); in PciWrite8()
215 return (UINT8) PeiPciSegmentLibPciCfg2ReadWorker (Address, EfiPeiPciCfgWidthUint8); in PciSegmentRead8()241 return (UINT8) PeiPciSegmentLibPciCfg2WriteWorker (Address, EfiPeiPciCfgWidthUint8, Value); in PciSegmentWrite8()