Searched refs:r_str (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.c198 r = r_str(ppb);
267 a = (r_str(base) & 0x20) ? 0 : 1;
288 i = r_str(ppb);
339 l = (r_str(base) & 0xf0) >> 4;
341 *buffer++ = (r_str(base) & 0xf0) | l;
394 r = !(r_str(ppb) & 0x01);
454 r = !(r_str(ppb) & 0x01);
485 s1 = r_str(ppb) & 0xb8;
488 s2 = r_str(ppb) & 0xb8;
491 s3 = r_str(pp
[all...]
H A Dppa.c202 for (r = r_str(ppb); ((r & 0xc0) != 0xc0) && (k); k--) {
204 r = r_str(ppb);
230 i = r_str(ppb);
285 h = r_str(base) & 0xf0;
287 *buffer++ = h | ((r_str(base) & 0xf0) >> 4);
325 r = !(r_str(ppb) & 0x01);
378 r = !(r_str(ppb) & 0x01);
447 } while ((r_str(ppb) & 0x40) && (k));
462 while (!(r_str(ppb) & 0x40) && (k));
489 if ((r_str(pp
[all...]
H A Dimm.h122 #define r_str(x) (unsigned char)inb((x)+1) macro
H A Dppa.h129 #define r_str(x) (unsigned char)inb((x)+1) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtipar.c96 #define r_str(x) (parport_read_status(table[(x)].dev->port)) macro
111 return (r_str(minor));
H A Dlp.c159 #define r_str(x) (parport_read_status(lp_table[(x)].dev->port)) macro
210 retval = r_str(minor);
236 unsigned char status = r_str(minor);
508 status = r_str(minor);
616 status = r_str(minor);

Completed in 191 milliseconds