Home
last modified time | relevance | path

Searched refs:ti_sysc_clock_enable (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/arm/ti/
H A Dti_sysc.h36 int ti_sysc_clock_enable(device_t dev);
H A Dti_mbox.c137 if (ti_sysc_clock_enable(device_get_parent(dev)) != 0) { in ti_mbox_attach()
H A Dti_edma3.c184 ti_sysc_clock_enable(device_get_parent(dev)); in ti_edma3_attach()
H A Dti_sysc.c235 ti_sysc_clock_enable(device_t dev) { in ti_sysc_clock_enable() function
H A Dti_sdhci.c425 if (ti_sysc_clock_enable(device_get_parent(dev)) != 0) { in ti_sdhci_hw_init()
H A Dti_i2c.c697 err = ti_sysc_clock_enable(device_get_parent(dev)); in ti_i2c_activate()
H A Dti_sdma.c1173 ti_sysc_clock_enable(device_get_parent(dev)); in ti_sdma_attach()
H A Dti_gpio.c602 err = ti_sysc_clock_enable(device_get_parent(dev)); in ti_gpio_bank_init()
H A Dti_pruss.c536 if (ti_sysc_clock_enable(device_get_parent(dev)) != 0) { in ti_pruss_attach()
H A Dti_adc.c823 err = ti_sysc_clock_enable(device_get_parent(dev)); in ti_adc_attach()
/freebsd/sys/dev/uart/
H A Duart_dev_ti8250.c74 if ((status = ti_sysc_clock_enable(device_get_parent(sc->sc_dev))) != 0) in ti8250_bus_probe()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_pwmss.c124 ti_sysc_clock_enable(device_get_parent(dev)); in am335x_pwmss_attach()
H A Dam335x_rtc.c111 ti_sysc_clock_enable(device_get_parent(dev)); in am335x_rtc_attach()
H A Dam335x_dmtimer.c315 err = ti_sysc_clock_enable(device_get_parent(dev)); in am335x_dmtimer_attach()
H A Dam335x_dmtpps.c502 err = ti_sysc_clock_enable(device_get_parent(dev)); in dmtpps_attach()
H A Dam335x_lcd.c1006 err = ti_sysc_clock_enable(device_get_parent(dev)); in am335x_lcd_attach()
/freebsd/sys/arm/ti/usb/
H A Domap_tll.c212 ti_sysc_clock_enable(device_get_parent(sc->sc_dev)); in omap_tll_init()
H A Domap_host.c139 ti_sysc_clock_enable(device_get_parent(isc->sc_dev)); in omap_uhh_init()