Home
last modified time | relevance | path

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

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