| 407 | } |
| 408 | |
| 409 | rt_inline rt_err_t rt_pci_write_config_u32(const struct rt_pci_device *pdev, |
| 410 | int reg, rt_uint32_t value) |
| 411 | { |
| 412 | return rt_pci_bus_write_config_u32(pdev->bus, pdev->devfn, reg, value); |
| 413 | } |
| 414 | |
| 415 | #ifdef RT_USING_OFW |
| 416 | int rt_pci_ofw_irq_parse_and_map(struct rt_pci_device *pdev, |
no outgoing calls
no test coverage detected