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

/freebsd-11-stable/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.c165 ofw_pci_read_config_common(device_t dev, u_int regmax, u_long offset, argument
177 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > regmax)
210 ofw_pci_write_config_common(device_t dev, u_int regmax, u_long offset, argument
218 slot > PCI_SLOTMAX || func > PCI_FUNCMAX || reg > regmax)

Completed in 95 milliseconds