Home
last modified time | relevance | path

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

/src/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_spi.c174 err = ti_sysc_clock_enable(device_get_parent(dev)); in ti_spi_attach()
H A Dti_sdhci.c423 if (ti_sysc_clock_enable(device_get_parent(dev)) != 0) { in ti_sdhci_hw_init()
H A Dti_i2c.c666 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.c560 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()
/src/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()
/src/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()