Searched refs:msi_ctrl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dshpchp.h206 volatile u8 msi_ctrl; member in struct:ctrl_reg
223 MSI_CTRL = offsetof(struct ctrl_reg, msi_ctrl),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbnx2.c3392 u32 msi_ctrl; local
3395 msi_ctrl = REG_RD(bp, BNX2_PCICFG_MSI_CONTROL);
3396 if (!(msi_ctrl & BNX2_PCICFG_MSI_CONTROL_ENABLE))
3400 REG_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl &
3402 REG_WR(bp, BNX2_PCICFG_MSI_CONTROL, msi_ctrl);

Completed in 176 milliseconds