Searched refs:write_pci_config_byte (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.15/arch/x86/include/asm/ | 
| D | pci-direct.h | 14 extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val);
  | 
| /Linux-v5.15/arch/x86/pci/ | 
| D | early.c | 42 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val)  in write_pci_config_byte()  function
  | 
| /Linux-v5.15/drivers/usb/early/ | 
| D | ehci-dbgp.c | 725 		write_pci_config_byte(ehci_dev.bus, ehci_dev.slot,  in early_ehci_bios_handoff() 742 		write_pci_config_byte(ehci_dev.bus, ehci_dev.slot,  in early_ehci_bios_handoff() 747 	write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, ehci_dev.func,  in early_ehci_bios_handoff() 874 		write_pci_config_byte(bus, slot, func, 0x04, byte);  in early_dbgp_init()
  | 
| D | xhci-dbc.c | 84 		write_pci_config_byte(bus, dev, func, PCI_COMMAND, byte);  in xdbc_map_pci_mmio() 754 		write_pci_config_byte(xdbc.bus, xdbc.dev, xdbc.func, PCI_COMMAND, cmd);  in xdbc_handle_events()
  | 
| /Linux-v5.15/arch/x86/kernel/ | 
| D | early-quirks.c | 123 	write_pci_config_byte(num, slot, func, 0xac, b);  in ati_ixp4x0_rev()
  |