Searched refs:B0_RAP (Results 1 – 5 of 5) sorted by relevance
40 #define B0_RAP 0x0000 /* 8 bit register address port */ macro700 #define ADDR(a) (((a)>>7) ? (outp(smc->hw.iop+B0_RAP,(a)>>7), \703 #define ADDRS(smc,a) (((a)>>7) ? (outp((smc)->hw.iop+B0_RAP,(a)>>7), \
53 #define ADDR(a) (((a)>>7) ? (outp(smc->hw.iop+B0_RAP,(a)>>7), (smc->hw.iop+( ((a)&0x7F) | ((a)>>7 ?…
19 B0_RAP = 0x0000, enumerator
256 B0_RAP = 0x0000, enumerator
49 #define DUMMY_READ() smc->hw.mc_dummy = (u_short) inp(ADDR(B0_RAP))