tdvfb.c | 80 static uint32_t tdvfb_cvg_read(struct tdvfb_softc *sc, uint32_t reg); 399 fbiinit1 = ((tdvfb_cvg_read(sc, TDV_OFF_FBIINIT1) & 418 fbiinit5 = tdvfb_cvg_read(sc, TDV_OFF_FBIINIT5) 467 fbiinit2 = tdvfb_cvg_read(sc, TDV_OFF_FBIINIT2); 468 fbiinit3 = tdvfb_cvg_read(sc, TDV_OFF_FBIINIT3); 537 /* tdvfb_cvg_read(sc, TDV_OFF_FBIINIT2); */ 766 if (tdvfb_cvg_read(sc, TDV_OFF_STATUS) & TDV_STATUS_FBI_BUSY) 785 tdvfb_cvg_read(struct tdvfb_softc *sc, uint32_t reg) function in typeref:typename:uint32_t 808 v = tdvfb_cvg_read(sc, reg) | bits; 816 v = tdvfb_cvg_read(sc, reg) & ~bits [all...] |