Searched refs:SYNC (Results 1 - 25 of 30) sorted by path

12

/linux-master/drivers/clk/tegra/
H A Dclk-tegra-audio.c38 #define SYNC(_name) \ macro
95 SYNC(spdif_in_sync),
96 SYNC(i2s0_sync),
97 SYNC(i2s1_sync),
98 SYNC(i2s2_sync),
99 SYNC(i2s3_sync),
100 SYNC(i2s4_sync),
101 SYNC(vimclk_sync),
/linux-master/drivers/net/fddi/skfp/h/
H A Dosdef1st.h41 #define SYNC /* allow synchronous frames */ macro
H A Dtargethw.h65 #ifndef SYNC
/linux-master/drivers/nfc/st95hf/
H A Dspi.c27 if (reqtype == SYNC) {
H A Dspi.h38 SYNC, enumerator in enum:req_type
H A Dcore.c125 .req = SYNC,
132 .req = SYNC,
139 .req = SYNC,
146 .req = SYNC,
153 .req = SYNC,
160 .req = SYNC,
174 .req = SYNC,
181 .req = SYNC,
238 * SYNC. For that to happen caller must pass true to recv_res.
283 if (cmd_array[cmd].req == SYNC
[all...]
/linux-master/drivers/staging/rts5208/
H A Drtsx_chip.h111 #define SYNC 0x00 macro
H A Drtsx_scsi.c483 REL_ADR | WBUS_32 | WBUS_16 | SYNC | LINKED | CMD_QUE | SFT_RE,
/linux-master/drivers/tty/serial/
H A Dip22zilog.h213 #define SYNC 0x10 /* Sync/hunt */ macro
H A Dsunzilog.h217 #define SYNC 0x10 /* Sync/hunt */ macro
H A Dip22zilog.c335 if (status & SYNC)
532 if (status & SYNC)
H A Dsunzilog.c433 if (status & SYNC)
632 if (status & SYNC)
/linux-master/tools/perf/trace/beauty/
H A Dopen_flags.c63 printed += scnprintf(bf + printed, size - printed, "%s%s%s", printed ? "|" : "", show_prefix ? prefix : "", "SYNC");
68 P_FLAG(SYNC);
/linux-master/arch/arm64/kernel/
H A Dmte.c197 sctlr |= SYS_FIELD_PREP_ENUM(SCTLR_EL1, TCF0, SYNC);
/linux-master/arch/mips/kernel/
H A Dtraps.c513 #define SYNC 0x0000000f macro
700 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) {
/linux-master/block/
H A Dblk-mq-debugfs.c228 CMD_FLAG_NAME(SYNC),
/linux-master/drivers/input/joystick/
H A Dfsia6b.c45 enum ibus_state { SYNC, COLLECT, PROCESS }; enumerator in enum:ibus_state
73 case SYNC:
89 fsia6b->packet.state = SYNC;
141 fsia6b->packet.state = SYNC;
/linux-master/drivers/input/misc/
H A Dkeyspan_remote.c31 #define SYNC 0x3F80 macro
32 #define SYNC_MASK 0x3FFF /* 14 bits for a SYNC sequence */
206 * SYNC. The SYNC is 14 bits, 7 0's and then 7 1's.
219 if ((remote->data.tester & SYNC_MASK) == SYNC) {
/linux-master/drivers/net/fddi/skfp/
H A Ddrvfbi.c465 #ifndef SYNC
/linux-master/drivers/net/phy/
H A Dbcm-phy-ptp.c816 mode = TX_MODE_SEL(PORT, SYNC, REPLACE_TS) |
823 mode = RX_MODE_SEL(PORT, SYNC, INSERT_TS_64) |
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8851b_rfk.c31 SYNC = 0x10, enumerator in enum:dpk_id
1713 id == 0x2b ? "SYNC" :
H A Drtw8852a_rfk.c1755 SYNC = 0x10, enumerator in enum:rtw8852a_dpk_id
1827 id == 0x10 ? "SYNC" :
2192 _dpk_one_shot(rtwdev, phy, path, SYNC);
H A Drtw8852b_rfk.c35 SYNC = 0x10, enumerator in enum:rtw8852b_dpk_id
1744 id == 0x10 ? "SYNC" :
2028 _dpk_one_shot(rtwdev, phy, path, SYNC);
H A Drtw8852c_rfk.c1791 SYNC = 0x10, enumerator in enum:rtw8852c_dpk_id
1887 id == 0x10 ? "SYNC" :
/linux-master/drivers/s390/char/
H A Dtape_std.h66 #define SYNC 0x43 /* Synchronize (flush buffer) */ macro

Completed in 455 milliseconds

12