Searched refs:devctl (Results 51 - 53 of 53) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_main.c3810 u16 devctl; local
3814 bp->pcie_cap + PCI_EXP_DEVCTL, &devctl);
3815 DP(NETIF_MSG_HW, "read 0x%x from devctl\n", devctl);
3816 w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5);
3818 r_order = ((devctl & PCI_EXP_DEVCTL_READRQ) >> 12);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.c40 * . devctl BUS_RESET arg confusion (reset type or root holdoff?)
922 PRINT(KERN_ERR, "devctl command SET_BUS_ID err");
2982 .devctl = ohci_devctl,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ieee1394/
H A Dohci1394.c40 * . devctl BUS_RESET arg confusion (reset type or root holdoff?)
922 PRINT(KERN_ERR, "devctl command SET_BUS_ID err");
2982 .devctl = ohci_devctl,

Completed in 209 milliseconds

123