Lines Matching refs:dss_read_reg
56 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) in dss_read_reg() function
107 dss->ctx[(DSS_##reg).idx / sizeof(u32)] = dss_read_reg(dss, DSS_##reg)
250 l = dss_read_reg(dss, DSS_SDI_CONTROL); in dss_sdi_init()
256 l = dss_read_reg(dss, DSS_PLL_CONTROL); in dss_sdi_init()
278 while (dss_read_reg(dss, DSS_SDI_STATUS) & (1 << 6)) { in dss_sdi_enable()
290 while (!(dss_read_reg(dss, DSS_SDI_STATUS) & (1 << 5))) { in dss_sdi_enable()
301 while (!(dss_read_reg(dss, DSS_SDI_STATUS) & (1 << 2))) { in dss_sdi_enable()
360 #define DUMPREG(dss, r) seq_printf(s, "%-35s %08x\n", #r, dss_read_reg(dss, r)) in dss_dump_regs()
1412 rev = dss_read_reg(dss, DSS_REVISION); in dss_probe_hardware()