Searched refs:flg (Results 1 - 25 of 44) sorted by relevance

12

/linux-master/scripts/dtc/include-prefixes/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \
29 ((fun) << 8) | (flg))
/linux-master/include/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \
29 ((fun) << 8) | (flg))
/linux-master/block/partitions/
H A Datari.h19 u8 flg; /* bit 0: active; bit 7: bootable */ member in struct:partition_info
H A Datari.c22 (((pi)->flg & 1) && \
79 if ( !(pi->flg & 1) )
102 /* ++roman: sanity check: bit 0 of flg field must be set */
103 if (!(xrs->part[0].flg & 1)) {
113 if (!(xrs->part[1].flg & 1)) {
141 if (!((pi->flg & 1) && OK_id(pi->id)))
/linux-master/drivers/scsi/
H A DNCR5380.h258 #define dprintk(flg, fmt, ...) \
259 do { if ((NDEBUG) & (flg)) \
262 #define dsprintk(flg, host, fmt, ...) \
263 do { if ((NDEBUG) & (flg)) \
268 #define NCR5380_dprint(flg, arg) \
269 do { if ((NDEBUG) & (flg)) NCR5380_print(arg); } while (0)
270 #define NCR5380_dprint_phase(flg, arg) \
271 do { if ((NDEBUG) & (flg)) NCR5380_print_phase(arg); } while (0)
275 #define NCR5380_dprint(flg, arg) do {} while (0)
276 #define NCR5380_dprint_phase(flg, ar
[all...]
/linux-master/arch/csky/abiv2/
H A Dfpu.c151 unsigned long flg; local
155 local_irq_save(flg);
208 local_irq_restore(flg);
213 unsigned long flg; local
217 local_irq_save(flg);
269 local_irq_restore(flg);
/linux-master/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h88 int cfe_flushcache(int flg);
92 int cfe_getstdhandle(int flg);
/linux-master/arch/s390/boot/
H A Dipl_data.c9 #define CCW0(cmd, addr, cnt, flg) \
10 { .cmd_code = cmd, .cda = addr, .count = cnt, .flags = flg, }
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c35 bp, flg, fm, np) \
48 .flag = {(flg)}, \
54 alpha, bp, flg, fm, np, th) \
67 .flag = {(flg)}, \
74 alpha, chroma, count, bp, flg, fm, np) \
87 .flag = {(flg)}, \
92 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \
105 .flag = {(flg)}, \
111 flg, fm, np, th) \
124 .flag = {(flg)}, \
[all...]
/linux-master/fs/hfs/
H A Dhfs_fs.h43 #define hfs_dbg(flg, fmt, ...) \
45 if (DBG_##flg & DBG_MASK) \
49 #define hfs_dbg_cont(flg, fmt, ...) \
51 if (DBG_##flg & DBG_MASK) \
/linux-master/ipc/
H A Dutil.c372 if (ipcperms(ns, ipcp, params->flg))
375 err = ops->associate(ipcp, params->flg);
401 int flg = params->flg; local
412 if (!(flg & IPC_CREAT))
419 if (flg & IPC_CREAT && flg & IPC_EXCL)
H A Dutil.h88 int flg; member in struct:ipc_params
141 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flg);
/linux-master/drivers/tty/serial/
H A Dclps711x.c97 u8 flg; local
111 flg = TTY_NORMAL;
124 flg = TTY_PARITY;
126 flg = TTY_FRAME;
128 flg = TTY_OVERRUN;
137 uart_insert_char(port, status, UARTDR_OVERR, ch, flg);
H A Darc_uart.c208 u8 ch, flg = TTY_NORMAL; local
216 flg = TTY_OVERRUN;
222 flg = TTY_FRAME;
233 uart_insert_char(port, status, RXOERR, ch, flg);
H A Dmax3100.c220 u8 ch, flg; local
227 flg = TTY_FRAME;
233 flg = TTY_NORMAL;
236 flg = TTY_PARITY;
241 flg = TTY_NORMAL;
244 uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg);
H A Dcpm_uart.c238 unsigned int flg; local
277 flg = TTY_NORMAL;
291 tty_insert_flip_char(tport, ch, flg);
333 flg = TTY_BREAK;
335 flg = TTY_PARITY;
337 flg = TTY_FRAME;
342 flg = TTY_OVERRUN;
/linux-master/arch/mips/fw/cfe/
H A Dcfe_api.c171 int cfe_flushcache(int flg) argument
178 xiocb.xiocb_flags = flg;
255 int cfe_getstdhandle(int flg) argument
262 xiocb.xiocb_flags = flg;
/linux-master/net/ipv4/
H A Dtcp_minisocks.c653 __be32 flg = tcp_flag_word(th) & (TCP_FLAG_RST|TCP_FLAG_SYN|TCP_FLAG_ACK); local
676 flg == TCP_FLAG_SYN &&
774 if ((flg & TCP_FLAG_ACK) && !fastopen &&
789 if (!(flg & TCP_FLAG_RST) &&
810 flg &= ~TCP_FLAG_SYN;
816 if (flg & (TCP_FLAG_RST|TCP_FLAG_SYN)) {
827 if (!(flg & TCP_FLAG_ACK))
876 if (!(flg & TCP_FLAG_RST)) {
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgunz_test.c348 int flg = GETINPC(inpf); /* FLG */ local
350 if (flg & 0xE0 || flg & 0x4 || flg == EOF)
353 fprintf(stderr, "gzHeader FLG %x\n", flg);
371 if (flg & 0x8) {
384 if (flg & 0x2) {
/linux-master/include/net/
H A Dvxlan.h531 #define VXLAN_FLAG(flg) \
532 case IFLA_VXLAN_##flg: \
534 "cannot change " #flg " flag"); \
/linux-master/drivers/counter/
H A Dti-ecap-capture.c441 unsigned int flg; local
444 regmap_read(ecap_dev->regmap, ECAP_ECINT_EN_FLG_REG, &flg);
448 if (flg & ECAP_EVT_FLG_BIT(i)) {
455 if (flg & ECAP_EVT_FLG_BIT(ECAP_CNTOVF)) {
/linux-master/fs/hfsplus/
H A Dhfsplus_fs.h42 #define hfs_dbg(flg, fmt, ...) \
44 if (DBG_##flg & DBG_MASK) \
48 #define hfs_dbg_cont(flg, fmt, ...) \
50 if (DBG_##flg & DBG_MASK) \
/linux-master/fs/nfsd/
H A Dexport.c1264 struct flags *flg; local
1267 for (flg = expflags; flg->flag; flg++) {
1268 if (flg->flag & ~mask)
1270 state = (flg->flag & flags) ? 0 : 1;
1271 if (*flg->name[state])
1272 seq_printf(m, "%s%s", first++?",":"", flg->name[state]);
/linux-master/arch/csky/kernel/
H A Dperf_event.c1023 unsigned long flg; local
1037 local_irq_save(flg);
1042 local_irq_restore(flg);
1047 unsigned long flg; local
1051 local_irq_save(flg);
1056 local_irq_restore(flg);
/linux-master/drivers/media/dvb-frontends/
H A Dmn88443x.c273 u32 cpmon, tmpu, tmpl, flg; local
343 regmap_read(r_s, BERCNFLG_S, &flg);
345 if ((*status & FE_HAS_VITERBI) && (flg & BERCNFLG_S_BERVRDY)) {
475 u32 seqrd, st, flg, tmpu, tmpm, tmpl; local
531 regmap_read(r_t, BERFLG_T, &flg);
533 if ((*status & FE_HAS_VITERBI) && (flg & BERFLG_T_BERVRDYA)) {

Completed in 630 milliseconds

12