Searched refs:w_ctr (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dimm.c194 w_ctr(ppb, 0x0c);
223 w_ctr(ppb, 0x04);
261 w_ctr(base, 0x04);
265 w_ctr(base, 0x06);
269 w_ctr(base, 0x07);
271 w_ctr(base, 0x06);
317 w_ctr(base, 0x4); /* apparently a sane mode */
320 w_ctr(base, 0x5); /* Drop STROBE low */
322 w_ctr(base, 0x0); /* STROBE high + INIT low */
324 w_ctr(bas
[all...]
H A Dppa.c261 w_ctr(base, 0xe);
262 w_ctr(base, 0xc);
273 w_ctr(base, 0x27);
274 w_ctr(base, 0x25);
284 w_ctr(base, 0x4);
286 w_ctr(base, 0x6);
314 w_ctr(ppb, 0x4);
324 w_ctr(ppb, 0xc);
326 w_ctr(ppb, 0xc);
352 w_ctr(pp
[all...]
H A Dimm.h136 #define w_ctr(x,y) outb_p(y, (x)+2) macro
138 #define w_ctr(x,y) outb(y, (x)+2) macro
H A Dppa.h143 #define w_ctr(x,y) outb_p(y, (x)+2) macro
145 #define w_ctr(x,y) outb(y, (x)+2) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtipar.c97 #define w_ctr(x,y) (parport_write_control(table[(x)].dev->port, (y))) macro
H A Dlp.c160 #define w_ctr(x,y) do { parport_write_control(lp_table[(x)].dev->port, (y)); } while (0) macro
207 w_ctr(minor, LP_PSELECP);
209 w_ctr(minor, LP_PSELECP | LP_PINITP);

Completed in 64 milliseconds