Home
last modified time | relevance | path

Searched refs:un1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/tty/vt/
H A Dconmakehash.c83 int fp0, fp1, un0, un1; in main() local
203 un1 = getunicode(&p); in main()
204 if (un0 < 0 || un1 < 0) in main()
211 if (un1 - un0 != fp1 - fp0) in main()
215 tblname, un0, un1, fp0, fp1); in main()
/openbmc/linux/drivers/crypto/gemini/
H A Dsl3516-ce.h175 u32 un1 :1; member
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hw.h4309 } un1; member
4310 #define ulpContext un1.t1.ulpContext
4311 #define ulpIoTag un1.t1.ulpIoTag
4312 #define ulpIoTag0 un1.t2.ulpIoTag0
H A Dlpfc_sli.c4071 *(uint32_t *)&irsp->un1, in lpfc_sli_handle_fast_ring_event()
4072 *((uint32_t *)&irsp->un1 + 1)); in lpfc_sli_handle_fast_ring_event()
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc882 uint32_t un1)
887 tcg_debug_assert(un1 <= 0x1);
888 return encode_djkn_slots(opc, vd & 0x1f, j, sk8 & 0xff, un1);
2079 /* Emits the `vstelm.d vd, j, sk8, un1` instruction. */
2082 uint32_t un1)
2084 tcg_out32(s, encode_vdjsk8un1_insn(OPC_VSTELM_D, vd, j, sk8, un1));