Searched refs:out_p (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A 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);}
|
H A D | bpck.c | 34 #define w2(byte) {out_p(2,byte); PC = byte;} 35 #define t2(pat) {PC ^= pat; out_p(2,PC);} 36 #define e2() {PC &= 0xfe; out_p(2,PC);} 37 #define o2() {PC |= 1; out_p(2,PC);}
|
H A D | fit3.c | 34 #define w7(byte) {out_p(7,byte);}
|
/kernel/linux/linux-6.6/drivers/ata/pata_parport/ |
H A D | pata_parport.h | 34 #define out_p(offs, byte) do { outb(byte, pi->port + offs); delay_p; } while (0) macro 37 #define w0(byte) out_p(0, byte) 39 #define w1(byte) out_p(1, byte) 41 #define w2(byte) out_p(2, byte) 43 #define w3(byte) out_p(3, byte) 44 #define w4(byte) out_p(4, byte)
|
H A D | bpck.c | 24 #define w2(byte) {out_p(2,byte); PC = byte;} 25 #define t2(pat) {PC ^= pat; out_p(2,PC);} 26 #define e2() {PC &= 0xfe; out_p(2,PC);} 27 #define o2() {PC |= 1; out_p(2,PC);}
|
H A D | fit3.c | 25 #define w7(byte) out_p(7, byte)
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | dynroot.c | 205 goto out_p; in afs_lookup_atcell() 227 out_p: in afs_lookup_atcell()
|
H A D | dir.c | 898 goto out_p; in afs_lookup_atsys() 932 out_p: in afs_lookup_atsys()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | dynroot.c | 206 goto out_p; in afs_lookup_atcell() 228 out_p: in afs_lookup_atcell()
|
H A D | dir.c | 934 goto out_p; in afs_lookup_atsys() 968 out_p: in afs_lookup_atsys()
|
Completed in 9 milliseconds