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

/linux-master/drivers/video/fbdev/omap/
H A Dsossi.c22 #define MODULE_NAME "omapfb-sossi"
70 } sossi; variable in typeref:struct:__anon5
74 return readl(sossi.base + reg);
79 return readw(sossi.base + reg);
84 return readb(sossi.base + reg);
89 writel(value, sossi.base + reg);
94 writew(value, sossi.base + reg);
99 writeb(value, sossi.base + reg);
116 u32 clk_period = HZ_TO_PS(sossi.fck_hz) * div;
131 /* reon will be exactly one sossi tic
[all...]
H A DMakefile15 objs-y$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o

Completed in 113 milliseconds