Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/pci/
Dproc.c464 pci_read_config_byte (dev, PCI_MAX_LAT, &max_lat); in show_dev_config()
/linux-2.4.37.9/drivers/ide/pci/
Dhpt366.c1143 pci_read_config_byte(dev, PCI_MAX_LAT, &test); in init_chipset_hpt366()
1145 pci_write_config_byte(dev, PCI_MAX_LAT, 0x08); in init_chipset_hpt366()
/linux-2.4.37.9/include/linux/
Dpci.h111 #define PCI_MAX_LAT 0x3f /* 8 bits */ macro
/linux-2.4.37.9/drivers/net/skfp/h/
Dskfbi.h842 #define PCI_MAX_LAT 0x3f /* 8 bit Max_Lat */ macro
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgehw.h142 #define PCI_MAX_LAT 0x3f /* 8 bit Max_Lat */ macro
/linux-2.4.37.9/drivers/atm/
Dlanai.c2660 (void) pci_read_config_byte(pci, PCI_MAX_LAT, &b); in lanai_ioctl()