Lines Matching refs:GET_BYTE
153 GET_BYTE(reg, 0), GET_BYTE(reg, 1), in read_register_unlocked()
154 GET_BYTE(reg, 2), GET_BYTE(reg, 3), in read_register_unlocked()
226 buf[2] = GET_BYTE(reg, 0); in write_firmware_block()
227 buf[3] = GET_BYTE(reg, 1); in write_firmware_block()
228 buf[4] = GET_BYTE(reg, 2); in write_firmware_block()
229 buf[5] = GET_BYTE(reg, 3); in write_firmware_block()
245 GET_BYTE(reg, 0), GET_BYTE(reg, 1), in read_register()
246 GET_BYTE(reg, 2), GET_BYTE(reg, 3), in read_register()
273 buf[2] = GET_BYTE(reg, 0); in read_register_block()
274 buf[3] = GET_BYTE(reg, 1); in read_register_block()
275 buf[4] = GET_BYTE(reg, 2); in read_register_block()
276 buf[5] = GET_BYTE(reg, 3); in read_register_block()