MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / rt_pci_write_config_u32

Function rt_pci_write_config_u32

components/drivers/include/drivers/pci.h:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409rt_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
416int rt_pci_ofw_irq_parse_and_map(struct rt_pci_device *pdev,

Callers 6

pci_writeFunction · 0.85
pci_configure_ariFunction · 0.85
pci_scan_bridge_extendFunction · 0.85
msi_write_maskFunction · 0.85
rt_pci_msi_write_msgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected