Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dttydefaults.h55 #define CTRL(x) (x&037) macro
56 #define CEOF CTRL('d')
63 #define CINTR CTRL('c')
69 #define CKILL CTRL('u')
72 #define CSUSP CTRL('z')
74 #define CDSUSP CTRL('y')
75 #define CSTART CTRL('q')
76 #define CSTOP CTRL('s')
77 #define CLNEXT CTRL('v')
78 #define CDISCARD CTRL('o')
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dttydefaults.h55 #define CTRL(x) (x&037) macro
56 #define CEOF CTRL('d')
63 #define CINTR CTRL('c')
69 #define CKILL CTRL('u')
72 #define CSUSP CTRL('z')
74 #define CDSUSP CTRL('y')
75 #define CSTART CTRL('q')
76 #define CSTOP CTRL('s')
77 #define CLNEXT CTRL('v')
78 #define CDISCARD CTRL('o')
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dbrowserwindow.cpp75 focusUrlLineEditAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_L)); in BrowserWindow()
113 closeAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Q)); in createFileMenu()
157 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in createViewMenu()
171 zoomIn->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Plus)); in createViewMenu()
178 zoomOut->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Minus)); in createViewMenu()
185 resetZoom->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_0)); in createViewMenu()
227 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in createWindowMenu()
228 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in createWindowMenu()
229 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in createWindowMenu()
230 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in createWindowMenu()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dbrowserwindow.cpp77 focusUrlLineEditAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_L)); in BrowserWindow()
115 closeAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Q)); in createFileMenu()
159 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in createViewMenu()
173 zoomIn->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Plus)); in createViewMenu()
180 zoomOut->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Minus)); in createViewMenu()
187 resetZoom->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_0)); in createViewMenu()
229 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in createWindowMenu()
230 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in createWindowMenu()
231 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in createWindowMenu()
232 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in createWindowMenu()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dbrowserwindow.cpp134 focusUrlLineEditAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_L)); in BrowserWindow()
176 closeAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Q)); in createFileMenu()
220 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in createViewMenu()
234 zoomIn->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Plus)); in createViewMenu()
241 zoomOut->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Minus)); in createViewMenu()
248 resetZoom->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_0)); in createViewMenu()
290 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in createWindowMenu()
291 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in createWindowMenu()
292 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in createWindowMenu()
293 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in createWindowMenu()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dbrowserwindow.cpp134 focusUrlLineEditAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_L)); in BrowserWindow()
176 closeAction->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Q)); in createFileMenu()
220 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in createViewMenu()
234 zoomIn->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Plus)); in createViewMenu()
241 zoomOut->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_Minus)); in createViewMenu()
248 resetZoom->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_0)); in createViewMenu()
290 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in createWindowMenu()
291 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in createWindowMenu()
292 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in createWindowMenu()
293 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in createWindowMenu()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dmac.c467 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 D82571.c981 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c409 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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-ktd2692.txt6 The ExpressWire interface through CTRL pin can control LED on/off and
10 Also, When the AUX pin is pulled high while CTRL pin is high,
15 - ctrl-gpios : Specifier of the GPIO connected to CTRL pin.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dbrcm,brcmstb-usb-phy.txt12 - reg: 1 or 2 offset and length pairs. One for the base CTRL registers
16 - reg: 3 offset and length pairs for CTRL, XHCI_EC and XHCI_GBL
20 - reg: 5 offset and length pairs for CTRL, XHCI_EC, XHCI_GBL,
/OK3568_Linux_fs/kernel/sound/pci/ali5451/
H A Dali5451.c986 unsigned int CTRL, in snd_ali_write_voice_regs() argument
999 ((CTRL & 0x0000000f) << 12) | in snd_ali_write_voice_regs()
1047 unsigned int CTRL; in snd_ali_control_mode() local
1053 CTRL = 0x00000001; in snd_ali_control_mode()
1055 CTRL |= 0x00000008; /* 16-bit data */ in snd_ali_control_mode()
1057 CTRL |= 0x00000002; /* signed data */ in snd_ali_control_mode()
1059 CTRL |= 0x00000004; /* stereo data */ in snd_ali_control_mode()
1060 return CTRL; in snd_ali_control_mode()
1187 unsigned int CTRL; in snd_ali_playback_prepare() local
1226 CTRL = snd_ali_control_mode(substream); in snd_ali_playback_prepare()
[all …]
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c1440 ctrl = E1000_READ_REG(hw, CTRL); in e1000_reset_hw()
1442 E1000_WRITE_REG(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
1557 reg_ctrl = E1000_READ_REG(hw, CTRL); in e1000_initialize_hardware_bits()
1561 E1000_WRITE_REG(hw, CTRL, reg_ctrl); in e1000_initialize_hardware_bits()
2009 ctrl = E1000_READ_REG(hw, CTRL); in e1000_setup_fiber_link()
2076 E1000_WRITE_REG(hw, CTRL, ctrl); in e1000_setup_fiber_link()
2087 if ((E1000_READ_REG(hw, CTRL) & E1000_CTRL_SWDPIN1) == signal) { in e1000_setup_fiber_link()
2134 ctrl = E1000_READ_REG(hw, CTRL); in e1000_copper_link_preconfig()
2142 E1000_WRITE_REG(hw, CTRL, ctrl); in e1000_copper_link_preconfig()
2146 E1000_WRITE_REG(hw, CTRL, ctrl); in e1000_copper_link_preconfig()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp235 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceRight)); in TabWidget()
236 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageDown)); in TabWidget()
237 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketRight)); in TabWidget()
238 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Less)); in TabWidget()
244 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BraceLeft)); in TabWidget()
245 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_PageUp)); in TabWidget()
246 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_BracketLeft)); in TabWidget()
247 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Greater)); in TabWidget()
H A Dbrowsermainwindow.cpp274 …"&Quit"), BrowserApplication::instance(), SLOT(quitBrowser()), QKeySequence(Qt::CTRL | Qt::Key_Q)); in setupMenu()
276 fileMenu->addAction(tr("&Quit"), this, SLOT(close()), QKeySequence(Qt::CTRL | Qt::Key_Q)); in setupMenu()
340 shortcuts.append(QKeySequence(Qt::CTRL | Qt::Key_Period)); in setupMenu()
349 …viewMenu->addAction(tr("Zoom &In"), this, SLOT(slotViewZoomIn()), QKeySequence(Qt::CTRL | Qt::Key_… in setupMenu()
350 …viewMenu->addAction(tr("Zoom &Out"), this, SLOT(slotViewZoomOut()), QKeySequence(Qt::CTRL | Qt::Ke… in setupMenu()
351 …viewMenu->addAction(tr("Reset &Zoom"), this, SLOT(slotViewResetZoom()), QKeySequence(Qt::CTRL | Qt… in setupMenu()
384 m_historyHome->setShortcut(QKeySequence(Qt::CTRL | Qt::SHIFT | Qt::Key_H)); in setupMenu()
414 m_addBookmark->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_D)); in setupMenu()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Das370-hwmon.c16 #define CTRL 0x0 macro
34 void __iomem *addr = hwmon->base + CTRL; in init_pvt()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ufs/
H A Dufs-hisi.txt12 - reg : should contain UFS register address space & UFS SYS CTRL register address,
30 /* 1: UFS SYS CTRL */
/OK3568_Linux_fs/kernel/drivers/i3c/master/
H A Di3c-master-cdns.c59 #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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c916 DSI_PORT_WRITE(CTRL, in vc4_dsi_encoder_enable()
920 DSI_PORT_WRITE(CTRL, in vc4_dsi_encoder_enable()
1081 DSI_PORT_WRITE(CTRL, in vc4_dsi_encoder_enable()
1082 DSI_PORT_READ(CTRL) | in vc4_dsi_encoder_enable()
1104 DSI_PORT_WRITE(CTRL, DSI_PORT_READ(CTRL) | DSI0_CTRL_CTRL0); in vc4_dsi_encoder_enable()
1106 DSI_PORT_WRITE(CTRL, DSI_PORT_READ(CTRL) | DSI1_CTRL_EN); in vc4_dsi_encoder_enable()
1309 DSI_PORT_WRITE(CTRL, in vc4_dsi_host_transfer()
1310 DSI_PORT_READ(CTRL) | in vc4_dsi_host_transfer()
/OK3568_Linux_fs/kernel/sound/pci/trident/
H A Dtrident_main.c440 ((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 …]
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c488 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()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Ddw_mmc.c178 seq_printf(s, "CTRL:\t0x%08x\n", mci_readl(host, CTRL)); in dw_mci_regs_show()
212 ctrl = mci_readl(host, CTRL); in dw_mci_ctrl_reset()
214 mci_writel(host, CTRL, ctrl); in dw_mci_ctrl_reset()
484 temp = mci_readl(host, CTRL); in dw_mci_idmac_stop_dma()
489 mci_writel(host, CTRL, temp); in dw_mci_idmac_stop_dma()
784 temp = mci_readl(host, CTRL); in dw_mci_idmac_start_dma()
786 mci_writel(host, CTRL, temp); in dw_mci_idmac_start_dma()
1157 temp = mci_readl(host, CTRL); in dw_mci_submit_data_dma()
1159 mci_writel(host, CTRL, temp); in dw_mci_submit_data_dma()
1218 temp = mci_readl(host, CTRL); in dw_mci_submit_data()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Di8042.h69 #define CTRL 0x0010 /* control*/ macro

1234