Searched refs:out_p (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/block/paride/ |
D | paride.h | 101 #define out_p(offs,byte) outb(byte,pi->port+offs); delay_p; macro 104 #define w0(byte) {out_p(0,byte);} 106 #define w1(byte) {out_p(1,byte);} 108 #define w2(byte) {out_p(2,byte);} 110 #define w3(byte) {out_p(3,byte);} 111 #define w4(byte) {out_p(4,byte);}
|
D | bpck.c | 35 #define w2(byte) {out_p(2,byte); PC = byte;} 36 #define t2(pat) {PC ^= pat; out_p(2,PC);} 37 #define e2() {PC &= 0xfe; out_p(2,PC);} 38 #define o2() {PC |= 1; out_p(2,PC);}
|
D | fit3.c | 34 #define w7(byte) {out_p(7,byte);}
|
/linux-6.1.9/fs/afs/ |
D | dynroot.c | 192 goto out_p; in afs_lookup_atcell() 214 out_p: in afs_lookup_atcell()
|
D | dir.c | 929 goto out_p; in afs_lookup_atsys() 963 out_p: in afs_lookup_atsys()
|
/linux-6.1.9/arch/x86/ |
D | Kconfig.debug | 130 This is the traditional Linux IO delay used for in/out_p.
|