gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:out_h from t2ex (0.00 seconds)
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/io.c - 3.5KB - 124 lines
84:         while (--cnt >= 0) {
85:                 out_h(port, *buf++);
86:         }
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))