gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for fundef:InH (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/pccardio.h - 1.1KB - 37 lines
25: #define InB(reg)                (UB)in_b(iob + (reg))
26: #define InH(reg)                (UH)in_h(iob + (reg))
27: #define OutB(reg, v)            out_b(iob + (reg), (UB)(v))
t2ex
t2ex_source/driver/tef_em1d/netdrv/src/netdrv.h - 10.0KB - 261 lines
203: #define InB(ix)         in_b(IOB + ((ix) * IOSTEP))
204: #define InH(ix)         in_h(IOB + ((ix) * IOSTEP))
205: #define InW(ix)         in_w(IOB + ((ix) * IOSTEP))