gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:CnvLeH (0.00 seconds)
tkernel_2
driver/tef_em1d/sysdsk/src/ata.c - 17.9KB - 502 lines
191:         buf[4] = buf[80];
192:         buf[5] = CnvLeH(buf[53]) & 0x00FF;     /* Upper level is the internal flag */
193:         buf[7] = buf[54];
More results from ata.c
driver/tef_em1d/sysdsk/src/ata.h - 8.2KB - 208 lines
83: #define OFS_SIGN        (OFS_PART + SIZE_PARTTAB)
84: #define VALID_SIGN      CnvLeH((UH)0xAA55)   /* Signature      */
85: 
driver/tef_em1d/sysdsk/src/pccardio.h - 1.1KB - 37 lines
28: #define OutH(reg, v)            out_h(iob + (reg), (UH)(v))
29: #define CnvHIO(d)               CnvLeH(d)
30: