Lines Matching refs:get_byte
585 static char get_byte (double value);
5008 get_byte (double value)
5039 Regs[0x00] = get_byte (cph->p1);
5040 Regs[0x01] = get_byte (get_shrd (cph->p1, 0x08));
5041 Regs[0x02] = get_byte (get_shrd (cph->p1, 0x10));
5042 Regs[0x03] = get_byte (get_shrd (cph->p1, 0x18));
5045 Regs[0x04] |= ((get_byte (get_shrd (cph->p1, 0x20))) & 0x0f);
5050 Regs[0x05] = get_byte (cph->p2);
5051 Regs[0x06] = get_byte (get_shrd (cph->p2, 0x08));
5052 Regs[0x07] = get_byte (get_shrd (cph->p2, 0x10));
5053 Regs[0x08] = get_byte (get_shrd (cph->p2, 0x18));
5055 Regs[0x09] |= ((get_byte (get_shrd (cph->p2, 0x20))) & 0x0f);
5109 Regs[0x97] = get_byte (mt->adcclkp[0]);
5110 Regs[0x98] = get_byte (get_shrd (mt->adcclkp[0], 0x08));
5111 Regs[0x99] = get_byte (get_shrd (mt->adcclkp[0], 0x10));
5112 Regs[0x9a] = get_byte (get_shrd (mt->adcclkp[0], 0x18));
5114 Regs[0x9b] |= ((get_byte (get_shrd (mt->adcclkp[0], 0x20))) & 0x0f);
5116 Regs[0xc1] = get_byte (mt->adcclkp[1]);
5117 Regs[0xc2] = get_byte (get_shrd (mt->adcclkp[1], 0x08));
5118 Regs[0xc3] = get_byte (get_shrd (mt->adcclkp[1], 0x10));
5119 Regs[0xc4] = get_byte (get_shrd (mt->adcclkp[1], 0x18));
5121 Regs[0xc5] |= ((get_byte (get_shrd (mt->adcclkp[1], 0x20))) & 0x0f);