Searched refs:regmax (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/sparc64/pci/
H A Dofw_pci.h153 uint32_t ofw_pci_read_config_common(device_t dev, u_int regmax, u_long offset,
155 void ofw_pci_write_config_common(device_t dev, u_int regmax, u_long offset,
H A Dofw_pci.c170 ofw_pci_read_config_common(device_t dev, u_int regmax, u_long offset, argument
182 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > regmax)
215 ofw_pci_write_config_common(device_t dev, u_int regmax, u_long offset, argument
223 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > regmax)

Completed in 103 milliseconds