Lines Matching refs:pci_bdf_t
217 static zx_status_t pciroot_op_config_read8(void* ctx, const pci_bdf_t* address, uint16_t offset, ui… in pciroot_op_config_read8()
222 const pci_bdf_t* address, in pciroot_op_config_read16()
229 const pci_bdf_t* address, in pciroot_op_config_read32()
236 const pci_bdf_t* address, in pciroot_op_config_write8()
243 const pci_bdf_t* address, in pciroot_op_config_write16()
250 const pci_bdf_t* address, in pciroot_op_config_write32()
305 static zx_status_t pciroot_op_config_read8(void*, const pci_bdf_t*, uint16_t, uint8_t*) { in pciroot_op_config_read8() argument
309 static zx_status_t pciroot_op_config_read16(void*, const pci_bdf_t*, uint16_t, uint16_t*) { in pciroot_op_config_read16() argument
313 static zx_status_t pciroot_op_config_read32(void*, const pci_bdf_t*, uint16_t, uint32_t*) { in pciroot_op_config_read32() argument
317 static zx_status_t pciroot_op_config_write8(void*, const pci_bdf_t*, uint16_t, uint8_t) { in pciroot_op_config_write8() argument
321 static zx_status_t pciroot_op_config_write16(void*, const pci_bdf_t*, uint16_t, uint16_t) { in pciroot_op_config_write16() argument
325 static zx_status_t pciroot_op_config_write32(void*, const pci_bdf_t*, uint16_t, uint32_t) { in pciroot_op_config_write32() argument