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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/gt64120/ev64120/
H A DserialGT.c92 void outreg(int channel, int reg, unsigned char val) function
118 outreg(channel, LCR, 0x3);
120 outreg(channel, FCR, FIFO_ENABLE); /* Enable the FIFO */
122 outreg(channel, IER, INT_ENABLE); /* Enable appropriate interrupts */
144 outreg(channel, LCR, 0x83);
145 outreg(channel, DLM, 0x00); // See note above
146 outreg(channel, DLL, 0x02); // See note above.
147 outreg(channel, LCR, 0x03);
152 outreg(channel, LCR, sav_lcr);
164 outreg(channe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ps2/
H A Didct_mmi.c91 #define DCT_8_INV_ROW1(blk, rowoff, taboff, rnd, outreg) { \
113 ppach($20, $17, outreg);/* out = y4 y5 y6 y7 y3 y2 y1 y0 Note order */ \
115 prevh(outreg, $2); \
117 pcpyld($2, outreg, outreg); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddib7000p.c77 u16 outreg, fifo_threshold, smo_mode; local
79 outreg = 0;
88 outreg = (1 << 10); /* 0x0400 */
91 outreg = (1 << 10) | (1 << 6); /* 0x0440 */
94 outreg = (1 << 10) | (2 << 6) | (0 << 1); /* 0x0480 */
98 outreg = (1 << 10) | (4 << 6); /* 0x0500 */
100 outreg = (1 << 11);
105 outreg = (1 << 10) | (5 << 6);
108 outreg = 0;
120 ret |= dib7000p_write_word(state, 1286, outreg); /* P_Div_activ
[all...]
H A Ddib7000m.c85 u16 outreg, fifo_threshold, smo_mode, local
88 outreg = 0;
97 outreg = (1 << 10); /* 0x0400 */
100 outreg = (1 << 10) | (1 << 6); /* 0x0440 */
103 outreg = (1 << 10) | (2 << 6) | (0 << 1); /* 0x0482 */
107 outreg = (1 << 10) | (4 << 6); /* 0x0500 */
114 outreg = (1 << 10) | (5 << 6);
117 outreg = 0;
129 ret |= dib7000m_write_word(state, 1795, outreg);
H A Ddib3000mc.c155 u16 outreg = 0; local
203 outreg = dib3000mc_read_word(state, 244) & 0x07FF;
204 outreg |= (outmode << 11);
205 ret |= dib3000mc_write_word(state, 244, outreg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Deurotechwdt.c431 goto outreg;
454 outreg:
H A Dwdt.c585 goto outreg;
628 outreg:

Completed in 87 milliseconds