Searched refs:ste_res (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ste/ |
H A D | if_stereg.h | 482 bus_write_4((sc)->ste_res, reg, val) 484 bus_write_2((sc)->ste_res, reg, val) 486 bus_write_1((sc)->ste_res, reg, val) 489 bus_read_4((sc)->ste_res, reg) 491 bus_read_2((sc)->ste_res, reg) 493 bus_read_1((sc)->ste_res, reg) 496 bus_barrier((sc)->ste_res, reg, length, flags) 570 struct resource *ste_res; member
|
H A D | if_ste.c | 945 sc->ste_res = bus_alloc_resource_any(dev, sc->ste_res_type, in ste_attach() 948 if (prefer_iomap || sc->ste_res == NULL) { in ste_attach() 951 sc->ste_res = bus_alloc_resource_any(dev, sc->ste_res_type, in ste_attach() 954 if (sc->ste_res == NULL) { in ste_attach() 1083 if (sc->ste_res) in ste_detach() 1085 sc->ste_res); in ste_detach()
|