Searched refs:r_ecr (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dimm.h134 #define r_ecr(x) (unsigned char)inb((x)+2) /* x must be base_hi */ macro
H A Dppa.h142 #define r_ecr(x) (unsigned char)inb((x)+0x2) /* x must be base_hi */ macro
H A Dimm.c416 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */
418 if (r_ecr(ppb_hi) & 0x01)
H A Dppa.c369 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */
371 if (r_ecr(ppb_hi) & 0x01)

Completed in 40 milliseconds