Searched refs:bus_get_resource_start (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/sys/dev/netif/xe/ |
H A D | if_xe_pccard.c | 176 bus_get_resource_start(dev, SYS_RES_IOPORT, sc->port_rid), in xe_cemfix() 197 ioport = bus_get_resource_start(dev, SYS_RES_IOPORT, sc->port_rid); in xe_cemfix()
|
H A D | if_xe.c | 1936 bus_get_resource_start(dev, SYS_RES_IOPORT, sc->port_rid), in xe_activate() 1958 start = bus_get_resource_start(dev, SYS_RES_IOPORT, in xe_activate() 1967 if (bus_get_resource_start(dev, SYS_RES_IOPORT, in xe_activate() 1976 bus_get_resource_start(dev, SYS_RES_IOPORT, sc->port_rid), in xe_activate()
|
/dflybsd-src/sys/dev/misc/atkbdc_layer/ |
H A D | atkbdc_isa.c | 163 if (bus_get_resource_start(dev, SYS_RES_IOPORT, 1) <= 0) { in atkbdc_probe()
|
/dflybsd-src/sys/sys/ |
H A D | bus.h | 338 u_long bus_get_resource_start(device_t dev, int type, int rid);
|
/dflybsd-src/sys/dev/misc/psm/ |
H A D | psm.c | 1368 irq = bus_get_resource_start(psm, SYS_RES_IRQ, KBDC_RID_AUX); 1383 irq = bus_get_resource_start(psmc, SYS_RES_IRQ, 0); 7572 irq = bus_get_resource_start(me, SYS_RES_IRQ, 0); 7604 irq = bus_get_resource_start(dev, SYS_RES_IRQ, rid);
|
/dflybsd-src/sys/kern/ |
H A D | subr_bus.c | 3394 bus_get_resource_start(device_t dev, int type, int rid) in bus_get_resource_start() function
|