Searched refs:slot_enable (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp.h124 u8 slot_enable; /* 0x01 */ member in struct:ctrl_reg
155 SLOT_ENABLE = offsetof(struct ctrl_reg, slot_enable),
558 u8 slot_enable; local
560 slot_enable = readb(ctrl->hpc_reg + SLOT_ENABLE);
561 slot_enable &= ~(0x01 << slot);
562 writeb(slot_enable, ctrl->hpc_reg + SLOT_ENABLE);
566 static inline void slot_enable(struct controller *ctrl, u8 slot) function
568 u8 slot_enable; local
570 slot_enable = readb(ctrl->hpc_reg + SLOT_ENABLE);
571 slot_enable |
578 u8 slot_enable; local
[all...]
H A Dshpchp_ctrl.c276 if ((rc = p_slot->hpc_ops->slot_enable(p_slot))) {
305 if ((rc = p_slot->hpc_ops->slot_enable(p_slot))) {
H A Dshpchp.h328 int (*slot_enable)(struct slot *slot); member in struct:hpc_ops
H A Dshpchp_hpc.c924 .slot_enable = hpc_slot_enable,
H A Dcpqphp_ctrl.c1318 slot_enable (ctrl, hp_slot);
1469 dbg("%s: before slot_enable\n", __func__);
1470 slot_enable (ctrl, hp_slot);

Completed in 117 milliseconds