Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/amd64/pci/
Dpci_cfgreg.c185 (unsigned)reg <= PCI_REGMAX && bytes != 3 && in pci_cfgenable()
/freebsd-9-stable/sys/mips/sibyte/
Dsb_zbpci.c340 reg <= PCI_REGMAX && (bytes == 1 || bytes == 2 || bytes == 4) && in zbpci_config_space_va()
/freebsd-9-stable/sys/i386/pci/
Dpci_cfgreg.c302 && (unsigned)reg <= PCI_REGMAX in pci_cfgenable()
/freebsd-9-stable/sys/sparc64/pci/
Dpsycho.c939 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()
Dschizo.c1046 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()
/freebsd-9-stable/sys/dev/pci/
Dpcireg.h47 #define PCI_REGMAX 255 /* highest supported config register addr. */ macro