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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
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.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.h129 #define r_str(x) (unsigned char)inb((x)+1) macro
H A Dimm.h122 #define r_str(x) (unsigned char)inb((x)+1) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Dz80-dis.c48 static char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
171 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[0] >> 3) & 7]);
179 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
188 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
189 r_str[buf->data[buf->n_fetch - 1] & 7]);
199 r_str[buf->data[buf->n_fetch - 1] & 7]);
352 r_str[buf->data[1] & 7]);
357 r_str[buf->data[1] & 7]);
442 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]);
453 snprintf (mytxt, TXTSIZ, txt, r_str[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Dz80-dis.c48 static char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
171 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[0] >> 3) & 7]);
179 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
188 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
189 r_str[buf->data[buf->n_fetch - 1] & 7]);
199 r_str[buf->data[buf->n_fetch - 1] & 7]);
352 r_str[buf->data[1] & 7]);
357 r_str[buf->data[1] & 7]);
442 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]);
453 snprintf (mytxt, TXTSIZ, txt, r_str[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Dz80-dis.c48 static char * r_str[] = { "b", "c", "d", "e", "h", "l", "(hl)", "a" }; variable
171 snprintf (mytxt, TXTSIZ, txt, r_str[(buf->data[0] >> 3) & 7]);
179 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7]);
188 r_str[(buf->data[buf->n_fetch - 1] >> 3) & 7],
189 r_str[buf->data[buf->n_fetch - 1] & 7]);
199 r_str[buf->data[buf->n_fetch - 1] & 7]);
352 r_str[buf->data[1] & 7]);
357 r_str[buf->data[1] & 7]);
442 snprintf (mytxt, TXTSIZ, txt, r_str[(c >> 3) & 7]);
453 snprintf (mytxt, TXTSIZ, txt, r_str[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 267 milliseconds