Searched refs:devctl (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/pcmcia/ |
H A D | ti113x.h | 369 u32 mfunc, mfunc_old, devctl; in ti12xx_irqroute_func0() local 374 devctl = config_readb(socket, TI113X_DEVICE_CONTROL); in ti12xx_irqroute_func0() 376 mfunc, devctl); in ti12xx_irqroute_func0() 394 if ((devctl & TI113X_DCR_IMODE_MASK) == TI12XX_DCR_IMODE_ALL_SERIAL) { in ti12xx_irqroute_func0() 433 devctl &= ~TI113X_DCR_IMODE_MASK; in ti12xx_irqroute_func0() 434 devctl |= TI113X_DCR_IMODE_SERIAL; /* serial ISA could be right */ in ti12xx_irqroute_func0() 435 config_writeb(socket, TI113X_DEVICE_CONTROL, devctl); in ti12xx_irqroute_func0() 543 u32 mfunc, mfunc_old, devctl, sysctl; in ti12xx_irqroute_func1() local 547 devctl = config_readb(socket, TI113X_DEVICE_CONTROL); in ti12xx_irqroute_func1() 549 mfunc, devctl); in ti12xx_irqroute_func1() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | reset.c | 47 u16 devctl; in mlx4_reset() local 142 devctl = hca_header[(pcie_cap + PCI_EXP_DEVCTL) / 4]; in mlx4_reset() 145 devctl)) { in mlx4_reset()
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_reset.c | 52 u16 devctl; in mthca_reset() local 239 devctl = hca_header[(hca_pcie_cap + PCI_EXP_DEVCTL) / 4]; in mthca_reset() 241 devctl)) { in mthca_reset()
|
/linux/drivers/media/dvb-frontends/ |
H A D | stv6110x.c | 406 return stv6110x->devctl; in stv6110x_get_devctl() 422 stv6110x->devctl = &stv6110x_ctl; in stv6110x_probe() 458 stv6110x->devctl = &stv6110x_ctl; in stv6110x_attach() 468 return stv6110x->devctl; in stv6110x_attach()
|
H A D | stv6110x_priv.h | 62 struct stv6110x_devctl *devctl; member
|
/linux/drivers/pci/ |
H A D | pci-bridge-emul.h | 48 __le16 devctl; member
|
/linux/drivers/usb/musb/ |
H A D | musb_debugfs.c | 297 musb->context.devctl |= MUSB_DEVCTL_SESSION; in musb_softconnect_write()
|
H A D | musb_core.h | 268 u8 devctl, busctl, misc; member
|
/linux/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 1351 u16 devctl; in csio_wr_fixup_host_params() local 1357 pcie_capability_read_word(hw->pdev, PCI_EXP_DEVCTL, &devctl); in csio_wr_fixup_host_params() 1358 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in csio_wr_fixup_host_params()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 6757 u16 devctl; in __e1000_shutdown() local 6762 pcie_capability_read_word(us_dev, PCI_EXP_DEVCTL, &devctl); in __e1000_shutdown() 6764 (devctl & ~PCI_EXP_DEVCTL_CERE)); in __e1000_shutdown() 6769 pcie_capability_write_word(us_dev, PCI_EXP_DEVCTL, devctl); in __e1000_shutdown()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 7327 u16 devctl; in t4_fixup_host_params() local 7334 &devctl); in t4_fixup_host_params() 7335 mps_log = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5) + 7; in t4_fixup_host_params()
|
/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_main.c | 6919 u16 devctl; in bnx2x_init_pxp() local 6922 pcie_capability_read_word(bp->pdev, PCI_EXP_DEVCTL, &devctl); in bnx2x_init_pxp() 6923 DP(NETIF_MSG_HW, "read 0x%x from devctl\n", devctl); in bnx2x_init_pxp() 6924 w_order = ((devctl & PCI_EXP_DEVCTL_PAYLOAD) >> 5); in bnx2x_init_pxp() 6926 r_order = ((devctl & PCI_EXP_DEVCTL_READRQ) >> 12); in bnx2x_init_pxp()
|