Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ata/
Dpata_hpt366.c313 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt36x_init_chipset()
Dpata_hpt3x2n.c541 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt3x2n_init_one()
Dpata_hpt37x.c913 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in hpt37x_init_one()
/Linux-v5.4/include/uapi/linux/
Dpci_regs.h124 #define PCI_MIN_GNT 0x3e /* 8 bits */ macro
/Linux-v5.4/drivers/ide/
Dhpt366.c919 pci_write_config_byte(dev, PCI_MIN_GNT, 0x08); in init_chipset_hpt366()