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

Function rt_pci_write_config_u16

components/drivers/include/drivers/pci.h:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403rt_inline rt_err_t rt_pci_write_config_u16(const struct rt_pci_device *pdev,
404 int reg, rt_uint16_t value)
405{
406 return rt_pci_bus_write_config_u16(pdev->bus, pdev->devfn, reg, value);
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)

Callers 15

i6300esb_wdt_probeFunction · 0.85
pci_set_masterFunction · 0.85
rt_pci_intxFunction · 0.85
pci_writeFunction · 0.85
pci_pme_activeFunction · 0.85
pci_intx_mask_brokenFunction · 0.85
rt_pci_setup_deviceFunction · 0.85
pcie_fixup_linkFunction · 0.85
pci_scan_bridge_extendFunction · 0.85
rt_pci_msi_initFunction · 0.85
rt_pci_msix_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected