Searched refs:n1sdp_get_bus_space (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pci/controller/ |
H A D | pci_n1sdp.c | 231 n1sdp_get_bus_space(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in n1sdp_get_bus_space() function 278 if (n1sdp_get_bus_space(dev, bus, slot, func, reg, &t, &h, &offset) !=0) in n1sdp_pcie_read_config() 324 if (n1sdp_get_bus_space(dev, bus, slot, func, reg, &t, &h, &offset) !=0) in n1sdp_pcie_write_config()
|