/linux-6.1.9/drivers/scsi/arm/ |
D | cumana_1.c | 39 #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-6.1.9/drivers/net/ethernet/intel/e1000e/ |
D | mac.c | 467 ctrl = er32(CTRL); in e1000e_check_for_fiber_link() 491 ctrl = er32(CTRL); in e1000e_check_for_fiber_link() 493 ew32(CTRL, ctrl); in e1000e_check_for_fiber_link() 509 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000e_check_for_fiber_link() 532 ctrl = er32(CTRL); in e1000e_check_for_serdes_link() 554 ctrl = er32(CTRL); in e1000e_check_for_serdes_link() 556 ew32(CTRL, ctrl); in e1000e_check_for_serdes_link() 572 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000e_check_for_serdes_link() 839 ctrl = er32(CTRL); in e1000e_setup_fiber_serdes_link() 858 ew32(CTRL, ctrl); in e1000e_setup_fiber_serdes_link() [all …]
|
D | 82571.c | 981 ctrl = er32(CTRL); in e1000_reset_hw_82571() 984 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82571() 1197 reg = er32(CTRL); in e1000_initialize_hw_bits_82571() 1199 ew32(CTRL, reg); in e1000_initialize_hw_bits_82571() 1427 ctrl = er32(CTRL); in e1000_setup_copper_link_82571() 1430 ew32(CTRL, ctrl); in e1000_setup_copper_link_82571() 1506 ctrl = er32(CTRL); in e1000_check_for_serdes_link_82571() 1539 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_serdes_link_82571() 1573 ew32(CTRL, ctrl); in e1000_check_for_serdes_link_82571() 1595 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000_check_for_serdes_link_82571()
|
D | ethtool.c | 451 regs_buff[0] = er32(CTRL); in e1000_get_regs() 1337 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback() 1344 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback() 1416 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback() 1437 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback() 1453 u32 ctrl = er32(CTRL); in e1000_set_82571_fiber_loopback() 1462 ew32(CTRL, ctrl); in e1000_set_82571_fiber_loopback() 1473 ctrl = er32(CTRL); in e1000_set_82571_fiber_loopback() 1475 ew32(CTRL, ctrl); in e1000_set_82571_fiber_loopback() 1493 u32 ctrl = er32(CTRL); in e1000_set_es2lan_mac_loopback() [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/leds/ |
D | kinetic,ktd2692.yaml | 16 The ExpressWire interface through CTRL pin can control LED on/off and 20 Also, When the AUX pin is pulled high while CTRL pin is high, 29 description: Specifier of the GPIO connected to CTRL pin. 33 description: Specifier of the GPIO connected to CTRL pin.
|
D | leds-lt3593.txt | 5 - lltc,ctrl-gpios: A handle to the GPIO that is connected to the 'CTRL'
|
/linux-6.1.9/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 409 ctrl = er32(CTRL); in e1000_reset_hw() 413 ew32(CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw() 435 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw() 444 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw() 588 ctrl = er32(CTRL); in e1000_init_hw() 589 ew32(CTRL, ctrl | E1000_CTRL_PRIOR); in e1000_init_hw() 813 ctrl = er32(CTRL); in e1000_setup_fiber_serdes_link() 888 ew32(CTRL, ctrl); in e1000_setup_fiber_serdes_link() 902 (er32(CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_serdes_link() 1007 ctrl = er32(CTRL); in e1000_copper_link_preconfig() [all …]
|
/linux-6.1.9/drivers/hwmon/ |
D | as370-hwmon.c | 16 #define CTRL 0x0 macro 34 void __iomem *addr = hwmon->base + CTRL; in init_pvt()
|
/linux-6.1.9/Documentation/security/ |
D | sak.rst | 28 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-6.1.9/Documentation/translations/zh_CN/process/ |
D | email-clients.rst | 88 当写邮件时,光标应该放在补丁会出现的地方,然后按下 :kbd:`CTRL-R` 组合键,使指 96 用 :menuselection:`Message-->Insert File` (:kbd:`CTRL-I`) 或外置编辑器插入补丁。 108 从 :menuselection:`格式-->段落样式-->预格式化` (:kbd:`CTRL-7`)
|
/linux-6.1.9/sound/pci/ali5451/ |
D | ali5451.c | 985 unsigned int CTRL, in snd_ali_write_voice_regs() argument 998 ((CTRL & 0x0000000f) << 12) | in snd_ali_write_voice_regs() 1046 unsigned int CTRL; in snd_ali_control_mode() local 1052 CTRL = 0x00000001; in snd_ali_control_mode() 1054 CTRL |= 0x00000008; /* 16-bit data */ in snd_ali_control_mode() 1056 CTRL |= 0x00000002; /* signed data */ in snd_ali_control_mode() 1058 CTRL |= 0x00000004; /* stereo data */ in snd_ali_control_mode() 1059 return CTRL; in snd_ali_control_mode() 1186 unsigned int CTRL; in snd_ali_playback_prepare() local 1225 CTRL = snd_ali_control_mode(substream); in snd_ali_playback_prepare() [all …]
|
/linux-6.1.9/drivers/i3c/master/ |
D | i3c-master-cdns.c | 59 #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() 1111 ctrl = readl(master->regs + CTRL); in cdns_i3c_master_upd_i3c_scl_lim() [all …]
|
/linux-6.1.9/sound/pci/trident/ |
D | trident_main.c | 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 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() 928 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_playback_prepare() 954 evoice->CTRL = voice->CTRL; in snd_trident_playback_prepare() [all …]
|
/linux-6.1.9/tools/testing/selftests/cgroup/ |
D | test_cpuset_prs.sh | 332 CTRL=${CTRL:=$CONTROLLER} 348 COMM="echo ${PREFIX}${CTRL} > $SFILE"
|
/linux-6.1.9/drivers/gpu/drm/vc4/ |
D | vc4_dsi.c | 910 DSI_PORT_WRITE(CTRL, in vc4_dsi_encoder_enable() 914 DSI_PORT_WRITE(CTRL, in vc4_dsi_encoder_enable() 1075 DSI_PORT_WRITE(CTRL, in vc4_dsi_encoder_enable() 1076 DSI_PORT_READ(CTRL) | in vc4_dsi_encoder_enable() 1098 DSI_PORT_WRITE(CTRL, DSI_PORT_READ(CTRL) | DSI0_CTRL_CTRL0); in vc4_dsi_encoder_enable() 1100 DSI_PORT_WRITE(CTRL, DSI_PORT_READ(CTRL) | DSI1_CTRL_EN); in vc4_dsi_encoder_enable() 1303 DSI_PORT_WRITE(CTRL, in vc4_dsi_host_transfer() 1304 DSI_PORT_READ(CTRL) | in vc4_dsi_host_transfer()
|
/linux-6.1.9/tools/perf/ui/browsers/ |
D | header.c | 68 case CTRL('c'): in list_menu__run()
|
D | map.c | 96 case CTRL('c'): in map_browser__run()
|
/linux-6.1.9/drivers/net/ethernet/intel/igbvf/ |
D | vf.c | 112 ctrl = er32(CTRL); in e1000_reset_hw_vf() 113 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_vf()
|
/linux-6.1.9/Documentation/devicetree/bindings/mips/brcm/ |
D | soc.txt | 21 = Always-On control block (AON CTRL) 32 - reg : the register start and length for the AON CTRL block
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | tegra-xudc.c | 52 #define CTRL 0x030 macro 1743 val = xudc_readl(xudc, CTRL); in __tegra_xudc_ep_disable() 1745 xudc_writel(xudc, val, CTRL); in __tegra_xudc_ep_disable() 1829 val = xudc_readl(xudc, CTRL); in __tegra_xudc_ep_enable() 1831 xudc_writel(xudc, val, CTRL); in __tegra_xudc_ep_enable() 2049 val = xudc_readl(xudc, CTRL); in tegra_xudc_gadget_pullup() 2054 xudc_writel(xudc, val, CTRL); in tegra_xudc_gadget_pullup() 2096 val = xudc_readl(xudc, CTRL); in tegra_xudc_gadget_start() 2098 xudc_writel(xudc, val, CTRL); in tegra_xudc_gadget_start() 2105 val = xudc_readl(xudc, CTRL); in tegra_xudc_gadget_start() [all …]
|
D | atmel_usba_udc.c | 1008 ctrl = usba_readl(udc, CTRL); in usba_udc_wakeup() 1009 usba_writel(udc, CTRL, ctrl | USBA_REMOTE_WAKE_UP); in usba_udc_wakeup() 1191 regval = usba_readl(udc, CTRL); in set_address() 1193 usba_writel(udc, CTRL, regval); in set_address() 1471 usba_writel(udc, CTRL, (usba_readl(udc, CTRL) in usba_control_irq() 1907 usba_writel(udc, CTRL, USBA_ENABLE_MASK); in usba_start() 1934 usba_writel(udc, CTRL, USBA_DISABLE_MASK); in usba_stop() 1975 ctrl = usba_readl(udc, CTRL); in atmel_usba_pullup() 1980 usba_writel(udc, CTRL, ctrl); in atmel_usba_pullup() 2327 usba_writel(udc, CTRL, USBA_DISABLE_MASK); in usba_udc_probe()
|
/linux-6.1.9/Documentation/devicetree/bindings/ufs/ |
D | hisilicon,ufs.yaml | 49 - description: UFS SYS CTRL register address space
|
/linux-6.1.9/drivers/net/wwan/ |
D | Kconfig | 43 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-6.1.9/drivers/mmc/host/ |
D | dw_mmc.c | 159 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL)); in dw_mci_regs_show() 196 ctrl = mci_readl(host, CTRL); in dw_mci_ctrl_reset() 198 mci_writel(host, CTRL, ctrl); in dw_mci_ctrl_reset() 463 temp = mci_readl(host, CTRL); in dw_mci_idmac_stop_dma() 466 mci_writel(host, CTRL, temp); in dw_mci_idmac_stop_dma() 746 temp = mci_readl(host, CTRL); in dw_mci_idmac_start_dma() 748 mci_writel(host, CTRL, temp); in dw_mci_idmac_start_dma() 1119 temp = mci_readl(host, CTRL); in dw_mci_submit_data_dma() 1121 mci_writel(host, CTRL, temp); in dw_mci_submit_data_dma() 1180 temp = mci_readl(host, CTRL); in dw_mci_submit_data() [all …]
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | pio.c | 728 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()
|