Home
last modified time | relevance | path

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

/drivers/scsi/
Dppa.h134 #define r_ecr(x) (unsigned char)inb((x)+0x2) /* x must be base_hi */ macro
Dimm.h127 #define r_ecr(x) (unsigned char)inb((x)+2) /* x must be base_hi */ macro
Dimm.c285 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */ in ecp_sync()
287 if (r_ecr(ppb_hi) & 0x01) in ecp_sync()
Dppa.c229 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */ in ecp_sync()
231 if (r_ecr(ppb_hi) & 0x01) in ecp_sync()