Home
last modified time | relevance | path

Searched refs:PCI_MIN_GNT (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_hpt366.c313 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt36x_init_chipset()
H A Dpata_hpt3x2n.c541 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt3x2n_init_one()
H A Dpata_hpt37x.c913 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt37x_init_one()
/OK3568_Linux_fs/u-boot/cmd/
H A Dpci.c169 { "min Grant", PCI_SIZE_8, PCI_MIN_GNT },
/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.h126 #define PCI_MIN_GNT 0x3e /* 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.h126 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h126 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h231 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dhpt366.c919 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in init_chipset_hpt366()