Home
last modified time | relevance | path

Searched refs:devctl (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/pcmcia/
H A Dti113x.h369 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 Dreset.c47 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 Dmthca_reset.c52 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 Dstv6110x.c406 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 Dstv6110x_priv.h62 struct stv6110x_devctl *devctl; member
/linux/drivers/pci/
H A Dpci-bridge-emul.h48 __le16 devctl; member
/linux/drivers/usb/musb/
H A Dmusb_debugfs.c297 musb->context.devctl |= MUSB_DEVCTL_SESSION; in musb_softconnect_write()
H A Dmusb_core.h268 u8 devctl, busctl, misc; member
/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c1351 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 Dnetdev.c6757 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 Dt4_hw.c7327 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 Dbnx2x_main.c6919 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()