/linux/arch/arm/include/asm/hardware/ |
A D | cp14.h | 56 #define RCP14_DBGDRCR() MRC14(0, c0, c4, 2) 61 #define RCP14_DBGBVR4() MRC14(0, c0, c4, 4) 77 #define RCP14_DBGBCR4() MRC14(0, c0, c4, 5) 93 #define RCP14_DBGWVR4() MRC14(0, c0, c4, 6) 109 #define RCP14_DBGWCR4() MRC14(0, c0, c4, 7) 126 #define RCP14_DBGBXVR4() MRC14(0, c1, c4, 1) 141 #define RCP14_DBGPRCR() MRC14(0, c1, c4, 4) 277 #define RCP14_ETMSR() MRC14(1, c0, c4, 0) 293 #define RCP14_ETMACVR4() MRC14(1, c0, c4, 1) 309 #define RCP14_ETMACTR4() MRC14(1, c0, c4, 2) [all …]
|
/linux/arch/powerpc/crypto/ |
A D | aes-tab-4k.S | 101 .long R(93, c4, c4, 57), R(55, a7, a7, f2) 118 .long R(43, ac, ac, ef), R(c4, 62, 62, a6) 138 .long R(71, b5, b5, c4), R(cc, 66, 66, aa) 199 .long R(d1, 34, 62, 1f), R(c4, a6, fe, 8a) 206 .long R(91, 54, 8d, b5), R(71, c4, 5d, 05) 242 .long R(a8, fc, 8c, c4), R(a0, f0, 3f, 1a) 284 .long R(ca, af, f3, 81), R(b9, 68, c4, 3e)
|
/linux/arch/m68k/ifpsp060/ |
A D | ilsp.sa | 72 dc.l $00104a81,$6a040004,$000844c4,$c34048f6 74 dc.l $4281382e,$fffc0204,$00100004,$000444c4 100 dc.l $382efffc,$0204001a,$880344c4,$4cdf001c
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
A D | gk20a.h | 31 int c4; member
|
A D | gk20a.c | 74 mv = DIV_ROUND_CLOSEST(coef->c3 * speedo, s_scale) + coef->c4 + in gk20a_volt_get_cvb_t_voltage()
|
/linux/include/uapi/linux/android/ |
A D | binder.h | 27 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument 28 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
|
/linux/drivers/tty/vt/ |
A D | cp437.uni | 33 0x11 U+25c0 U+25c4 168 0x8e U+00c4 263 0xe7 U+03c4
|
/linux/tools/perf/arch/s390/include/ |
A D | dwarf-regs-table.h | 34 REG_DWARFNUM_NAME(c4, 36),
|
/linux/arch/arm64/boot/dts/amlogic/ |
A D | meson-sm1-odroid-c4.dts | 11 compatible = "hardkernel,odroid-c4", "amlogic,sm1";
|
A D | Makefile | 56 dtb-$(CONFIG_ARCH_MESON) += meson-sm1-odroid-c4.dtb
|
/linux/drivers/thermal/tegra/ |
A D | tegra30-tsensor.c | 166 int err, c1, c2, c3, c4, counter; in tegra_tsensor_get_temp() local 203 c4 = ts->calib.n; in tegra_tsensor_get_temp() 205 *temp = DIV_ROUND_CLOSEST(c1 * (c2 + c3 + c4), 1000); in tegra_tsensor_get_temp()
|
/linux/arch/arm/mm/ |
A D | proc-arm940.S | 280 mcr p15, 0, r0, c6, c4, 0 286 mcr p15, 0, r0, c6, c4, 1
|
A D | proc-arm740.S | 65 mcr p15, 0, r0, c6, c4
|
/linux/drivers/media/radio/si4713/ |
A D | Kconfig | 9 - 10c4:8244: Silicon Labs FM Transmitter USB device.
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | hdmi5_core.h | 281 u16 c1, c2, c3, c4; member
|
A D | hdmi5_core.c | 491 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_C4_MSB, csc_coeff.c4 >> 8, 6, 0); in hdmi_core_csc_config() 492 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_C4_LSB, csc_coeff.c4, 7, 0); in hdmi_core_csc_config()
|
/linux/drivers/media/radio/si470x/ |
A D | Kconfig | 22 - 10c4:818a: Silicon Labs USB FM Radio Reference Design
|
/linux/arch/arm/include/asm/ |
A D | arch_gicv3.h | 22 #define ICC_PMR __ACCESS_CP15(c4, 0, c6, 0)
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
A D | hdmi5_core.h | 281 u16 c1, c2, c3, c4; member
|
A D | hdmi5_core.c | 447 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_C4_MSB, csc_coeff->c4 >> 8, 6, 0); in hdmi_core_write_csc() 448 REG_FLD_MOD(base, HDMI_CORE_CSC_COEF_C4_LSB, csc_coeff->c4, 7, 0); in hdmi_core_write_csc()
|
/linux/drivers/scsi/device_handler/ |
A D | scsi_dh_rdac.c | 210 struct c4_inquiry c4; member 441 struct c4_inquiry *inqp = &h->inq.c4; in initialize_controller()
|
/linux/drivers/gpu/drm/vc4/ |
A D | vc4_hvs.c | 113 #define VC4_LINEAR_PHASE_KERNEL(c0, c1, c2, c3, c4, c5, c6, c7, c8, \ argument 116 VC4_PPF_FILTER_WORD(c3, c4, c5), \
|
/linux/Documentation/devicetree/bindings/arm/ |
A D | amlogic.yaml | 174 - hardkernel,odroid-c4
|
/linux/Documentation/fault-injection/ |
A D | nvme-fault-injection.rst | 160 …Code: ff e8 8f 5f 86 ff 80 7d c7 00 74 17 9c 58 0f 1f 44 00 00 f6 c4 02 0f 85 69 03 00 00 31 ff e8…
|
/linux/Documentation/scsi/ |
A D | aacraid.rst | 57 9005:0285:9005:02c4 Adaptec 51605 (Voodoo160)
|