Home
last modified time | relevance | path

Searched defs:c8 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dmc.S51 c8: label
/openbmc/linux/arch/alpha/include/asm/
H A Dstring.h39 unsigned long c8 = (c & 0xff) * 0x0101010101010101UL; in __memset() local
/openbmc/phosphor-logging/test/openpower-pels/
H A Dsrc_callouts_test.cpp174 auto c8 = std::make_unique<Callout>(CalloutPriority::mediumGroupC, "U1-P9", in TEST() local
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dskha.h38 u32 c8; /* 0x8C Context 8 */ member
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c163 #define VC4_LINEAR_PHASE_KERNEL(c0, c1, c2, c3, c4, c5, c6, c7, c8, \ argument
/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c211 struct c8_inquiry c8; member
/openbmc/linux/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c1114 static u16 c8_to_c12(u8 c8, enum c8_to_c12_mode mode) in c8_to_c12()