Home
last modified time | relevance | path

Searched refs:temp_byte (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_upgrade_ft8201.c100 union short_bits temp_byte; in cal_lcdinitcode_ecc() local
109 temp_byte.dshort = 0; in cal_lcdinitcode_ecc()
145 temp_byte.dshort = (u16)bank_data[i]; in cal_lcdinitcode_ecc()
153 … ^ temp_byte.bits.bit0 ^ temp_byte.bits.bit1 ^ temp_byte.bits.bit2 ^ temp_byte.bits.bit3 in cal_lcdinitcode_ecc()
154 … ^ temp_byte.bits.bit4 ^ temp_byte.bits.bit5 ^ temp_byte.bits.bit6 ^ temp_byte.bits.bit7; in cal_lcdinitcode_ecc()
158 … ^ temp_byte.bits.bit1 ^ temp_byte.bits.bit2 ^ temp_byte.bits.bit3 ^ temp_byte.bits.bit4 in cal_lcdinitcode_ecc()
159 … ^ temp_byte.bits.bit5 ^ temp_byte.bits.bit6 ^ temp_byte.bits.bit7; in cal_lcdinitcode_ecc()
161 …ecc.bits.bit2 = ecc_last.bits.bit8 ^ ecc_last.bits.bit9 ^ temp_byte.bits.bit0 ^ temp_byte.bits.bit… in cal_lcdinitcode_ecc()
163 …ecc.bits.bit3 = ecc_last.bits.bit9 ^ ecc_last.bits.bit10 ^ temp_byte.bits.bit1 ^ temp_byte.bits.bi… in cal_lcdinitcode_ecc()
165 …ecc.bits.bit4 = ecc_last.bits.bit10 ^ ecc_last.bits.bit11 ^ temp_byte.bits.bit2 ^ temp_byte.bits.b… in cal_lcdinitcode_ecc()
[all …]
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c131 u8 temp_byte; in handle_presence_change() local
169 temp_byte = (temp_word >> hp_slot) & 0x01; in handle_presence_change()
170 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change()
172 if (temp_byte != func->presence_save) { in handle_presence_change()
1258 u8 temp_byte; in board_replaced() local
1287 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1289 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_replaced()
1408 u8 temp_byte; in board_added() local
1435 temp_byte = readb(ctrl->hpc_reg + SLOT_POWER); in board_added()
1437 writeb(temp_byte, ctrl->hpc_reg + SLOT_POWER); in board_added()
[all …]
H A Dcpqphp_nvram.c190 u8 temp_byte = 0xFF; in load_HRT() local
210 rc = access_EV(WRITE_EV, "CQTHPS", &temp_byte, &temp_dword); in load_HRT()
H A Dcpqphp_pci.c690 u8 temp_byte; in cpqhp_save_used_resources() local
729 pci_bus_read_config_byte(pci_bus, devfn, PCI_SUBORDINATE_BUS, &temp_byte); in cpqhp_save_used_resources()
736 bus_node->length = temp_byte - secondary_bus + 1; in cpqhp_save_used_resources()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_bitpack.c107 char temp_byte = 0x00; in dhd_bit_pack() local
117 temp_byte = cropped_data >> remain_bit; in dhd_bit_pack()
119 temp_byte = cropped_data << (-1*remain_bit); in dhd_bit_pack()
121 *buf = *buf | temp_byte; in dhd_bit_pack()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_bitpack.c107 char temp_byte = 0x00; in dhd_bit_pack() local
117 temp_byte = cropped_data >> remain_bit; in dhd_bit_pack()
119 temp_byte = cropped_data << (-1*remain_bit); in dhd_bit_pack()
121 *buf = *buf | temp_byte; in dhd_bit_pack()