Searched refs:PCI_REGMAX (Results 1 – 6 of 6) sorted by relevance
185 (unsigned)reg <= PCI_REGMAX && bytes != 3 && in pci_cfgenable()
340 reg <= PCI_REGMAX && (bytes == 1 || bytes == 2 || bytes == 4) && in zbpci_config_space_va()
302 && (unsigned)reg <= PCI_REGMAX in pci_cfgenable()
939 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > PCI_REGMAX) in psycho_read_config()1023 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > PCI_REGMAX) in psycho_write_config()
1046 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > PCI_REGMAX) in schizo_read_config()1097 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > PCI_REGMAX) in schizo_write_config()
47 #define PCI_REGMAX 255 /* highest supported config register addr. */ macro