Searched refs:pci_write_config_half (Results 1 – 5 of 5) sorted by relevance
| /dev/bus/pci/bus_mgr/ |
| A D | device.cpp | 148 err = pci_write_config_half(loc_, PCI_CONFIG_COMMAND, command); in enable() 304 pci_write_config_half(loc(), cap_offset + 2, control & ~(0x1)); // disable MSI in allocate_msi() 309 pci_write_config_half(loc(), cap_offset + 0xc, msi_data); in allocate_msi() 311 pci_write_config_half(loc(), cap_offset + 8, msi_data); in allocate_msi() 316 pci_write_config_half(loc(), cap_offset + 2, control); in allocate_msi() 347 …pci_write_config_half(loc(), PCI_CONFIG_COMMAND, command & ~(PCI_COMMAND_IO_EN | PCI_COMMAND_MEM_E… in load_bars() 423 pci_write_config_half(loc(), PCI_CONFIG_COMMAND, command); in load_bars()
|
| /dev/bus/pci/include/dev/bus/ |
| A D | pci.h | 57 status_t pci_write_config_half(pci_location_t state, uint32_t reg, uint16_t value);
|
| /dev/bus/pci/ |
| A D | debug.cpp | 232 ret = pci_write_config_half(loc, offset, value); in pci_config()
|
| A D | pci.cpp | 83 status_t pci_write_config_half(const pci_location_t state, uint32_t reg, uint16_t value) { in pci_write_config_half() function
|
| /dev/net/pcnet/ |
| A D | pcnet.c | 312 pci_write_config_half(loc, PCI_CONFIG_COMMAND, in pcnet_read_pci_config()
|
Completed in 31 milliseconds