Searched refs:CTRL (Results 1 – 11 of 11) sorted by relevance
/u-boot/doc/usage/ |
A D | loady.rst | 35 After entering the loady command the key sequence <CTRL-A><CTRL-S> is used to
|
A D | conitrace.rst | 26 Entering keys <B><SHIFT-B><CTRL-B><X>
|
A D | netconsole.rst | 38 script can be interrupted by pressing ^T (CTRL-T).
|
/u-boot/include/ |
A D | i8042.h | 68 #define CTRL 0x0010 /* control*/ macro
|
/u-boot/drivers/net/ |
A D | e1000.c | 1656 ctrl = E1000_READ_REG(hw, CTRL); in e1000_reset_hw() 2225 ctrl = E1000_READ_REG(hw, CTRL); in e1000_setup_fiber_link() 2292 E1000_WRITE_REG(hw, CTRL, ctrl); in e1000_setup_fiber_link() 2350 ctrl = E1000_READ_REG(hw, CTRL); in e1000_copper_link_preconfig() 3536 ctrl = E1000_READ_REG(hw, CTRL); in e1000_config_mac_to_phy() 3563 E1000_WRITE_REG(hw, CTRL, ctrl); in e1000_config_mac_to_phy() 3586 ctrl = E1000_READ_REG(hw, CTRL); in e1000_force_mac_fc() 3630 E1000_WRITE_REG(hw, CTRL, ctrl); in e1000_force_mac_fc() 3877 ctrl = E1000_READ_REG(hw, CTRL); in e1000_check_for_link() 4281 ctrl = E1000_READ_REG(hw, CTRL); in e1000_shift_out_mdi_bits() [all …]
|
/u-boot/drivers/usb/gadget/ |
A D | atmel_usba_udc.c | 488 ctrl = usba_readl(udc, CTRL); in usba_udc_wakeup() 489 usba_writel(udc, CTRL, ctrl | USBA_REMOTE_WAKE_UP); in usba_udc_wakeup() 602 regval = usba_readl(udc, CTRL); in set_address() 604 usba_writel(udc, CTRL, regval); in set_address() 883 usba_writel(udc, CTRL, (usba_readl(udc, CTRL) in usba_control_irq() 1171 usba_writel(udc, CTRL, USBA_ENABLE_MASK); in atmel_usba_start() 1184 usba_writel(udc, CTRL, USBA_DISABLE_MASK); in atmel_usba_stop()
|
/u-boot/arch/arm/dts/ |
A D | tegra30-apalis.dts | 138 /* SW CTRL: +V1.0_VDD_CPU */
|
A D | hi3660.dtsi | 1041 /* 1: UFS SYS CTRL */
|
/u-boot/scripts/kconfig/ |
A D | qconf.cc | 1384 quitAction->setShortcut(Qt::CTRL + Qt::Key_Q); in ConfigMainWindow() 1387 loadAction->setShortcut(Qt::CTRL + Qt::Key_L); in ConfigMainWindow() 1390 saveAction->setShortcut(Qt::CTRL + Qt::Key_S); in ConfigMainWindow() 1398 searchAction->setShortcut(Qt::CTRL + Qt::Key_F); in ConfigMainWindow()
|
/u-boot/doc/board/microchip/ |
A D | mpfs_icicle.rst | 200 Once the payload image is copied to the eMMC, press CTRL+C in the HSS command 444 Once the Linux image and payload binary is copied to the eMMC, press CTRL+C
|
/u-boot/doc/develop/ |
A D | py_testing.rst | 140 reset command, or sandbox's CTRL-C handling. When this happens, you will need
|
Completed in 25 milliseconds