Home
last modified time | relevance | path

Searched refs:out_p (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/ata/pata_parport/
H A Dpata_parport.h34 #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 Dbpck.c24 #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 Dfit3.c25 #define w7(byte) out_p(7, byte)
/linux/arch/x86/
H A DKconfig.debug130 This is the traditional Linux IO delay used for in/out_p.
/linux/fs/afs/
H A Ddir.c925 goto out_p; in afs_lookup_atsys()
959 out_p: in afs_lookup_atsys()