Home
last modified time | relevance | path

Searched refs:CTRL (Results 1 – 25 of 60) sorted by relevance

123

/linux/drivers/scsi/arm/
H A Dcumana_1.c39 #define CTRL 0x16fc macro
53 writeb(0x02, base + CTRL); in cumanascsi_pwrite()
78 writeb(0x12, base + CTRL); in cumanascsi_pwrite()
104 writeb(hostdata->ctrl | 0x40, base + CTRL); in cumanascsi_pwrite()
120 writeb(0x00, base + CTRL); in cumanascsi_pread()
144 writeb(0x10, base + CTRL); in cumanascsi_pread()
170 writeb(hostdata->ctrl | 0x40, base + CTRL); in cumanascsi_pread()
189 writeb(0, base + CTRL); in cumanascsi_read()
194 writeb(0x40, base + CTRL); in cumanascsi_read()
204 writeb(0, base + CTRL); in cumanascsi_write()
[all …]
/linux/drivers/net/ethernet/intel/e1000e/
H A Dmac.c465 ctrl = er32(CTRL); in e1000e_check_for_fiber_link()
489 ctrl = er32(CTRL); in e1000e_check_for_fiber_link()
491 ew32(CTRL, ctrl); in e1000e_check_for_fiber_link()
507 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000e_check_for_fiber_link()
530 ctrl = er32(CTRL); in e1000e_check_for_serdes_link()
552 ctrl = er32(CTRL); in e1000e_check_for_serdes_link()
554 ew32(CTRL, ctrl); in e1000e_check_for_serdes_link()
570 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000e_check_for_serdes_link()
837 ctrl = er32(CTRL); in e1000e_setup_fiber_serdes_link()
856 ew32(CTRL, ctrl); in e1000e_setup_fiber_serdes_link()
[all …]
H A D82571.c980 ctrl = er32(CTRL); in e1000_reset_hw_82571()
983 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82571()
1196 reg = er32(CTRL); in e1000_initialize_hw_bits_82571()
1198 ew32(CTRL, reg); in e1000_initialize_hw_bits_82571()
1426 ctrl = er32(CTRL); in e1000_setup_copper_link_82571()
1429 ew32(CTRL, ctrl); in e1000_setup_copper_link_82571()
1505 ctrl = er32(CTRL); in e1000_check_for_serdes_link_82571()
1538 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_serdes_link_82571()
1572 ew32(CTRL, ctrl); in e1000_check_for_serdes_link_82571()
1594 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_serdes_link_82571()
H A Dethtool.c447 regs_buff[0] = er32(CTRL); in e1000_get_regs()
1322 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback()
1329 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback()
1401 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback()
1422 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback()
1438 u32 ctrl = er32(CTRL); in e1000_set_82571_fiber_loopback()
1447 ew32(CTRL, ctrl); in e1000_set_82571_fiber_loopback()
1458 ctrl = er32(CTRL); in e1000_set_82571_fiber_loopback()
1460 ew32(CTRL, ctrl); in e1000_set_82571_fiber_loopback()
1478 u32 ctrl = er32(CTRL); in e1000_set_es2lan_mac_loopback()
[all …]
H A D80003es2lan.c684 ctrl = er32(CTRL); in e1000_reset_hw_80003es2lan()
691 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_80003es2lan()
1028 ctrl = er32(CTRL); in e1000_setup_copper_link_80003es2lan()
1031 ew32(CTRL, ctrl); in e1000_setup_copper_link_80003es2lan()
H A Dich8lan.c265 mac_reg = er32(CTRL); in e1000_toggle_lanphypc_pch_lpt()
268 ew32(CTRL, mac_reg); in e1000_toggle_lanphypc_pch_lpt()
272 ew32(CTRL, mac_reg); in e1000_toggle_lanphypc_pch_lpt()
2403 ctrl_reg = er32(CTRL); in e1000_configure_k1_ich8lan()
2407 ew32(CTRL, reg); in e1000_configure_k1_ich8lan()
2412 ew32(CTRL, ctrl_reg); in e1000_configure_k1_ich8lan()
4811 ctrl = er32(CTRL); in e1000_reset_hw_ich8lan()
4829 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw_ich8lan()
5039 reg = er32(CTRL); in e1000_initialize_hw_bits_ich8lan()
5041 ew32(CTRL, reg); in e1000_initialize_hw_bits_ich8lan()
[all …]
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c410 ctrl = er32(CTRL); in e1000_reset_hw()
414 ew32(CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw()
436 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
445 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
589 ctrl = er32(CTRL); in e1000_init_hw()
590 ew32(CTRL, ctrl | E1000_CTRL_PRIOR); in e1000_init_hw()
814 ctrl = er32(CTRL); in e1000_setup_fiber_serdes_link()
889 ew32(CTRL, ctrl); in e1000_setup_fiber_serdes_link()
903 (er32(CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_serdes_link()
1008 ctrl = er32(CTRL); in e1000_copper_link_preconfig()
[all …]
/linux/drivers/hwmon/
H A Das370-hwmon.c17 #define CTRL 0x0 macro
35 void __iomem *addr = hwmon->base + CTRL; in init_pvt()
/linux/sound/pci/ali5451/
H A Dali5451.c983 unsigned int CTRL, in snd_ali_write_voice_regs() argument
996 ((CTRL & 0x0000000f) << 12) | in snd_ali_write_voice_regs()
1044 unsigned int CTRL; in snd_ali_control_mode() local
1050 CTRL = 0x00000001; in snd_ali_control_mode()
1052 CTRL |= 0x00000008; /* 16-bit data */ in snd_ali_control_mode()
1054 CTRL |= 0x00000002; /* signed data */ in snd_ali_control_mode()
1056 CTRL |= 0x00000004; /* stereo data */ in snd_ali_control_mode()
1057 return CTRL; in snd_ali_control_mode()
1184 unsigned int CTRL; in snd_ali_playback_prepare() local
1223 CTRL = snd_ali_control_mode(substream); in snd_ali_playback_prepare()
[all …]
/linux/Documentation/security/
H A Dsak.rst28 What key sequence should you use? Well, CTRL-ALT-DEL is used to reboot
29 the machine. CTRL-ALT-BACKSPACE is magical to the X server. We'll
30 choose CTRL-ALT-PAUSE.
/linux/drivers/i3c/master/
H A Di3c-master-cdns.c58 #define CTRL 0x10 macro
496 writel(readl(master->regs + CTRL) & ~CTRL_DEV_EN, master->regs + CTRL); in cdns_i3c_master_disable()
504 writel(readl(master->regs + CTRL) | CTRL_DEV_EN, master->regs + CTRL); in cdns_i3c_master_enable()
552 writel(readl(master->regs + CTRL) | CTRL_MCS, in cdns_i3c_master_start_xfer_locked()
553 master->regs + CTRL); in cdns_i3c_master_start_xfer_locked()
656 writel(readl(master->regs + CTRL) & ~CTRL_DEV_EN, in cdns_i3c_master_unqueue_xfer()
657 master->regs + CTRL); in cdns_i3c_master_unqueue_xfer()
666 writel(readl(master->regs + CTRL) | CTRL_DEV_EN, in cdns_i3c_master_unqueue_xfer()
667 master->regs + CTRL); in cdns_i3c_master_unqueue_xfer()
1110 ctrl = readl(master->regs + CTRL); in cdns_i3c_master_upd_i3c_scl_lim()
[all …]
/linux/sound/pci/trident/
H A Dtrident_main.c65 dev_dbg(trident->card->dev, "CTRL: 0x%x\n", (val >> 12) & 0x0f);
440 ((voice->CTRL & 0x0000000f) << 12); in snd_trident_write_voice_regs()
579 outw((voice->CTRL << 12) | voice->Vol, in snd_trident_write_vol_reg()
750 unsigned int CTRL; in snd_trident_control_mode() local
754 CTRL default: 8-bit (unsigned) mono, loop mode enabled in snd_trident_control_mode()
756 CTRL = 0x00000001; in snd_trident_control_mode()
758 CTRL |= 0x00000008; // 16-bit data in snd_trident_control_mode()
760 CTRL |= 0x00000002; // signed data in snd_trident_control_mode()
762 CTRL |= 0x00000004; // stereo data in snd_trident_control_mode()
763 return CTRL; in snd_trident_control_mode()
[all...]
/linux/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c931 DSI_PORT_WRITE(CTRL, in vc4_dsi_bridge_pre_enable()
935 DSI_PORT_WRITE(CTRL, in vc4_dsi_bridge_pre_enable()
1097 DSI_PORT_WRITE(CTRL, in vc4_dsi_bridge_pre_enable()
1098 DSI_PORT_READ(CTRL) | in vc4_dsi_bridge_pre_enable()
1120 DSI_PORT_WRITE(CTRL, DSI_PORT_READ(CTRL) | DSI0_CTRL_CTRL0); in vc4_dsi_bridge_pre_enable()
1122 DSI_PORT_WRITE(CTRL, DSI_PORT_READ(CTRL) | DSI1_CTRL_EN); in vc4_dsi_bridge_pre_enable()
1336 DSI_PORT_WRITE(CTRL, in vc4_dsi_host_transfer()
1337 DSI_PORT_READ(CTRL) | in vc4_dsi_host_transfer()
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh442 CTRL=${CTRL:=$CONTROLLER}
460 COMM="echo ${PREFIX}${CTRL} > $SFILE"
/linux/drivers/net/ethernet/intel/igbvf/
H A Dvf.c114 ctrl = er32(CTRL); in e1000_reset_hw_vf()
115 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_vf()
/linux/Documentation/devicetree/bindings/mips/brcm/
H A Dsoc.txt21 = Always-On control block (AON CTRL)
32 - reg : the register start and length for the AON CTRL block
/linux/tools/perf/ui/browsers/
H A Dheader.c68 case CTRL('c'): in list_menu__run()
H A Dmap.c96 case CTRL('c'): in map_browser__run()
/linux/drivers/mmc/host/
H A Ddw_mmc.c158 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL)); in dw_mci_regs_show()
195 ctrl = mci_readl(host, CTRL); in dw_mci_ctrl_reset()
197 mci_writel(host, CTRL, ctrl); in dw_mci_ctrl_reset()
461 temp = mci_readl(host, CTRL); in dw_mci_idmac_stop_dma()
464 mci_writel(host, CTRL, temp); in dw_mci_idmac_stop_dma()
744 temp = mci_readl(host, CTRL); in dw_mci_idmac_start_dma()
746 mci_writel(host, CTRL, temp); in dw_mci_idmac_start_dma()
1117 temp = mci_readl(host, CTRL); in dw_mci_submit_data_dma()
1119 mci_writel(host, CTRL, temp); in dw_mci_submit_data_dma()
1178 temp = mci_readl(host, CTRL); in dw_mci_submit_data()
[all …]
/linux/drivers/net/wwan/
H A DKconfig43 MHI WWAN CTRL allows QCOM-based PCIe modems to expose different modem
81 RPMSG WWAN CTRL allows modems available via RPMSG channels to expose
/linux/Documentation/devicetree/bindings/leds/
H A Dleds-lt3593.txt5 - lltc,ctrl-gpios: A handle to the GPIO that is connected to the 'CTRL'
/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h53 #define LOONGARCH_CSR_NAME_CTRL CTRL
/linux/drivers/infiniband/hw/hfi1/
H A Dpio.c728 write_kctxt_csr(dd, hw_context, SC(CTRL), reg); in sc_alloc()
859 write_kctxt_csr(dd, hw_context, SC(CTRL), 0); in sc_free()
888 reg = read_kctxt_csr(sc->dd, sc->hw_context, SC(CTRL)); in sc_disable()
892 write_kctxt_csr(sc->dd, sc->hw_context, SC(CTRL), reg); in sc_disable()
1262 sc_ctrl = read_kctxt_csr(dd, sc->hw_context, SC(CTRL)); in sc_enable()
1323 write_kctxt_csr(dd, sc->hw_context, SC(CTRL), sc_ctrl); in sc_enable()
1328 read_kctxt_csr(dd, sc->hw_context, SC(CTRL)); in sc_enable()
H A Dexp_rcv.h141 EXP_TID_SET(CTRL, 1 << (rcventry - pair)) | in create_tid()
/linux/Documentation/i2c/busses/
H A Di2c-mlxcpld.rst32 CTRL 0x1 - control reg.

123