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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c64 u16 temp_word; local
91 temp_word = ctrl->ctrl_int_comp >> 16;
92 func->presence_save = (temp_word >> hp_slot) & 0x01;
93 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
139 u16 temp_word; local
175 temp_word = ctrl->ctrl_int_comp >> 16;
176 temp_byte = (temp_word >> hp_slot) & 0x01;
177 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02;
208 temp_word = ctrl->ctrl_int_comp >> 16;
209 func->presence_save = (temp_word >> hp_slo
1974 u16 temp_word; local
2360 u16 temp_word; local
[all...]
H A Dcpqphp_core.c808 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 Dshpchp_hpc.c317 u16 temp_word; local
329 temp_word = (t_slot << 8) | (cmd & 0xFF);
335 shpc_writew(ctrl, CMD, temp_word);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c64 u16 temp_word; local
91 temp_word = ctrl->ctrl_int_comp >> 16;
92 func->presence_save = (temp_word >> hp_slot) & 0x01;
93 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
139 u16 temp_word; local
175 temp_word = ctrl->ctrl_int_comp >> 16;
176 temp_byte = (temp_word >> hp_slot) & 0x01;
177 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02;
208 temp_word = ctrl->ctrl_int_comp >> 16;
209 func->presence_save = (temp_word >> hp_slo
1974 u16 temp_word; local
2360 u16 temp_word; local
[all...]
H A Dcpqphp_core.c808 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 Dshpchp_hpc.c317 u16 temp_word; local
329 temp_word = (t_slot << 8) | (cmd & 0xFF);
335 shpc_writew(ctrl, CMD, temp_word);

Completed in 207 milliseconds