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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dimm.c199 r = r_str(ppb);
268 a = (r_str(base) & 0x20) ? 0 : 1;
289 i = r_str(ppb);
340 l = (r_str(base) & 0xf0) >> 4;
342 *buffer++ = (r_str(base) & 0xf0) | l;
395 r = !(r_str(ppb) & 0x01);
455 r = !(r_str(ppb) & 0x01);
486 s1 = r_str(ppb) & 0xb8;
489 s2 = r_str(ppb) & 0xb8;
492 s3 = r_str(pp
[all...]
H A Dppa.c203 for (r = r_str(ppb); ((r & 0xc0) != 0xc0) && (k); k--) {
205 r = r_str(ppb);
231 i = r_str(ppb);
286 h = r_str(base) & 0xf0;
288 *buffer++ = h | ((r_str(base) & 0xf0) >> 4);
326 r = !(r_str(ppb) & 0x01);
379 r = !(r_str(ppb) & 0x01);
448 } while ((r_str(ppb) & 0x40) && (k));
463 while (!(r_str(ppb) & 0x40) && (k));
490 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dlp.c161 #define r_str(x) (parport_read_status(lp_table[(x)].dev->port)) macro
212 retval = r_str(minor);
238 unsigned char status = r_str(minor);
517 status = r_str(minor);
626 status = r_str(minor);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/panel/
H A Dpanel.c49 /* converts an r_str() input to an active high, bits string : 000BAOSE */
105 #define r_str(x) (parport_read_status((x)->port)) macro
1649 bitmask = PNL_PINPUT(r_str(pprt)) & scan_mask_i;
1658 gndmask = PNL_PINPUT(r_str(pprt)) & scan_mask_i;
1675 bitmask = PNL_PINPUT(r_str(pprt)) & ~gndmask;

Completed in 132 milliseconds