Searched refs:w_ecr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | imm.h | 134 #define w_ecr(x,y) outb(y, (x)+0x2) /* x must be base_hi */ macro
|
H A D | ppa.h | 141 #define w_ecr(x,y) outb(y, (x)+0x2)/* x must be base_hi */ macro
|
H A D | ppa.c | 1077 w_ecr(ppb_hi, 0x20); in __ppa_attach() 1081 w_ecr(ppb_hi, 0x80); in __ppa_attach()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | imm.h | 134 #define w_ecr(x,y) outb(y, (x)+0x2) /* x must be base_hi */ macro
|
H A D | ppa.h | 137 #define w_ecr(x,y) outb(y, (x)+0x2)/* x must be base_hi */ macro
|
H A D | ppa.c | 486 w_ecr(ppb_hi, 0x20); in ppa_init() 490 w_ecr(ppb_hi, 0x80); in ppa_init()
|
Completed in 7 milliseconds