Home
last modified time | relevance | path

Searched refs:PCI_SEC_LATENCY_TIMER (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dpci.c177 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 32); in pcibios_init_bridge()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dpci_sabre.c394 pci_write_config_byte(pdev, PCI_SEC_LATENCY_TIMER, 64); in apb_init()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpci-octeon.c110 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, 64); in pcibios_plat_dev_init()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c179 { "secondary latency timer", PCI_SIZE_8, PCI_SEC_LATENCY_TIMER },
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h133 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h133 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h133 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h240 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */ macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-acpi.c161 pci_write_config_byte(dev, PCI_SEC_LATENCY_TIMER, in program_hpx_type0()
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dibmphp_pci.c620 pci_bus_write_config_byte(ibmphp_pci_bus, devfn, PCI_SEC_LATENCY_TIMER, LATENCY); in configure_bridge()
H A Dcpqphp_ctrl.c2388 rc = pci_bus_write_config_byte(pci_bus, devfn, PCI_SEC_LATENCY_TIMER, temp_byte); in configure_new_function()