Home
last modified time | relevance | path

Searched refs:PCI_MAX_LAT (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_hpt366.c314 pci_write_config_byte(dev, PCI_MAX_LAT, 0x08); in hpt36x_init_chipset()
H A Dpata_hpt3x2n.c542 pci_write_config_byte(dev, PCI_MAX_LAT, 0x08); in hpt3x2n_init_one()
H A Dpata_hpt37x.c914 pci_write_config_byte(dev, PCI_MAX_LAT, 0x08); in hpt37x_init_one()
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-if.c63 pci_read_config_byte(dev, PCI_MAX_LAT, &limit); in isp1761_pci_init()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c170 { "max Latency", PCI_SIZE_8, PCI_MAX_LAT },
/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.h127 #define PCI_MAX_LAT 0x3f /* 8 bits */ 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.h127 #define PCI_MAX_LAT 0x3f /* 8 bits */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h127 #define PCI_MAX_LAT 0x3f /* 8 bits */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h232 #define PCI_MAX_LAT 0x3f /* 8 bits */ macro
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dhpt366.c920 pci_write_config_byte(dev, PCI_MAX_LAT, 0x08); in init_chipset_hpt366()