gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:OutB (0.00 seconds)
tkernel_2
driver/tef_em1d/console/src/ns16450sys.h - 2.0KB - 84 lines
30:  */
31: #define OutB(ix, dt)    out_b((ix), (dt))
32: #define InB(ix)         in_b((ix))
More results from tkernel_2
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/netdrv.h - 10.0KB - 261 lines
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))