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

/drivers/pci/hotplug/
H A Dcpqphp_core.c815 u16 temp_word; local
1210 temp_word = readw(ctrl->hpc_reg + MISC);
1211 temp_word |= 0x4006;
1212 writew(temp_word, ctrl->hpc_reg + MISC);
1249 temp_word = ctrl->ctrl_int_comp >> 16;
1250 func->presence_save = (temp_word >> hp_slot) & 0x01;
1251 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
H A Dcpqphp_pci.c162 u16 temp_word; local
185 temp_word = inb(0x4d0);
186 temp_word |= inb(0x4d1) << 8;
188 temp_word |= 0x01 << irq_num;
193 outb((u8) (temp_word & 0xFF), 0x4d0); outb((u8) ((temp_word &
H A Dcpqphp_ctrl.c71 u16 temp_word; local
98 temp_word = ctrl->ctrl_int_comp >> 16;
99 func->presence_save = (temp_word >> hp_slot) & 0x01;
100 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
146 u16 temp_word; local
182 temp_word = ctrl->ctrl_int_comp >> 16;
183 temp_byte = (temp_word >> hp_slot) & 0x01;
184 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02;
215 temp_word = ctrl->ctrl_int_comp >> 16;
216 func->presence_save = (temp_word >> hp_slo
1992 u16 temp_word; local
2379 u16 temp_word; local
[all...]
H A Dshpchp_hpc.c315 u16 temp_word; local
327 temp_word = (t_slot << 8) | (cmd & 0xFF);
333 shpc_writew(ctrl, CMD, temp_word);

Completed in 67 milliseconds