Home
last modified time | relevance | path

Searched refs:ti_prcm_read_4 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm/ti/
H A Dti_prcm.c210 ti_prcm_read_4(device_t dev, bus_addr_t addr, uint32_t *val) in ti_prcm_read_4() function
262 DEVMETHOD(clkdev_read_4, ti_prcm_read_4),
332 ti_prcm_read_4(ti_prcm_sc->dev, PRM_RSTCTRL, &reg); in omap4_prcm_reset()
335 ti_prcm_read_4(ti_prcm_sc->dev, PRM_RSTCTRL, &reg); in omap4_prcm_reset()
H A Dti_prcm.h32 int ti_prcm_read_4(device_t dev, bus_addr_t addr, uint32_t *val);
H A Dti_prm.c162 ti_prcm_read_4(parent, addr, val); in ti_prm_read_4()