Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/block/paride/
Dparide.h101 #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);}
Dbpck.c34 #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);}
Dfit3.c34 #define w7(byte) {out_p(7,byte);}
/linux-2.6.39/crypto/
Dvmac.c459 u64 *in_n, *out_p; in vmac() local
464 out_p = ctx->__vmac_ctx.cached_aes; in vmac()
472 (unsigned char *)out_p, (unsigned char *)in_n); in vmac()
476 p = be64_to_cpup(out_p + i); in vmac()
/linux-2.6.39/arch/x86/
DKconfig.debug219 This is the traditional Linux IO delay used for in/out_p.