Searched refs:temp_word (Results 1 – 3 of 3) sorted by relevance
57 u16 temp_word; in handle_switch_change() local 84 temp_word = ctrl->ctrl_int_comp >> 16; in handle_switch_change() 85 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_switch_change() 86 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_switch_change() 132 u16 temp_word; in handle_presence_change() local 168 temp_word = ctrl->ctrl_int_comp >> 16; in handle_presence_change() 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() 201 temp_word = ctrl->ctrl_int_comp >> 16; in handle_presence_change() 202 func->presence_save = (temp_word >> hp_slo in handle_presence_change() 1944 u16 temp_word; cpqhp_process_SI() local 2316 u16 temp_word; configure_new_function() local [all...]
760 u16 temp_word; in cpqhpc_probe() local 1153 temp_word = readw(ctrl->hpc_reg + MISC); in cpqhpc_probe() 1154 temp_word |= 0x4006; in cpqhpc_probe() 1155 writew(temp_word, ctrl->hpc_reg + MISC); in cpqhpc_probe() 1192 temp_word = ctrl->ctrl_int_comp >> 16; in cpqhpc_probe() 1193 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhpc_probe() 1194 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhpc_probe()
292 u16 temp_word; in shpc_write_cmd() local 304 temp_word = (t_slot << 8) | (cmd & 0xFF); in shpc_write_cmd() 310 shpc_writew(ctrl, CMD, temp_word); in shpc_write_cmd()