Home
last modified time | relevance | path

Searched refs:write_pci_config_byte (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dpci-direct.h13 extern void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val);
/linux-3.4.99/arch/x86/pci/
Dearly.c41 void write_pci_config_byte(u8 bus, u8 slot, u8 func, u8 offset, u8 val) in write_pci_config_byte() function
/linux-3.4.99/drivers/usb/early/
Dehci-dbgp.c735 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
752 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, in early_ehci_bios_handoff()
757 write_pci_config_byte(ehci_dev.bus, ehci_dev.slot, ehci_dev.func, in early_ehci_bios_handoff()
884 write_pci_config_byte(bus, slot, func, 0x04, byte); in early_dbgp_init()
/linux-3.4.99/arch/x86/kernel/
Dearly-quirks.c107 write_pci_config_byte(num, slot, func, 0xac, b); in ati_ixp4x0_rev()