Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dimm.h128 #define r_ecr(x) (unsigned char)inb((x)+2) /* x must be base_hi */ macro
H A Dppa.h135 #define r_ecr(x) (unsigned char)inb((x)+0x2) /* x must be base_hi */ macro
H A Dimm.c288 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */ in ecp_sync()
290 if (r_ecr(ppb_hi) & 0x01) in ecp_sync()
H A Dppa.c230 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */ in ecp_sync()
232 if (r_ecr(ppb_hi) & 0x01) in ecp_sync()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dimm.h128 #define r_ecr(x) (unsigned char)inb((x)+2) /* x must be base_hi */ macro
H A Dppa.h131 #define r_ecr(x) (unsigned char)inb((x)+0x2) /* x must be base_hi */ macro
H A Dimm.c288 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */ in ecp_sync()
290 if (r_ecr(ppb_hi) & 0x01) in ecp_sync()
H A Dppa.c240 if ((r_ecr(ppb_hi) & 0xe0) == 0x60) { /* mode 011 == ECP fifo mode */ in ecp_sync()
242 if (r_ecr(ppb_hi) & 0x01) in ecp_sync()

Completed in 8 milliseconds