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

/linux-master/drivers/scsi/
H A Dppa.c197 for (r = r_str(ppb); ((r & 0xc0) != 0xc0) && (k); k--) {
199 r = r_str(ppb);
225 i = r_str(ppb);
280 h = r_str(base) & 0xf0;
282 *buffer++ = h | ((r_str(base) & 0xf0) >> 4);
317 r = !(r_str(ppb) & 0x01);
367 r = !(r_str(ppb) & 0x01);
436 } while ((r_str(ppb) & 0x40) && (k));
451 while (!(r_str(ppb) & 0x40) && (k));
499 if ((r_str(pp
[all...]
H A Dimm.c188 r = r_str(ppb);
257 a = (r_str(base) & 0x20) ? 0 : 1;
278 i = r_str(ppb);
329 l = (r_str(base) & 0xf0) >> 4;
331 *buffer++ = (r_str(base) & 0xf0) | l;
381 r = !(r_str(ppb) & 0x01);
438 r = !(r_str(ppb) & 0x01);
469 s1 = r_str(ppb) & 0xb8;
472 s2 = r_str(ppb) & 0xb8;
475 s3 = r_str(pp
[all...]
H A Dppa.h126 #define r_str(x) (unsigned char)inb((x)+1) macro
H A Dimm.h119 #define r_str(x) (unsigned char)inb((x)+1) macro
/linux-master/drivers/char/
H A Dlp.c165 #define r_str(x) (parport_read_status(lp_table[(x)].dev->port)) macro
216 retval = r_str(minor);
245 unsigned char status = r_str(minor);
524 status = r_str(minor);
636 status = r_str(minor);
/linux-master/drivers/auxdisplay/
H A Dpanel.c72 /* converts an r_str() input to an active high, bits string : 000BAOSE */
118 #define r_str(x) (parport_read_status((x)->port)) macro
1126 bitmask = PNL_PINPUT(r_str(pprt)) & scan_mask_i;
1135 gndmask = PNL_PINPUT(r_str(pprt)) & scan_mask_i;
1153 bitmask = PNL_PINPUT(r_str(pprt)) & ~gndmask;
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py1156 for num, r_str in enumerate(sequence):
1157 r = [int(i, 16) for i in r_str.split()]

Completed in 222 milliseconds