Home
last modified time | relevance | path

Searched refs:flg (Results 1 – 25 of 40) sorted by relevance

12

/linux/drivers/scsi/
H A DNCR5380.h257 #define dprintk(flg, fmt, ...) \ argument
258 do { if ((NDEBUG) & (flg)) \
261 #define dsprintk(flg, host, fmt, ...) \ argument
262 do { if ((NDEBUG) & (flg)) \
267 #define NCR5380_dprint(flg, arg) \ argument
268 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
269 #define NCR5380_dprint_phase(flg, arg) \ argument
270 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
274 #define NCR5380_dprint(flg, arg) do {} while (0) argument
275 #define NCR5380_dprint_phase(flg, arg) do {} while (0) argument
/linux/drivers/gpu/drm/msm/disp/
H A Dmdp_format.c70 bp, flg, fm, np) \ argument
84 .flags = MSM_FORMAT_FLAG_UNPACK_TIGHT | flg, \
90 alpha, bp, flg, fm, np, th) \ argument
104 .flags = MSM_FORMAT_FLAG_UNPACK_TIGHT | flg, \
110 alpha, chroma, count, bp, flg, fm, np) \ argument
124 .flags = MSM_FORMAT_FLAG_UNPACK_TIGHT | flg, \
129 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
143 .flags = MSM_FORMAT_FLAG_UNPACK_TIGHT | flg, \
149 flg, fm, np, th) \ argument
163 .flags = MSM_FORMAT_FLAG_UNPACK_TIGHT | flg, \
[all …]
/linux/arch/csky/abiv2/
H A Dfpu.c151 unsigned long flg; in save_to_user_fp() local
155 local_irq_save(flg); in save_to_user_fp()
208 local_irq_restore(flg); in save_to_user_fp()
213 unsigned long flg; in restore_from_user_fp() local
217 local_irq_save(flg); in restore_from_user_fp()
269 local_irq_restore(flg); in restore_from_user_fp()
/linux/block/partitions/
H A Datari.c22 (((pi)->flg & 1) && \
79 if ( !(pi->flg & 1) ) in atari_partition()
103 if (!(xrs->part[0].flg & 1)) { in atari_partition()
113 if (!(xrs->part[1].flg & 1)) { in atari_partition()
141 if (!((pi->flg & 1) && OK_id(pi->id))) in atari_partition()
H A Datari.h19 u8 flg; /* bit 0: active; bit 7: bootable */ member
/linux/include/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
29 ((fun) << 8) | (flg))
/linux/fs/hfs/
H A Dhfs_fs.h43 #define hfs_dbg(flg, fmt, ...) \ argument
45 if (DBG_##flg & DBG_MASK) \
49 #define hfs_dbg_cont(flg, fmt, ...) \ argument
51 if (DBG_##flg & DBG_MASK) \
/linux/ipc/
H A Dutil.c372 if (ipcperms(ns, ipcp, params->flg)) in ipc_check_perms()
375 err = ops->associate(ipcp, params->flg); in ipc_check_perms()
401 int flg = params->flg; in ipcget_public() local
412 if (!(flg & IPC_CREAT)) in ipcget_public()
419 if (flg & IPC_CREAT && flg & IPC_EXCL) in ipcget_public()
H A Dutil.h88 int flg; member
141 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg);
/linux/drivers/tty/serial/
H A Dclps711x.c97 u8 flg; in uart_clps711x_int_rx() local
111 flg = TTY_NORMAL; in uart_clps711x_int_rx()
124 flg = TTY_PARITY; in uart_clps711x_int_rx()
126 flg = TTY_FRAME; in uart_clps711x_int_rx()
128 flg = TTY_OVERRUN; in uart_clps711x_int_rx()
137 uart_insert_char(port, status, UARTDR_OVERR, ch, flg); in uart_clps711x_int_rx()
H A Dmax3100.c185 u8 ch, flg; in max3100_handlerx_unlocked() local
192 flg = TTY_FRAME; in max3100_handlerx_unlocked()
198 flg = TTY_NORMAL; in max3100_handlerx_unlocked()
201 flg = TTY_PARITY; in max3100_handlerx_unlocked()
206 flg = TTY_NORMAL; in max3100_handlerx_unlocked()
209 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg); in max3100_handlerx_unlocked()
H A Dsa1100.c184 u8 ch, flg; in sa1100_rx_chars() local
193 flg = TTY_NORMAL; in sa1100_rx_chars()
210 flg = TTY_PARITY; in sa1100_rx_chars()
212 flg = TTY_FRAME; in sa1100_rx_chars()
220 uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg); in sa1100_rx_chars()
H A Ducc_uart.c459 unsigned int flg; in qe_uart_int_rx() local
490 flg = TTY_NORMAL; in qe_uart_int_rx()
499 tty_insert_flip_char(tport, ch, flg); in qe_uart_int_rx()
540 flg = TTY_BREAK; in qe_uart_int_rx()
542 flg = TTY_PARITY; in qe_uart_int_rx()
544 flg = TTY_FRAME; in qe_uart_int_rx()
H A Dcpm_uart.c238 unsigned int flg; in cpm_uart_int_rx() local
277 flg = TTY_NORMAL; in cpm_uart_int_rx()
291 tty_insert_flip_char(tport, ch, flg); in cpm_uart_int_rx()
333 flg = TTY_BREAK; in cpm_uart_int_rx()
335 flg = TTY_PARITY; in cpm_uart_int_rx()
337 flg = TTY_FRAME; in cpm_uart_int_rx()
342 flg = TTY_OVERRUN; in cpm_uart_int_rx()
/linux/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h88 int cfe_flushcache(int flg);
92 int cfe_getstdhandle(int flg);
/linux/net/ipv4/
H A Dtcp_minisocks.c662 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); in tcp_check_req() local
685 flg == TCP_FLAG_SYN && in tcp_check_req()
783 if ((flg & TCP_FLAG_ACK) && !fastopen && in tcp_check_req()
801 if (!(flg & TCP_FLAG_RST) && in tcp_check_req()
822 flg &= ~TCP_FLAG_SYN; in tcp_check_req()
828 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) { in tcp_check_req()
839 if (!(flg & TCP_FLAG_ACK)) in tcp_check_req()
888 if (!(flg & TCP_FLAG_RST)) { in tcp_check_req()
/linux/arch/s390/boot/
H A Dipl_data.c9 #define CCW0(cmd, addr, cnt, flg) \ argument
10 { .cmd_code = cmd, .cda = addr, .count = cnt, .flags = flg, }
/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c348 int flg = GETINPC(inpf); /* FLG */ in decompress_file() local
350 if (flg & 0xE0 || flg & 0x4 || flg == EOF) in decompress_file()
353 fprintf(stderr, "gzHeader FLG %x\n", flg); in decompress_file()
371 if (flg & 0x8) { in decompress_file()
384 if (flg & 0x2) { in decompress_file()
/linux/drivers/media/dvb-frontends/
H A Dmn88443x.c273 u32 cpmon, tmpu, tmpl, flg; in mn88443x_s_read_status() local
343 regmap_read(r_s, BERCNFLG_S, &flg); in mn88443x_s_read_status()
345 if ((*status & FE_HAS_VITERBI) && (flg & BERCNFLG_S_BERVRDY)) { in mn88443x_s_read_status()
475 u32 seqrd, st, flg, tmpu, tmpm, tmpl; in mn88443x_t_read_status() local
531 regmap_read(r_t, BERFLG_T, &flg); in mn88443x_t_read_status()
533 if ((*status & FE_HAS_VITERBI) && (flg & BERFLG_T_BERVRDYA)) { in mn88443x_t_read_status()
/linux/arch/mips/fw/cfe/
H A Dcfe_api.c171 int cfe_flushcache(int flg) in cfe_flushcache() argument
178 xiocb.xiocb_flags = flg; in cfe_flushcache()
255 int cfe_getstdhandle(int flg) in cfe_getstdhandle() argument
262 xiocb.xiocb_flags = flg; in cfe_getstdhandle()
/linux/drivers/counter/
H A Dti-ecap-capture.c441 unsigned int flg; in ecap_cnt_isr() local
444 regmap_read(ecap_dev->regmap, ECAP_ECINT_EN_FLG_REG, &flg); in ecap_cnt_isr()
448 if (flg & ECAP_EVT_FLG_BIT(i)) { in ecap_cnt_isr()
455 if (flg & ECAP_EVT_FLG_BIT(ECAP_CNTOVF)) { in ecap_cnt_isr()
/linux/fs/hfsplus/
H A Dhfsplus_fs.h43 #define hfs_dbg(flg, fmt, ...) \ argument
45 if (DBG_##flg & DBG_MASK) \
49 #define hfs_dbg_cont(flg, fmt, ...) \ argument
51 if (DBG_##flg & DBG_MASK) \
/linux/include/net/
H A Dvxlan.h531 #define VXLAN_FLAG(flg) \ in vxlan_flag_attr_error() argument
532 case IFLA_VXLAN_##flg: \ in vxlan_flag_attr_error()
534 "cannot change " #flg " flag"); \ in vxlan_flag_attr_error()
/linux/arch/csky/kernel/
H A Dperf_event.c1023 unsigned long flg; in csky_pmu_start() local
1037 local_irq_save(flg); in csky_pmu_start()
1042 local_irq_restore(flg); in csky_pmu_start()
1047 unsigned long flg; in csky_pmu_stop_event() local
1051 local_irq_save(flg); in csky_pmu_stop_event()
1056 local_irq_restore(flg); in csky_pmu_stop_event()
/linux/fs/nfsd/
H A Dexport.c1324 struct flags *flg; in show_expflags() local
1327 for (flg = expflags; flg->flag; flg++) { in show_expflags()
1328 if (flg->flag & ~mask) in show_expflags()
1330 state = (flg->flag & flags) ? 0 : 1; in show_expflags()
1331 if (*flg->name[state]) in show_expflags()
1332 seq_printf(m, "%s%s", first++?",":"", flg->name[state]); in show_expflags()

12