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

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.c56 FLD_GET(dss_read_reg(idx), start, end)
59 dss_write_reg(idx, FLD_MOD(dss_read_reg(idx), val, start, end))
118 static inline u32 dss_read_reg(const struct dss_reg idx) function
124 dss.ctx[(DSS_##reg).idx / sizeof(u32)] = dss_read_reg(DSS_##reg)
265 l = dss_read_reg(DSS_SDI_CONTROL);
271 l = dss_read_reg(DSS_PLL_CONTROL);
293 while (dss_read_reg(DSS_SDI_STATUS) & (1 << 6)) {
305 while (!(dss_read_reg(DSS_SDI_STATUS) & (1 << 5))) {
316 while (!(dss_read_reg(DSS_SDI_STATUS) & (1 << 2))) {
374 #define DUMPREG(r) seq_printf(s, "%-35s %08x\n", #r, dss_read_reg(
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c56 FLD_GET(dss_read_reg(dss, idx), start, end)
60 FLD_MOD(dss_read_reg(dss, idx), val, start, end))
101 static inline u32 dss_read_reg(struct dss_device *dss, const struct dss_reg idx) function
107 dss->ctx[(DSS_##reg).idx / sizeof(u32)] = dss_read_reg(dss, DSS_##reg)
250 l = dss_read_reg(dss, DSS_SDI_CONTROL);
256 l = dss_read_reg(dss, DSS_PLL_CONTROL);
278 while (dss_read_reg(dss, DSS_SDI_STATUS) & (1 << 6)) {
290 while (!(dss_read_reg(dss, DSS_SDI_STATUS) & (1 << 5))) {
301 while (!(dss_read_reg(dss, DSS_SDI_STATUS) & (1 << 2))) {
360 #define DUMPREG(dss, r) seq_printf(s, "%-35s %08x\n", #r, dss_read_reg(ds
[all...]

Completed in 95 milliseconds