Searched refs:temp_word (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c57 u16 temp_word; local
84 temp_word = ctrl->ctrl_int_comp >> 16;
85 func->presence_save = (temp_word >> hp_slot) & 0x01;
86 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
132 u16 temp_word; local
168 temp_word = ctrl->ctrl_int_comp >> 16;
169 temp_byte = (temp_word >> hp_slot) & 0x01;
170 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02;
201 temp_word = ctrl->ctrl_int_comp >> 16;
202 func->presence_save = (temp_word >> hp_slo
1944 u16 temp_word; local
2316 u16 temp_word; local
[all...]
H A Dcpqphp_core.c760 u16 temp_word; local
1153 temp_word = readw(ctrl->hpc_reg + MISC);
1154 temp_word |= 0x4006;
1155 writew(temp_word, ctrl->hpc_reg + MISC);
1192 temp_word = ctrl->ctrl_int_comp >> 16;
1193 func->presence_save = (temp_word >> hp_slot) & 0x01;
1194 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
H A Dcpqphp_pci.c161 u16 temp_word; local
184 temp_word = inb(0x4d0);
185 temp_word |= inb(0x4d1) << 8;
187 temp_word |= 0x01 << irq_num;
192 outb((u8)(temp_word & 0xFF), 0x4d0);
193 outb((u8)((temp_word & 0xFF00) >> 8), 0x4d1);
H A Dshpchp_hpc.c293 u16 temp_word; local
305 temp_word = (t_slot << 8) | (cmd & 0xFF);
311 shpc_writew(ctrl, CMD, temp_word);

Completed in 176 milliseconds