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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dimm.h127 #define r_ecr(x) (unsigned char)inb((x)+2) /* x must be base_hi */ macro
H A Dppa.h134 #define r_ecr(x) (unsigned char)inb((x)+0x2) /* x must be base_hi */ macro
H A Dimm.c304 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */
306 if (r_ecr(ppb_hi) & 0x01)
H A Dppa.c246 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */
248 if (r_ecr(ppb_hi) & 0x01)

Completed in 119 milliseconds