Searched refs:reg_res_id (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/tws/ |
H A D | tws.c | 240 sc->reg_res_id = TWS_PCI_BAR1; /* BAR1 offset */ in tws_attach() 242 &(sc->reg_res_id), RF_ACTIVE)) in tws_attach() 331 SYS_RES_MEMORY, sc->reg_res_id, sc->reg_res)) in tws_attach() 332 TWS_TRACE(sc, "bus release2 ", 0, sc->reg_res_id); in tws_attach() 401 SYS_RES_MEMORY, sc->reg_res_id, sc->reg_res)) in tws_detach() 402 TWS_TRACE(sc, "bus release mem resource", 0, sc->reg_res_id); in tws_detach()
|
H A D | tws.h | 226 int reg_res_id; /* register resource id */ member
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas.c | 883 sc->reg_res_id = PCIR_BAR(0); /* BAR0 offset */ in mrsas_attach() 885 sc->reg_res_id = PCIR_BAR(1); /* BAR1 offset */ in mrsas_attach() 888 &(sc->reg_res_id), RF_ACTIVE)) in mrsas_attach() 978 sc->reg_res_id, sc->reg_res); in mrsas_attach() 1135 SYS_RES_MEMORY, sc->reg_res_id, sc->reg_res); in mrsas_detach()
|
H A D | mrsas.h | 3440 int reg_res_id; member
|