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

Function rt_pci_set_master

components/drivers/pci/pci.c:249–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void rt_pci_set_master(struct rt_pci_device *pdev)
250{
251 if (pdev)
252 {
253 pci_set_master(pdev, RT_TRUE);
254 }
255}
256
257void rt_pci_clear_master(struct rt_pci_device *pdev)
258{

Callers 3

host_bridge_probeFunction · 0.85
pci_nvme_probeFunction · 0.85
pci_ahci_probeFunction · 0.85

Calls 1

pci_set_masterFunction · 0.85

Tested by

no test coverage detected