Home
last modified time | relevance | path

Searched refs:SEQ (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c62 {FNAME("ipAddress") SEQ, 0, 2, 2, DECODE,
66 {FNAME("ipxAddress") SEQ, 0, 3, 3, SKIP, 0,
494 {FNAME("t84") SEQ, 0, 2, 2, SKIP, 0,
500 {FNAME("nlpid") SEQ, 0, 2, 2, SKIP, 0,
560 {FNAME("al3") SEQ, 0, 2, 2, SKIP, 0,
604 {FNAME("eRM") SEQ, 0, 2, 2, SKIP | EXT, 0,
1175 {FNAME("token") SEQ, 0, 3, 3, SKIP, 0,
1188 {FNAME("token") SEQ, 0, 3, 3, SKIP, 0,
1233 {FNAME("token") SEQ, 0, 3, 3, SKIP, 0,
1246 {FNAME("token") SEQ, 0, 4, 4, SKIP, 0,
[all …]
H A Dnf_conntrack_h323_asn1.c52 #define SEQ 9 macro
844 FNAME("H323-UserInformation") SEQ, 1, 2, 2, DECODE | EXT, in DecodeH323_UserInformation()
/openbmc/libmctp/tests/
H A Dtest_seq.c43 #define SEQ(x) (x << MCTP_HDR_SEQ_SHIFT) macro
55 SEQ(1) | MCTP_HDR_FLAG_SOM | MCTP_HDR_FLAG_EOM,
64 SEQ(1) | MCTP_HDR_FLAG_SOM,
65 SEQ(2) | MCTP_HDR_FLAG_EOM,
74 SEQ(1) | MCTP_HDR_FLAG_SOM,
75 SEQ(2),
76 SEQ(3) | MCTP_HDR_FLAG_EOM,
85 SEQ(3) | MCTP_HDR_FLAG_SOM,
86 SEQ(0) | MCTP_HDR_FLAG_EOM,
95 SEQ(1) | MCTP_HDR_FLAG_SOM,
[all …]
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Dssh.rst7 .. |SEQ| replace:: ``SEQ`` substdef
70 * - |SEQ|
75 the frame structure (|TYPE|, |LEN|, and |SEQ| fields) is placed directly
97 A message consists of |SYN|, followed by the frame (|TYPE|, |LEN|, |SEQ| and
101 same sequence ID (|SEQ|), stored inside the frame (more on this in the next
168 where both frames have the same sequence ID (``SEQ``). Here, ``FRAME(D)``
336 by the EC. As an example: Sending two frames with ``SEQ=0`` and ``SEQ=1``
337 followed by a repetition of ``SEQ=0`` will not detect the second ``SEQ=0``
339 been received, i.e. twice in this example. Sending ``SEQ=0``, ``SEQ=1`` and
340 then repeating ``SEQ=1`` will detect the second ``SEQ=1`` as repetition of
H A Dinternal.rst80 the message counters required for building command messages (``SEQ``,
/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c201 hw->SEQ[0] = 0x00; in matroxfb_vgaHWinit()
202 hw->SEQ[1] = 0x01; /* or 0x09 */ in matroxfb_vgaHWinit()
203 hw->SEQ[2] = 0x0F; /* bitplanes */ in matroxfb_vgaHWinit()
204 hw->SEQ[3] = 0x00; in matroxfb_vgaHWinit()
205 hw->SEQ[4] = 0x0E; in matroxfb_vgaHWinit()
349 dprintk("%02X:", hw->SEQ[i]); in matroxfb_vgaHWrestore()
370 mga_setr(M_SEQ_INDEX, i, hw->SEQ[i]); in matroxfb_vgaHWrestore()
H A Dmatroxfb_base.h271 unsigned char SEQ[5]; member
/openbmc/qemu/target/mips/tcg/
H A Docteon.decode26 # SEQ rd, rs, rt
/openbmc/linux/lib/
H A Dasn1_encoder.c399 *(data++) = _tag(UNIV, CONS, SEQ); in asn1_encode_sequence()
/openbmc/linux/drivers/video/fbdev/
H A Dcirrusfb.c350 SEQ enumerator
2834 case SEQ: in cirrusfb_dbg_print_regs()
2919 cirrusfb_dbg_print_regs(info, regbase, SEQ, in cirrusfb_dbg_reg_dump()
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_resizer.c69 RSZ_PRINT_REGISTER(iss, SEQ); in resizer_print_status()
/openbmc/linux/sound/drivers/
H A DKconfig18 # select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx.reg322 * Clear SEQ Interrupt
346 * SEQ New SCB Queue Offset
357 * SEQ Empty SCB Queue Offset
368 * SEQ Done SCB Queue Offset
2446 * SEQ Interrupts
2479 * SEQ Interrupt Enabled (Shared)
/openbmc/linux/sound/isa/
H A DKconfig391 # select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
/openbmc/linux/sound/pci/
H A DKconfig494 # select SEQ stuff to min(SND_SEQUENCER,SND_XXX)
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc3658 #define GEN_INT_EXT_TRANS(NAME, DIV, SEQ) \
3662 return int_ext_op(s, a, SEQ); \