Records
Functions
-
uint32_t PciBdfRawAddr (uint8_tbus,uint8_tdev,uint8_tfunc,uint8_toff)Returns the BDF address without the bottom two bits masked off.
Defined at line 15 of file ../../zircon/kernel/lib/kpci/include/lib/pci/pio.h
-
uint32_t PciBdfAddr (uint8_tbus,uint8_tdev,uint8_tfunc,uint8_toff)Return BDF address with bottom two bits masked off.
Defined at line 23 of file ../../zircon/kernel/lib/kpci/include/lib/pci/pio.h
-
zx_status_t PioCfgRead (uint32_taddr,uint32_t *val,size_twidth)|addr| is expected to NOT have the bottom to bits masked off
Defined at line 34 of file ../../zircon/kernel/lib/kpci/pio.cc
-
zx_status_t PioCfgRead (uint8_tbus,uint8_tdev,uint8_tfunc,uint8_toffset,uint32_t *val,size_twidth)Defined at line 51 of file ../../zircon/kernel/lib/kpci/pio.cc
-
zx_status_t PioCfgWrite (uint32_taddr,uint32_tval,size_twidth)|addr| is expected to NOT have the bottom to bits masked off
Defined at line 56 of file ../../zircon/kernel/lib/kpci/pio.cc
-
zx_status_t PioCfgWrite (uint8_tbus,uint8_tdev,uint8_tfunc,uint8_toffset,uint32_tval,size_twidth)Defined at line 77 of file ../../zircon/kernel/lib/kpci/pio.cc