gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:OutH (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/pccardio.h - 1.1KB - 37 lines
27: #define OutB(reg, v)            out_b(iob + (reg), (UB)(v))
28: #define OutH(reg, v)            out_h(iob + (reg), (UH)(v))
29: #define CnvHIO(d)               CnvLeH(d)
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/netdrv.h - 10.0KB - 261 lines
206: #define OutB(ix, dt)    out_b(IOB + ((ix) * IOSTEP), (dt))
207: #define OutH(ix, dt)    out_h(IOB + ((ix) * IOSTEP), (dt))
208: #define OutW(ix, dt)    out_w(IOB + ((ix) * IOSTEP), (dt))