Home
last modified time | relevance | path

Searched refs:bus_get_resource_count (Results 1 – 9 of 9) sorted by relevance

/trueos/sys/dev/xe/
HDif_xe_pccard.c143 bus_get_resource_count(dev, SYS_RES_IOPORT, sc->port_rid))); in xe_cemfix()
HDif_xe.c1988 bus_get_resource_count(dev, SYS_RES_IOPORT, sc->port_rid))); in xe_activate()
2028 bus_get_resource_count(dev, SYS_RES_IOPORT, sc->port_rid))); in xe_activate()
/trueos/sys/dev/rp/
HDrp_isa.c160 if (bus_get_resource_count(dev, SYS_RES_IOPORT, 0) == 0) in rp_probe()
/trueos/sys/dev/fb/
HDs3_pci.c511 sc->mem_size = bus_get_resource_count(dev, SYS_RES_MEMORY, rid); in s3pci_attach()
/trueos/sys/sys/
HDbus.h411 u_long bus_get_resource_count(device_t dev, int type, int rid);
/trueos/sys/dev/ed/
HDif_ed_pccard.c490 size = bus_get_resource_count(dev, SYS_RES_IOPORT, i); in ed_pccard_attach()
/trueos/sys/dev/qlxgb/
HDqla_os.c271 rsrc_len = (uint32_t) bus_get_resource_count(dev, SYS_RES_MEMORY, in qla_pci_attach()
/trueos/sys/dev/qlxgbe/
HDql_os.c303 rsrc_len = (uint32_t) bus_get_resource_count(dev, SYS_RES_MEMORY, in qla_pci_attach()
/trueos/sys/kern/
HDsubr_bus.c4424 bus_get_resource_count(device_t dev, int type, int rid) in bus_get_resource_count() function