Searched refs:tmr_res (Results 1 – 3 of 3) sorted by relevance
97 struct resource *tmr_res[1]; member181 if (bus_alloc_resources(dev, iomuxc_spec, sc->tmr_res)) { in iomuxc_attach()187 sc->bst = rman_get_bustag(sc->tmr_res[0]); in iomuxc_attach()188 sc->bsh = rman_get_bushandle(sc->tmr_res[0]); in iomuxc_attach()
1204 td->tmr_val = sc->sc_tmr_val + td->tmr_res; in dwc_otg_host_rate_check_interrupt() 1221 if (frame_num & (td->tmr_res - 1)) in dwc_otg_host_rate_check() 1223 if ((frame_num ^ td->tmr_val) & td->tmr_res) in dwc_otg_host_rate_check() 1225 td->tmr_val = td->tmr_res + sc->sc_last_frame_num; in dwc_otg_host_rate_check() 1235 if (td->tmr_res == frame_num) { in dwc_otg_host_rate_check() 1245 td->tmr_res = frame_num; in dwc_otg_host_rate_check() 2363 uint8_t tmr_res; in dwc_otg_xfer_do_fifo() local 2394 tmr_res = td->tmr_res; in dwc_otg_xfer_do_fifo() 2400 td->tmr_res in dwc_otg_xfer_do_fifo() [all...]
69 uint8_t tmr_res; member