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

/drivers/video/fbdev/omap2/
H A DMakefile3 obj-y += dss/
/drivers/video/fbdev/omap2/dss/
H A Ddss.c2 * linux/drivers/video/omap2/dss/dss.c
41 #include "dss.h"
96 } dss; variable in typeref:struct:__anon7184
108 __raw_writel(val, dss.base + idx.idx);
113 return __raw_readl(dss.base + idx.idx);
117 dss.ctx[(DSS_##reg).idx / sizeof(u32)] = dss_read_reg(DSS_##reg)
119 dss_write_reg(DSS_##reg, dss.ctx[(DSS_##reg).idx / sizeof(u32)])
133 dss.ctx_valid = true;
142 if (!dss
[all...]
H A Domapdss-boot-init.c185 { .compatible = "ti,omap2-dss", },
186 { .compatible = "ti,omap3-dss", },
187 { .compatible = "ti,omap4-dss", },
188 { .compatible = "ti,omap5-dss", },
194 struct device_node *dss, *child; local
198 dss = of_find_matching_node(NULL, omapdss_of_match);
200 if (dss == NULL || !of_device_is_available(dss))
203 omapdss_walk_device(dss, true);
205 for_each_available_child_of_node(dss, chil
[all...]
H A DMakefile4 omapdss-y := core.o dss.o dss_features.o dispc.o dispc_coefs.o display.o \
5 output.o dss-of.o
/drivers/spi/
H A Dspi-ep93xx.c314 u8 dss = bits_per_word_to_dss(bits_per_word); local
326 cr0 |= dss;
328 dev_dbg(&espi->pdev->dev, "setup: mode %d, cpsr %d, scr %d, dss %d\n",
329 chip->spi->mode, div_cpsr, div_scr, dss);

Completed in 80 milliseconds