Searched refs:tmr_res (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/arm/samsung/exynos/
H A Dexynos5_mct.c61 struct resource *tmr_res[1]; member in struct:arm_tmr_softc
94 if (bus_alloc_resources(dev, arm_tmr_spec, sc->tmr_res)) {
100 sc->bst = rman_get_bustag(sc->tmr_res[0]);
101 sc->bsh = rman_get_bushandle(sc->tmr_res[0]);
/freebsd-10.2-release/sys/arm/freescale/vybrid/
H A Dvf_iomuxc.c99 struct resource *tmr_res[1]; member in struct:iomuxc_softc
184 if (bus_alloc_resources(dev, iomuxc_spec, sc->tmr_res)) {
190 sc->bst = rman_get_bustag(sc->tmr_res[0]);
191 sc->bsh = rman_get_bushandle(sc->tmr_res[0]);
/freebsd-10.2-release/sys/dev/usb/controller/
H A Ddwc_otg.h66 uint8_t tmr_res; member in struct:dwc_otg_td
H A Ddwc_otg.c1065 td->tmr_val = sc->sc_tmr_val + td->tmr_res;
1081 (sc->sc_last_frame_num & (td->tmr_res - 1))) {
2231 uint8_t tmr_res; local
2262 tmr_res = td->tmr_res;
2268 td->tmr_res = tmr_res;
3274 td->tmr_res = ival;
3277 td->tmr_res = 1;
3280 td->tmr_res
[all...]

Completed in 65 milliseconds