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

/drivers/video/mb862xx/
H A Dmb862xxfbdrv.c102 outreg(disp, GC_L0PAL0 + (regno * 4), val);
219 outreg(disp, GC_DCM1, reg);
226 outreg(disp, GC_DCM1, reg);
234 outreg(disp, GC_L0M, reg);
238 outreg(disp, GC_L0EM, reg | GC_L0EM_L0EC_24);
240 outreg(disp, GC_WY_WX, 0);
242 outreg(disp, GC_WH_WW, reg);
243 outreg(disp, GC_L0OA0, 0);
244 outreg(disp, GC_L0DA0, 0);
245 outreg(dis
[all...]
H A Dmb862xx-i2c.c40 outreg(i2c, GC_I2C_DAR, addr);
41 outreg(i2c, GC_I2C_CCR, I2C_CLOCK_AND_ENABLE);
42 outreg(i2c, GC_I2C_BCR, par->i2c_rs ? I2C_REPEATED_START : I2C_START);
53 outreg(i2c, GC_I2C_DAR, byte);
54 outreg(i2c, GC_I2C_BCR, I2C_START);
64 outreg(i2c, GC_I2C_BCR, I2C_START | (last ? 0 : I2C_ACK));
75 outreg(i2c, GC_I2C_BCR, I2C_STOP);
76 outreg(i2c, GC_I2C_CCR, I2C_DISABLE);
H A Dmb862xxfb_accel.c37 outreg(geo, GDC_GEO_REG_INPUT_FIFO, data[total]);
319 outreg(disp, GC_L0EM, 3);
324 outreg(draw, GDC_REG_DRAW_BASE, 0);
325 outreg(draw, GDC_REG_MODE_MISC, 0x8000);
326 outreg(draw, GDC_REG_X_RESOLUTION, xres);
H A Dmb862xxfb.h114 #define outreg(type, off, val) \ macro
/drivers/watchdog/
H A Deurotechwdt.c445 goto outreg;
466 outreg:
H A Dwdt.c617 goto outreg;
656 outreg:
/drivers/media/dvb/frontends/
H A Ddib7000p.c164 u16 outreg, fifo_threshold, smo_mode; local
166 outreg = 0;
174 outreg = (1 << 10); /* 0x0400 */
177 outreg = (1 << 10) | (1 << 6); /* 0x0440 */
180 outreg = (1 << 10) | (2 << 6) | (0 << 1); /* 0x0480 */
184 outreg = (1 << 10) | (4 << 6); /* 0x0500 */
186 outreg = (1 << 11);
191 outreg = (1 << 10) | (5 << 6);
194 outreg = (1 << 10) | (3 << 6);
197 outreg
2239 u16 outreg, smo_mode, fifo_threshold; local
[all...]
H A Ddib7000m.c150 u16 outreg, fifo_threshold, smo_mode, local
153 outreg = 0;
161 outreg = (1 << 10); /* 0x0400 */
164 outreg = (1 << 10) | (1 << 6); /* 0x0440 */
167 outreg = (1 << 10) | (2 << 6) | (0 << 1); /* 0x0482 */
171 outreg = (1 << 10) | (4 << 6); /* 0x0500 */
178 outreg = (1 << 10) | (5 << 6);
181 outreg = 0;
193 ret |= dib7000m_write_word(state, 1795, outreg);
H A Ddib8000.c342 u16 outreg, fifo_threshold, smo_mode, sram = 0x0205; /* by default SDRAM deintlv is enabled */ local
344 outreg = 0;
353 outreg = (1 << 10); /* 0x0400 */
356 outreg = (1 << 10) | (1 << 6); /* 0x0440 */
359 outreg = (1 << 10) | (2 << 6) | (0 << 1); /* 0x0482 */
363 outreg = (1 << 10) | (4 << 6); /* 0x0500 */
371 outreg = (1 << 10) | (5 << 6);
374 outreg = 0;
378 outreg = (1 << 10) | (3 << 6);
393 dib8000_write_word(state, 1286, outreg);
1440 u16 outreg, smo_mode, fifo_threshold; local
[all...]
H A Ddib3000mc.c157 u16 outreg = 0; local
205 outreg = dib3000mc_read_word(state, 244) & 0x07FF;
206 outreg |= (outmode << 11);
207 ret |= dib3000mc_write_word(state, 244, outreg);
H A Ddib9000.c1538 u16 outreg, smo_mode; local
1544 outreg = (1 << 10); /* 0x0400 */
1547 outreg = (1 << 10) | (1 << 6); /* 0x0440 */
1550 outreg = (1 << 10) | (2 << 6) | (0 << 1); /* 0x0482 */
1553 outreg = (1 << 10) | (4 << 6); /* 0x0500 */
1556 outreg = (1 << 10) | (5 << 6);
1559 outreg = 0;
1566 dib9000_write_word(state, 1795, outreg);
1580 outreg = to_fw_output_mode(mode);
1581 return dib9000_mbx_send(state, OUT_MSG_SET_OUTPUT_MODE, &outreg,
[all...]

Completed in 196 milliseconds