Search | Google it | Results 1 - 2 of 2 for fundef:OutB (0.00 seconds) |
30: */ 31: #define OutB(ix, dt) out_b((ix), (dt)) 32: #define InB(ix) in_b((ix))
205: #define InW(ix) in_w(IOB + ((ix) * IOSTEP)) 206: #define OutB(ix, dt) out_b(IOB + ((ix) * IOSTEP), (dt)) 207: #define OutH(ix, dt) out_h(IOB + ((ix) * IOSTEP), (dt))