| /linux/drivers/scsi/arm/ |
| H A 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/drivers/net/ethernet/intel/e1000e/ |
| H A D | mac.c | 478 ctrl = er32(CTRL); in e1000e_check_for_fiber_link() 502 ctrl = er32(CTRL); in e1000e_check_for_fiber_link() 504 ew32(CTRL, ctrl); in e1000e_check_for_fiber_link() 520 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000e_check_for_fiber_link() 543 ctrl = er32(CTRL); in e1000e_check_for_serdes_link() 565 ctrl = er32(CTRL); in e1000e_check_for_serdes_link() 567 ew32(CTRL, ctrl); in e1000e_check_for_serdes_link() 583 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU)); in e1000e_check_for_serdes_link() 850 ctrl = er32(CTRL); in e1000e_setup_fiber_serdes_link() 869 ew32(CTRL, ctrl); in e1000e_setup_fiber_serdes_link() [all …]
|
| H A D | 82571.c | 980 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 D | ethtool.c | 449 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 D | 80003es2lan.c | 684 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 D | ich8lan.c | 265 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() 2468 ctrl_reg = er32(CTRL); in e1000_configure_k1_ich8lan() 2472 ew32(CTRL, reg); in e1000_configure_k1_ich8lan() 2477 ew32(CTRL, ctrl_reg); in e1000_configure_k1_ich8lan() 4878 ctrl = er32(CTRL); in e1000_reset_hw_ich8lan() 4896 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw_ich8lan() 5125 reg = er32(CTRL); in e1000_initialize_hw_bits_ich8lan() 5127 ew32(CTRL, reg); in e1000_initialize_hw_bits_ich8lan() [all …]
|
| /linux/drivers/regulator/ |
| H A D | s2mps11.c | 856 s2mpg10_reg_ldo_ops, _vrange, CTRL, GENMASK(5, 0), \ 865 s2mpg10_reg_ldo_ops, _vrange, CTRL, GENMASK(5, 0), \ 950 CTRL, GENMASK(6, 0), 971 CTRL, GENMASK(6, 0), 1139 s2mpg10_reg_ldo_ops, _vrange, CTRL, GENMASK(5, 0), \ 1148 s2mpg10_reg_ldo_ops, _vrange, CTRL, GENMASK(5, 0), \ 2101 regulator_desc_s2mpu05_ldo4(1, CTRL), 2102 regulator_desc_s2mpu05_ldo3(2, CTRL), 2103 regulator_desc_s2mpu05_ldo2(3, CTRL), 2104 regulator_desc_s2mpu05_ldo1(4, CTRL), [all …]
|
| H A D | max77802-regulator.c | 368 .enable_reg = MAX77802_REG_BUCK ## num ## CTRL, \ 370 .ramp_reg = MAX77802_REG_BUCK ## num ## CTRL, \
|
| /linux/drivers/hwmon/ |
| H A D | as370-hwmon.c | 17 #define CTRL 0x0 macro 35 void __iomem *addr = hwmon->base + CTRL; in init_pvt()
|
| /linux/drivers/i3c/master/ |
| H A D | i3c-master-cdns.c | 60 #define CTRL 0x10 macro 485 writel(readl(master->regs + CTRL) & ~CTRL_DEV_EN, master->regs + CTRL); in cdns_i3c_master_disable() 493 writel(readl(master->regs + CTRL) | CTRL_DEV_EN, master->regs + CTRL); in cdns_i3c_master_enable() 541 writel(readl(master->regs + CTRL) | CTRL_MCS, in cdns_i3c_master_start_xfer_locked() 542 master->regs + CTRL); in cdns_i3c_master_start_xfer_locked() 645 writel(readl(master->regs + CTRL) & ~CTRL_DEV_EN, in cdns_i3c_master_unqueue_xfer() 646 master->regs + CTRL); in cdns_i3c_master_unqueue_xfer() 655 writel(readl(master->regs + CTRL) | CTRL_DEV_EN, in cdns_i3c_master_unqueue_xfer() 656 master->regs + CTRL); in cdns_i3c_master_unqueue_xfer() 1099 ctrl = readl(master->regs + CTRL); in cdns_i3c_master_upd_i3c_scl_lim() [all …]
|
| /linux/Documentation/security/ |
| H A 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/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62l.dtsi | 73 <0x00 0x09000000 0x00 0x09000000 0x00 0x00400000>, /* CTRL MMRs */ 97 <0x00 0x43000000 0x00 0x43000000 0x00 0x00080000>; /* CTRL MMRs */ 109 <0x00 0x43000000 0x00 0x43000000 0x00 0x00080000>; /* CTRL MMRs */
|
| /linux/sound/pci/trident/ |
| H A D | trident_main.c | 434 ((voice->CTRL & 0x0000000f) << 12); in snd_trident_write_voice_regs() 573 outw((voice->CTRL << 12) | voice->Vol, in snd_trident_write_vol_reg() 744 unsigned int CTRL; in snd_trident_control_mode() local 750 CTRL = 0x00000001; in snd_trident_control_mode() 752 CTRL |= 0x00000008; // 16-bit data in snd_trident_control_mode() 754 CTRL |= 0x00000002; // signed data in snd_trident_control_mode() 756 CTRL |= 0x00000004; // stereo data in snd_trident_control_mode() 757 return CTRL; in snd_trident_control_mode() 922 voice->CTRL = snd_trident_control_mode(substream); in snd_trident_playback_prepare() 948 evoice->CTRL = voice->CTRL; in snd_trident_playback_prepare() [all …]
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 51 #define CTRL 0x030 macro 1747 val = xudc_readl(xudc, CTRL); in __tegra_xudc_ep_disable() 1749 xudc_writel(xudc, val, CTRL); in __tegra_xudc_ep_disable() 1837 val = xudc_readl(xudc, CTRL); in __tegra_xudc_ep_enable() 1839 xudc_writel(xudc, val, CTRL); in __tegra_xudc_ep_enable() 2057 val = xudc_readl(xudc, CTRL); in tegra_xudc_gadget_pullup() 2062 xudc_writel(xudc, val, CTRL); in tegra_xudc_gadget_pullup() 2104 val = xudc_readl(xudc, CTRL); in tegra_xudc_gadget_start() 2106 xudc_writel(xudc, val, CTRL); in tegra_xudc_gadget_start() 2113 val = xudc_readl(xudc, CTRL); in tegra_xudc_gadget_start() [all …]
|
| H A D | atmel_usba_udc.c | 1006 ctrl = usba_readl(udc, CTRL); in usba_udc_wakeup() 1007 usba_writel(udc, CTRL, ctrl | USBA_REMOTE_WAKE_UP); in usba_udc_wakeup() 1189 regval = usba_readl(udc, CTRL); in set_address() 1191 usba_writel(udc, CTRL, regval); in set_address() 1469 usba_writel(udc, CTRL, (usba_readl(udc, CTRL) in usba_control_irq() 1905 usba_writel(udc, CTRL, USBA_ENABLE_MASK); in usba_start() 1932 usba_writel(udc, CTRL, USBA_DISABLE_MASK); in usba_stop() 1973 ctrl = usba_readl(udc, CTRL); in atmel_usba_pullup() 1978 usba_writel(udc, CTRL, ctrl); in atmel_usba_pullup() 2323 usba_writel(udc, CTRL, USBA_DISABLE_MASK); in usba_udc_probe()
|
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | vf.c | 114 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 D | soc.txt | 21 = Always-On control block (AON CTRL) 32 - reg : the register start and length for the AON CTRL block
|
| /linux/drivers/mmc/host/ |
| H A D | dw_mmc.c | 158 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/tools/perf/ui/browsers/ |
| H A D | header.c | 68 case CTRL('c'): in list_menu__run()
|
| H A D | map.c | 98 case CTRL('c'): in map_browser__run()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio.c | 727 write_kctxt_csr(dd, hw_context, SC(CTRL), reg); in sc_alloc() 858 write_kctxt_csr(dd, hw_context, SC(CTRL), 0); in sc_free() 887 reg = read_kctxt_csr(sc->dd, sc->hw_context, SC(CTRL)); in sc_disable() 891 write_kctxt_csr(sc->dd, sc->hw_context, SC(CTRL), reg); in sc_disable() 1261 sc_ctrl = read_kctxt_csr(dd, sc->hw_context, SC(CTRL)); in sc_enable() 1322 write_kctxt_csr(dd, sc->hw_context, SC(CTRL), sc_ctrl); in sc_enable() 1327 read_kctxt_csr(dd, sc->hw_context, SC(CTRL)); in sc_enable()
|
| H A D | exp_rcv.h | 141 EXP_TID_SET(CTRL, 1 << (rcventry - pair)) | in create_tid()
|
| /linux/Documentation/devicetree/bindings/leds/ |
| H A D | leds-lt3593.txt | 5 - lltc,ctrl-gpios: A handle to the GPIO that is connected to the 'CTRL'
|
| /linux/arch/loongarch/include/asm/ |
| H A D | hw_breakpoint.h | 53 #define LOONGARCH_CSR_NAME_CTRL CTRL
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-mlxcpld.rst | 32 CTRL 0x1 - control reg.
|