Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/isp1760/
Disp1760-if.c65 pci_read_config_byte(dev, PCI_MAX_LAT, &limit); in isp1761_pci_init()
/linux-6.6.21/drivers/ata/
Dpata_hpt366.c347 pci_write_config_byte(dev, PCI_MAX_LAT, 0x08); in hpt36x_init_chipset()
Dpata_hpt3x2n.c541 pci_write_config_byte(dev, PCI_MAX_LAT, 0x08); in hpt3x2n_init_one()
Dpata_hpt37x.c894 pci_write_config_byte(dev, PCI_MAX_LAT, 0x08); in hpt37x_init_one()
/linux-6.6.21/include/uapi/linux/
Dpci_regs.h127 #define PCI_MAX_LAT 0x3f /* 8 bits */ macro