Searched refs:SYNC (Results 1 - 25 of 30) sorted by last modified time

12

/linux-master/arch/mips/kernel/
H A Dtraps.c513 #define SYNC 0x0000000f macro
700 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) {
/linux-master/fs/ext4/
H A Dext4.h624 CHECK_FLAG_VALUE(SYNC);
/linux-master/arch/arm64/kernel/
H A Dmte.c197 sctlr |= SYS_FIELD_PREP_ENUM(SCTLR_EL1, TCF0, SYNC);
/linux-master/drivers/tty/serial/
H A Dsunzilog.c433 if (status & SYNC)
632 if (status & SYNC)
H A Dip22zilog.c335 if (status & SYNC)
532 if (status & SYNC)
/linux-master/block/
H A Dblk-mq-debugfs.c228 CMD_FLAG_NAME(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/fs/bcachefs/
H A Dio_write.h33 x(SYNC) \
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852c_rfk.c1791 SYNC = 0x10, enumerator in enum:rtw8852c_dpk_id
1887 id == 0x10 ? "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 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 Drtw8851b_rfk.c31 SYNC = 0x10, enumerator in enum:dpk_id
1713 id == 0x2b ? "SYNC" :
/linux-master/kernel/trace/
H A Dblktrace.c236 what |= MASK_TC_BIT(opf, SYNC);
/linux-master/lib/zlib_inflate/
H A Dinflate.c732 case SYNC:
H A Dinflate.h47 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon673
/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/nfc/st95hf/
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...]
H A Dspi.h38 SYNC, enumerator in enum:req_type
H A Dspi.c27 if (reqtype == SYNC) {
/linux-master/drivers/staging/rts5208/
H A Drtsx_scsi.c483 REL_ADR | WBUS_32 | WBUS_16 | SYNC | LINKED | CMD_QUE | SFT_RE,
/linux-master/drivers/net/fddi/skfp/
H A Ddrvfbi.c465 #ifndef SYNC
/linux-master/drivers/s390/char/
H A Dtape_std.h66 #define SYNC 0x43 /* Synchronize (flush buffer) */ macro
/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/net/fddi/skfp/h/
H A Dtargethw.h65 #ifndef SYNC
H A Dosdef1st.h41 #define SYNC /* allow synchronous frames */ macro

Completed in 502 milliseconds

12