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

/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddss.c65 FLD_GET(dss_read_reg(idx), start, end)
68 dss_write_reg(idx, FLD_MOD(dss_read_reg(idx), val, start, end))
119 static inline u32 dss_read_reg(const struct dss_reg idx) dss_read_reg() function
125 dss.ctx[(DSS_##reg).idx / sizeof(u32)] = dss_read_reg(DSS_##reg)
266 l = dss_read_reg(DSS_SDI_CONTROL); dss_sdi_init()
272 l = dss_read_reg(DSS_PLL_CONTROL); dss_sdi_init()
294 while (dss_read_reg(DSS_SDI_STATUS) & (1 << 6)) { dss_sdi_enable()
306 while (!(dss_read_reg(DSS_SDI_STATUS) & (1 << 5))) { dss_sdi_enable()
317 while (!(dss_read_reg(DSS_SDI_STATUS) & (1 << 2))) { dss_sdi_enable()
375 #define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, dss_read_reg(r)) dss_dump_regs()
1134 rev = dss_read_reg(DSS_REVISION); omap_dsshw_probe()

Completed in 307 milliseconds