/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-trng.c | 57 REG32(CTRL, 0x8) 58 FIELD(CTRL, PERSODISABLE, 10, 1) 59 FIELD(CTRL, SINGLEGENMODE, 9, 1) 60 FIELD(CTRL, EUMODE, 8, 1) 61 FIELD(CTRL, PRNGMODE, 7, 1) 62 FIELD(CTRL, TSTMODE, 6, 1) 63 FIELD(CTRL, PRNGSTART, 5, 1) 64 FIELD(CTRL, EATAU, 4, 1) 65 FIELD(CTRL, PRNGXS, 3, 1) 66 FIELD(CTRL, TRSSEN, 2, 1) [all …]
|
H A D | tz-mpc.c | 34 REG32(CTRL, 0x00) 35 FIELD(CTRL, SEC_RESP, 4, 1) 36 FIELD(CTRL, AUTOINC, 8, 1) 37 FIELD(CTRL, LOCKDOWN, 31, 1)
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx-zynq-devcfg.c | 50 REG32(CTRL, 0x00) 51 FIELD(CTRL, FORCE_RST, 31, 1) /* Not supported, wr ignored */ 52 FIELD(CTRL, PCAP_PR, 27, 1) /* Forced to 0 on bad unlock */ 53 FIELD(CTRL, PCAP_MODE, 26, 1) 54 FIELD(CTRL, MULTIBOOT_EN, 24, 1) 55 FIELD(CTRL, USER_MODE, 15, 1) 56 FIELD(CTRL, PCFG_AES_FUSE, 12, 1) 57 FIELD(CTRL, PCFG_AES_EN, 9, 3) 58 FIELD(CTRL, SEU_EN, 8, 1) 59 FIELD(CTRL, SEC_EN, 7, 1) [all …]
|
H A D | xlnx_csu_dma.c | 49 REG32(CTRL, 0xc) 50 FIELD(CTRL, FIFOTHRESH, 25, 7) /* rw, only exists in DST, reset 0x40 */ 51 FIELD(CTRL, APB_ERR_RESP, 24, 1) /* rw */ 52 FIELD(CTRL, ENDIANNESS, 23, 1) /* rw */ 53 FIELD(CTRL, AXI_BRST_TYPE, 22, 1) /* rw */ 54 FIELD(CTRL, TIMEOUT_VAL, 10, 12) /* rw, reset: 0xFFE */ 55 FIELD(CTRL, FIFO_THRESH, 2, 8) /* rw, reset: 0x80 */ 56 FIELD(CTRL, PAUSE_STRM, 1, 1) /* rw */ 57 FIELD(CTRL, PAUSE_MEM, 0, 1) /* rw */ 315 uint32_t timeout = ARRAY_FIELD_EX32(s->regs, CTRL, TIMEOUT_VAL); in xlnx_csu_dma_src_notify()
|
/openbmc/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 …]
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A 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 …]
|
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 | 459 regs_buff[0] = er32(CTRL); in e1000_get_regs() 1346 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback() 1353 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback() 1425 ctrl_reg = er32(CTRL); in e1000_integrated_phy_loopback() 1446 ew32(CTRL, ctrl_reg); in e1000_integrated_phy_loopback() 1462 u32 ctrl = er32(CTRL); in e1000_set_82571_fiber_loopback() 1471 ew32(CTRL, ctrl); in e1000_set_82571_fiber_loopback() 1482 ctrl = er32(CTRL); in e1000_set_82571_fiber_loopback() 1484 ew32(CTRL, ctrl); in e1000_set_82571_fiber_loopback() 1502 u32 ctrl = er32(CTRL); in e1000_set_es2lan_mac_loopback() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | cmsdk-apb-timer-test.c | 23 #define CTRL 0 macro 34 writel(TIMER_BASE + CTRL, 9); in test_timer() 57 writel(TIMER_BASE + CTRL, 0); in test_timer()
|
/openbmc/qemu/hw/char/ |
H A D | cmsdk-apb-uart.c | 38 REG32(CTRL, 8) 39 FIELD(CTRL, TX_EN, 0, 1) 40 FIELD(CTRL, RX_EN, 1, 1) 41 FIELD(CTRL, TX_INTEN, 2, 1) 42 FIELD(CTRL, RX_INTEN, 3, 1) 43 FIELD(CTRL, TXO_INTEN, 4, 1) 44 FIELD(CTRL, RXO_INTEN, 5, 1) 45 FIELD(CTRL, HSTEST, 6, 1)
|
H A D | ibex_uart.c | 47 REG32(CTRL, 0x10) 48 FIELD(CTRL, TX_ENABLE, 0, 1) 49 FIELD(CTRL, RX_ENABLE, 1, 1) 50 FIELD(CTRL, NF, 2, 1) 51 FIELD(CTRL, SLPBK, 4, 1) 52 FIELD(CTRL, LLPBK, 5, 1) 53 FIELD(CTRL, PARITY_EN, 6, 1) 54 FIELD(CTRL, PARITY_ODD, 7, 1) 55 FIELD(CTRL, RXBLVL, 8, 2) 56 FIELD(CTRL, NCO, 16, 16)
|
/openbmc/qemu/hw/timer/ |
H A D | cmsdk-apb-timer.c | 42 REG32(CTRL, 0) 43 FIELD(CTRL, EN, 0, 1) 44 FIELD(CTRL, SELEXTEN, 1, 1) 45 FIELD(CTRL, SELEXTCLK, 2, 1) 46 FIELD(CTRL, IRQEN, 3, 1)
|
H A D | ibex_timer.c | 39 REG32(CTRL, 0x04) 40 FIELD(CTRL, ACTIVE, 0, 1)
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 410 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 …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | as370-hwmon.c | 17 #define CTRL 0x0 macro 35 void __iomem *addr = hwmon->base + CTRL; in init_pvt()
|
/openbmc/linux/sound/pci/ali5451/ |
H A 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 …]
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | email-clients.rst | 88 当写邮件时,光标应该放在补丁会出现的地方,然后按下 :kbd:`CTRL-R` 组合键,使指 96 用 :menuselection:`Message-->Insert File` (:kbd:`CTRL-I`) 或外置编辑器插入补丁。 108 从 :menuselection:`格式-->段落样式-->预格式化` (:kbd:`CTRL-7`)
|
/openbmc/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.
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 1654 ctrl = E1000_READ_REG(hw, CTRL); in e1000_reset_hw() 1656 E1000_WRITE_REG(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw() 1771 reg_ctrl = E1000_READ_REG(hw, CTRL); in e1000_initialize_hardware_bits() 1775 E1000_WRITE_REG(hw, CTRL, reg_ctrl); in e1000_initialize_hardware_bits() 2223 ctrl = E1000_READ_REG(hw, CTRL); in e1000_setup_fiber_link() 2290 E1000_WRITE_REG(hw, CTRL, ctrl); in e1000_setup_fiber_link() 2301 if ((E1000_READ_REG(hw, CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_link() 2348 ctrl = E1000_READ_REG(hw, CTRL); in e1000_copper_link_preconfig() 2356 E1000_WRITE_REG(hw, CTRL, ctrl); in e1000_copper_link_preconfig() 2360 E1000_WRITE_REG(hw, CTRL, ctrl); in e1000_copper_link_preconfig() [all …]
|
/openbmc/linux/drivers/i3c/master/ |
H A D | i3c-master-cdns.c | 58 #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 …]
|
/openbmc/linux/sound/pci/trident/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 353 CTRL=${CTRL:=$CONTROLLER} 369 COMM="echo ${PREFIX}${CTRL} > $SFILE"
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_dsi.c | 930 DSI_PORT_WRITE(CTRL, in vc4_dsi_bridge_pre_enable() 934 DSI_PORT_WRITE(CTRL, in vc4_dsi_bridge_pre_enable() 1095 DSI_PORT_WRITE(CTRL, in vc4_dsi_bridge_pre_enable() 1096 DSI_PORT_READ(CTRL) | in vc4_dsi_bridge_pre_enable() 1118 DSI_PORT_WRITE(CTRL, DSI_PORT_READ(CTRL) | DSI0_CTRL_CTRL0); in vc4_dsi_bridge_pre_enable() 1120 DSI_PORT_WRITE(CTRL, DSI_PORT_READ(CTRL) | DSI1_CTRL_EN); in vc4_dsi_bridge_pre_enable() 1333 DSI_PORT_WRITE(CTRL, in vc4_dsi_host_transfer() 1334 DSI_PORT_READ(CTRL) | in vc4_dsi_host_transfer()
|
/openbmc/u-boot/include/ |
H A D | i8042.h | 68 #define CTRL 0x0010 /* control*/ macro
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | atmel_usba_udc.c | 487 ctrl = usba_readl(udc, CTRL); in usba_udc_wakeup() 488 usba_writel(udc, CTRL, ctrl | USBA_REMOTE_WAKE_UP); in usba_udc_wakeup() 601 regval = usba_readl(udc, CTRL); in set_address() 603 usba_writel(udc, CTRL, regval); in set_address() 882 usba_writel(udc, CTRL, (usba_readl(udc, CTRL) in usba_control_irq() 1170 usba_writel(udc, CTRL, USBA_ENABLE_MASK); in atmel_usba_start() 1183 usba_writel(udc, CTRL, USBA_DISABLE_MASK); in atmel_usba_stop()
|