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

/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_lcd.c89 clk_t clk_pix; member in struct:jzlcd_softc
255 error = clk_set_freq(sc->clk_pix, DOT_CLOCK_TO_HZ(mode->dot_clock), 0);
486 clk_get_by_ofw_name(dev, 0, "lcd_pixclk", &sc->clk_pix) != 0) {
490 if (clk_enable(sc->clk) != 0 || clk_enable(sc->clk_pix) != 0) {
536 if (sc->clk_pix != NULL)

Completed in 101 milliseconds