Home
last modified time | relevance | path

Searched +full:sync +full:- +full:mode (Results 1 – 25 of 1196) sorted by relevance

12345678910>>...48

/linux/drivers/gpu/drm/sti/
H A Dsti_vtg.c1 // SPDX-License-Identifier: GPL-2.0
74 #define AWG_DELAY_HD (-9)
75 #define AWG_DELAY_ED (-8)
76 #define AWG_DELAY_SD (-7)
154 put_device(&pdev->dev); in of_vtg_find()
161 writel(1, vtg->regs + VTG_DRST_AUTOC); in vtg_reset()
165 const struct drm_display_mode *mode) in vtg_set_output_window() argument
171 u32 xstart = sti_vtg_get_pixel_number(*mode, 0); in vtg_set_output_window()
172 u32 ystart = sti_vtg_get_line_number(*mode, 0); in vtg_set_output_window()
173 u32 xstop = sti_vtg_get_pixel_number(*mode, mode->hdisplay - 1); in vtg_set_output_window()
[all …]
/linux/Documentation/fb/
H A Dviafb.modes10 # 640x480, 60 Hz, Non-Interlaced (25.175 MHz dotclock)
15 # Sync Width 3.813 us 0.064 ms
28 mode "640x480-60"
31 timings 39722 48 16 33 10 96 2 endmode mode "480x640-60"
35 # 640x480, 75 Hz, Non-Interlaced (31.50 MHz dotclock)
40 # Sync Width 2.032 us 0.080 ms
52 mode "640x480-75"
56 # 640x480, 85 Hz, Non-Interlaced (36.000 MHz dotclock)
61 # Sync Width 1.556 us 0.069 ms
73 mode "640x480-85"
[all …]
/linux/arch/powerpc/kernel/
H A Dcpu_setup_ppc970.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
11 #include <asm/asm-offsets.h>
15 /* Do nothing if not running in HV mode */
28 sync
31 sync
34 sync
37 sync
41 li r3,0x1200 /* enable i-fetch cacheability */
50 sync
71 /* Do nothing if not running in HV mode */
[all …]
H A Didle_6xx.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
7 * it will have PLL 1 set to low speed mode (used during NAP/DOZE).
9 * be done to check a runtime var (a bit like powersave-nap)
18 #include <asm/asm-offsets.h>
19 #include <asm/feature-fixups.h>
25 * Make sure no rest of NAP mode remains in HID0, save default
73 /* Now check if user or arch enabled NAP mode */
84 /* Some pre-nap cleanups needed on some CPUs */
96 sync
98 sync
[all …]
/linux/drivers/tty/serial/
H A Dip22zilog.h1 /* SPDX-License-Identifier: GPL-2.0 */
32 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
90 #define SYNC_L_INH 0x2 /* Sync Character Load Inhibit */
91 #define ADD_SM 0x4 /* Address Search Mode (SDLC) */
93 #define ENT_HM 0x10 /* Enter Hunt Mode */
106 #define SYNC_ENAB 0 /* Sync Modes Enable */
111 #define MONSYNC 0 /* 8 Bit Sync character */
112 #define BISYNC 0x10 /* 16 bit sync character */
113 #define SDLC 0x20 /* SDLC Mode (01111110 Sync Flag) */
114 #define EXTSYNC 0x30 /* External Sync Mode */
[all …]
H A Dsunzilog.h1 /* SPDX-License-Identifier: GPL-2.0 */
24 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
82 #define SYNC_L_INH 0x2 /* Sync Character Load Inhibit */
83 #define ADD_SM 0x4 /* Address Search Mode (SDLC) */
85 #define ENT_HM 0x10 /* Enter Hunt Mode */
98 #define SYNC_ENAB 0 /* Sync Modes Enable */
103 #define MONSYNC 0 /* 8 Bit Sync character */
104 #define BISYNC 0x10 /* 16 bit sync character */
105 #define SDLC 0x20 /* SDLC Mode (01111110 Sync Flag) */
106 #define EXTSYNC 0x30 /* External Sync Mode */
[all …]
H A Dzs.h1 /* SPDX-License-Identifier: GPL-2.0 */
38 * Per-SCC state for locking and the interrupt handler.
52 #define ZS_BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
108 #define SYNC_L_INH 0x2 /* Sync Character Load Inhibit */
109 #define ADD_SM 0x4 /* Address Search Mode (SDLC) */
111 #define ENT_HM 0x10 /* Enter Hunt Mode */
123 #define SYNC_ENAB 0 /* Sync Modes Enable */
129 #define MONSYNC 0 /* 8 Bit Sync character */
130 #define BISYNC 0x10 /* 16 bit sync character */
131 #define SDLC 0x20 /* SDLC Mode (01111110 Sync Flag) */
[all …]
H A Dpmac_zilog.h1 /* SPDX-License-Identifier: GPL-2.0 */
25 * of "escc" node (ie. ch-a or ch-b)
64 if (uap->flags & PMACZILOG_FLAG_IS_CHANNEL_A) in pmz_get_port_A()
66 return uap->mate; in pmz_get_port_A()
78 writeb(reg, port->control_reg); in read_zsreg()
79 return readb(port->control_reg); in read_zsreg()
85 writeb(reg, port->control_reg); in write_zsreg()
86 writeb(value, port->control_reg); in write_zsreg()
91 return readb(port->data_reg); in read_zsdata()
96 writeb(data, port->data_reg); in write_zsdata()
[all …]
/linux/drivers/net/ethernet/xscale/
H A Dixp46x_ts.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
26 u32 control; /* 0x00 Time Sync Control Register */
27 u32 event; /* 0x04 Time Sync Event Register */
28 u32 addend; /* 0x08 Time Sync Addend Register */
29 u32 accum; /* 0x0C Time Sync Accumulator Register */
30 u32 test; /* 0x10 Time Sync Test Register */
38 u32 asms_lo; /* 0x30 Auxiliary Slave Mode Snapshot Low */
39 u32 asms_hi; /* 0x34 Auxiliary Slave Mode Snapshot High */
40 u32 amms_lo; /* 0x38 Auxiliary Master Mode Snapshot Low */
41 u32 amms_hi; /* 0x3C Auxiliary Master Mode Snapshot High */
[all …]
/linux/Documentation/sound/cards/
H A Dhdspm.rst2 Software Interface ALSA-DSP MADI Driver
5 (translated from German, so no good English ;-),
7 2004 - winfried ritsch
11 the Controls and startup-options are ALSA-Standard and only the
19 ------------------
21 * number of channels -- depends on transmission mode
29 * Single Speed -- 1..64 channels
32 (Note: Choosing the 56channel mode for transmission or as
37 * Double Speed -- 1..32 channels
40 Note: Choosing the 56-channel mode for
[all …]
/linux/include/linux/spi/
H A Dsh_msiof.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 #define SITMDR1 0x00 /* Transmit Mode Register 1 */
9 #define SITMDR2 0x04 /* Transmit Mode Register 2 */
10 #define SITMDR3 0x08 /* Transmit Mode Register 3 */
11 #define SIRMDR1 0x10 /* Receive Mode Register 1 */
12 #define SIRMDR2 0x14 /* Receive Mode Register 2 */
13 #define SIRMDR3 0x18 /* Receive Mode Register 3 */
28 #define SIMDR1_TRMD BIT(31) /* Transfer Mode (1 = Master mode) */
29 #define SIMDR1_SYNCMD GENMASK(29, 28) /* SYNC Mode */
30 #define SIMDR1_SYNCMD_PULSE 0U /* Frame start sync pulse */
[all …]
/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_hugetlb_options.c1 // SPDX-License-Identifier: GPL-2.0
94 static int check_child_tag_inheritance(char *ptr, int size, int mode) in check_child_tag_inheritance() argument
103 if (child == -1) { in check_child_tag_inheritance()
107 mte_initialize_current_context(mode, (uintptr_t)ptr, size); in check_child_tag_inheritance()
135 static int check_mte_memory(char *ptr, int size, int mode, int tag_check) in check_mte_memory() argument
137 mte_initialize_current_context(mode, (uintptr_t)ptr, size); in check_mte_memory()
146 static int check_hugetlb_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_hugetlb_memory_mapping() argument
154 mte_switch_mode(mode, MTE_ALLOW_NON_ZERO_TA in check_hugetlb_memory_mapping()
176 check_clear_prot_mte_flag(int mem_type,int mode,int mapping) check_clear_prot_mte_flag() argument
205 check_child_hugetlb_memory_mapping(int mem_type,int mode,int mapping) check_child_hugetlb_memory_mapping() argument
[all...]
H A Dcheck_buffer_fill.c1 // SPDX-License-Identifier: GPL-2.0
17 1, 555, 1033, MT_GRANULE_SIZE - 1, MT_GRANULE_SIZE,
18 /* page size - 1*/ 0, /* page_size */ 0, /* page size + 1 */ 0
28 static int check_buffer_by_byte(int mem_type, int mode) in check_buffer_by_byte() argument
34 mte_switch_mode(mode, MTE_ALLOW_NON_ZERO_TAG, false); in check_buffer_by_byte()
41 mte_initialize_current_context(mode, (uintptr_t)ptr, sizes[i]); in check_buffer_by_byte()
63 static int check_buffer_underflow_by_byte(int mem_type, int mode, in check_buffer_underflow_by_byte() argument
71 mte_switch_mode(mode, MTE_ALLOW_NON_ZERO_TA in check_buffer_underflow_by_byte()
158 check_buffer_overflow_by_byte(int mem_type,int mode,int overflow_range) check_buffer_overflow_by_byte() argument
261 check_buffer_by_block_iterate(int mem_type,int mode,size_t size) check_buffer_by_block_iterate() argument
336 check_buffer_by_block(int mem_type,int mode) check_buffer_by_block() argument
365 check_memory_initial_tags(int mem_type,int mode,int mapping) check_memory_initial_tags() argument
[all...]
H A Dcheck_user_mem.c1 // SPDX-License-Identifier: GPL-2.0
34 static int check_usermem_access_fault(int mem_type, int mode, int mapping, in check_usermem_access_fault() argument
47 mte_switch_mode(mode, MTE_ALLOW_NON_ZERO_TAG, false); in check_usermem_access_fault()
49 if (fd == -1) in check_usermem_access_fault()
60 mte_initialize_current_context(mode, (uintptr_t)ptr, len); in check_usermem_access_fault()
74 tag_len = len - tag_offset; in check_usermem_access_fault()
114 * Accessing user memory in kernel with invalid tag should fail in sync in check_usermem_access_fault()
115 * mode withou in check_usermem_access_fault()
142 format_test_name(char * name,int name_len,int type,int sync,int map,int len,int offset) format_test_name() argument
224 int sync = mte_sync[s]; main() local
[all...]
H A Dcheck_tags_inclusion.c1 // SPDX-License-Identifier: GPL-2.0
22 static int verify_mte_pointer_validity(char *ptr, int mode) in verify_mte_pointer_validity() argument
24 mte_initialize_current_context(mode, (uintptr_t)ptr, BUFFER_SIZE); in verify_mte_pointer_validity()
29 ksft_print_msg("Unexpected fault recorded for %p-%p in mode %x\n", in verify_mte_pointer_validity()
30 ptr, ptr + BUFFER_SIZE, mode); in verify_mte_pointer_validity()
36 mte_initialize_current_context(mode, (uintptr_t)ptr, BUFFER_SIZE + 1); in verify_mte_pointer_validity()
41 ksft_print_msg("No valid fault recorded for %p in mode in verify_mte_pointer_validity()
49 check_single_included_tags(int mem_type,int mode) check_single_included_tags() argument
81 check_multiple_included_tags(int mem_type,int mode) check_multiple_included_tags() argument
113 check_all_included_tags(int mem_type,int mode) check_all_included_tags() argument
139 check_none_included_tags(int mem_type,int mode) check_none_included_tags() argument
[all...]
/linux/drivers/gpu/drm/mcde/
H A Dmcde_drm.h1 /* SPDX-License-Identifier: GPL-2.0+ */
5 * (C) ST-Ericsson SA 2013
52 /* One-shot mode: flow stops after one frame */
54 /* Command mode with tearing effect (TE) IRQ sync */
57 * Command mode with bus turn-around (BTA) and tearing effect
58 * (TE) IRQ sync.
61 /* Video mode with tearing effect (TE) sync IRQ */
63 /* Video mode with the formatter itself as sync source */
65 /* DPI video with the formatter itsels as sync source */
102 return (mcde->flow_mode == MCDE_VIDEO_TE_FLOW || in mcde_flow_is_video()
[all …]
/linux/arch/mips/alchemy/common/
H A Dsleeper.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Sleep helper for Au1xxx sleep mode.
74 sync
76 sync
103 sync
105 sync
107 sync
129 sync
131 sync
133 /* wait for sdram to enter self-refresh mode */
[all …]
/linux/drivers/gpu/drm/i915/gt/
H A Dgen6_engine_cs.c1 // SPDX-License-Identifier: MIT
18 * Emits a PIPE_CONTROL with a non-zero post-sync operation, for
22 * [DevSNB-C+{W/A}] Before any depth stall flush (including those
23 * produced by non-pipelined state commands), software needs to first
24 * send a PIPE_CONTROL with no bits set except Post-Sync Operation !=
27 * [Dev-SNB{W/A}]: Before a PIPE_CONTROL with Write Cache Flush Enable
28 * =1, a PIPE_CONTROL with any non-zero post-sync-op is required.
32 * [Dev-SNB{W/A}]: Pipe-control with CS-stall bit set must be sent
33 * BEFORE the pipe-control with a post-sync op and no write-cache
41 * - Render Target Cache Flush Enable ([12] of DW1)
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Ddvo_ns2501.c21 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
74 #define NS2501_C0_ENABLE (1<<0) /* enable the DVO sync in general */
80 * Register 41 is somehow related to the sync register and sync
102 #define NS2501_REG1C 0x1c /* low-part of the second register */
103 #define NS2501_REG1D 0x1d /* high-part of the second register */
108 * 2^16/control-value. The low-byte comes first.
110 #define NS2501_REG10 0x10 /* low-byte vertical scaler */
111 #define NS2501_REG11 0x11 /* high-byte vertical scaler */
112 #define NS2501_REGB8 0xb8 /* low-byte horizontal scaler */
113 #define NS2501_REGB9 0xb9 /* high-byte horizontal scaler */
[all …]
/linux/Documentation/devicetree/bindings/iio/imu/
H A Dadi,adis16475.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Nuno Sá <nuno.sa@analog.com>
14 https://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16475.pdf
19 - adi,adis16475-1
20 - adi,adis16475-2
21 - adi,adis16475-3
22 - adi,adis16477-1
23 - adi,adis16477-2
[all …]
/linux/Documentation/sound/soc/
H A Ddai.rst35 I2S has several different operating modes:-
51 flexible protocol. It has bit clock (BCLK) and sync (SYNC) lines that are used
54 while sync runs at the sample rate. PCM also supports Time Division
56 is sometimes referred to as network mode).
58 Common PCM operating modes:-
60 Mode A
61 MSB is transmitted on falling edge of first BCLK after FRAME/SYNC.
63 Mode B
64 MSB is transmitted on rising edge of FRAME/SYNC.
/linux/Documentation/devicetree/bindings/pwm/
H A Dmicrochip,corepwm.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Conor Dooley <conor.dooley@microchip.com>
16 https://www.microsemi.com/existing-parts/parts/152118
19 - $ref: pwm.yaml#
24 - const: microchip,corepwm-rtl-v4
32 "#pwm-cells":
37 microchip,sync-update-mask:
40 In synchronous mode, all channels are updated at the beginning of the PWM period,
[all …]
/linux/drivers/video/fbdev/
H A Dfm2fb.c2 * linux/drivers/video/fm2fb.c -- BSC FrameMaster II/Rainbow II frame buffer
5 * Copyright (C) 1998 Steffen A. Mork (linux-dev@morknet.de)
35 * - PAL/NTSC
36 * - interlaced/non interlaced
37 * - composite sync/sync/sync over green
40 * - 768x576 (PAL)
41 * - 768x480 (NTSC)
60 * 2 4 0=normal mode as jumpered via JP8/1=complement mode
67 * JP1 interlace selection (1-2 non interlaced/2-3 interlaced)
70 * JP4 modulate composite sync on green output (1-2 composite
[all …]
/linux/Documentation/netlink/specs/
H A Ddpll.yaml1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)
2 ---
8 -
10 name: mode
16 -
20 -
23 render-max: true
24 -
26 name: lock-status
31 -
[all …]
/linux/sound/usb/
H A Dcard.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 #define MAX_PACKS_HS (MAX_PACKS * 8) /* in high speed mode */
9 #define SYNC_URBS 4 /* always four urbs for sync */
16 unsigned int fmt_type; /* USB audio format type (1-3) */
19 unsigned int frame_size; /* samples per frame for non-audio */
28 unsigned char sync_ep; /* sync endpoint number */
29 unsigned char sync_iface; /* sync EP interface */
30 unsigned char sync_altsetting; /* sync E
[all...]

12345678910>>...48