| /linux/arch/arm64/boot/dts/freescale/ |
| A D | imx8x-colibri.dtsi | 869 <IMX8QXP_EMMC0_CMD_CONN_EMMC0_CMD 0x21>, 870 <IMX8QXP_EMMC0_DATA0_CONN_EMMC0_DATA0 0x21>, 871 <IMX8QXP_EMMC0_DATA1_CONN_EMMC0_DATA1 0x21>, 872 <IMX8QXP_EMMC0_DATA2_CONN_EMMC0_DATA2 0x21>, 873 <IMX8QXP_EMMC0_DATA3_CONN_EMMC0_DATA3 0x21>, 874 <IMX8QXP_EMMC0_DATA4_CONN_EMMC0_DATA4 0x21>, 875 <IMX8QXP_EMMC0_DATA5_CONN_EMMC0_DATA5 0x21>, 876 <IMX8QXP_EMMC0_DATA6_CONN_EMMC0_DATA6 0x21>, 877 <IMX8QXP_EMMC0_DATA7_CONN_EMMC0_DATA7 0x21>, 884 <IMX8QXP_EMMC0_CMD_CONN_EMMC0_CMD 0x21>, [all …]
|
| A D | imx8qm-mek.dts | 717 IMX8QM_SPI2_CS0_LSIO_GPIO3_IO10 0x21 778 IMX8QM_FLEXCAN0_TX_DMA_FLEXCAN0_TX 0x21 779 IMX8QM_FLEXCAN0_RX_DMA_FLEXCAN0_RX 0x21 785 IMX8QM_FLEXCAN1_TX_DMA_FLEXCAN1_TX 0x21 786 IMX8QM_FLEXCAN1_RX_DMA_FLEXCAN1_RX 0x21 792 IMX8QM_FLEXCAN2_TX_DMA_FLEXCAN2_TX 0x21 793 IMX8QM_FLEXCAN2_RX_DMA_FLEXCAN2_RX 0x21
|
| /linux/tools/testing/selftests/arm64/fp/ |
| A D | sve-test.S | 452 mov x1, x21 455 add x21, x21, #1 456 cmp x21, #NZR 465 mov x1, x21 468 add x21, x21, #1 483 mov x21, #0 484 0: mov x0, x21 486 add x21, x21, #1 487 cmp x21, #NZR 492 add x21, x21, #1 [all …]
|
| A D | fpsimd-test.S | 275 mov x21, #0 // Set up V-regs & shadow with test pattern 277 mov x1, x21 280 add x21, x21, #1 281 cmp x21, #NVR 288 mov x21, #0 289 0: mov x0, x21 291 add x21, x21, #1 292 cmp x21, #NVR 317 mov x0, x21
|
| A D | za-test.S | 298 sub x1, x21, #1 301 subs x21, x21, #1 315 0: sub x0, x24, x21 317 subs x21, x21, #1 351 mov x0, x21
|
| /linux/tools/testing/selftests/arm64/signal/ |
| A D | signals.S | 20 mov x21, x1 24 add x0, x21, x22 31 mov x1, x21 38 mov x2, x21
|
| /linux/lib/crypto/ |
| A D | curve25519-fiat32.c | 120 { u32 x20; u8/*bool*/ x21 = subborrow_u26(0x0, x2, 0x3ffffed, &x20); in fe_freeze() local 229 { const u32 x21 = in1[8]; in fe_add_impl() local 256 out[8] = (x21 + x39); in fe_add_impl() 272 { const u32 x21 = in1[8]; in fe_sub_impl() local 299 out[8] = ((0x7fffffe + x21) - x39); in fe_sub_impl() 315 { const u32 x21 = in1[8]; in fe_mul_impl() local 351 { u64 x57 = (((u64)x39 * x20) + ((u64)x38 * x21)); in fe_mul_impl() 458 { u64 x21 = (0x2 * (((u64)x4 * x4) + ((u64)x2 * x6))); in fe_sqr_impl() local 493 { u64 x56 = (x21 + (x31 << 0x4)); in fe_sqr_impl() 638 { const u32 x21 = in1[8]; in fe_mul_121666_impl() local [all …]
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| A D | rockchip-rk3399-fails.txt | 17 kms_cursor_crc@cursor-offscreen-64x21,Fail 21 kms_cursor_crc@cursor-onscreen-64x21,Fail 25 kms_cursor_crc@cursor-random-64x21,Fail 29 kms_cursor_crc@cursor-rapid-movement-64x21,Fail 34 kms_cursor_crc@cursor-sliding-64x21,Fail
|
| A D | amdgpu-stoney-fails.txt | 26 kms_cursor_crc@cursor-onscreen-64x21,Fail 28 kms_cursor_crc@cursor-random-64x21,Fail 31 kms_cursor_crc@cursor-sliding-64x21,Fail
|
| /linux/arch/arm64/kernel/ |
| A D | entry.S | 215 stp x20, x21, [sp, #16 * 10] 223 mrs x21, sp_el0 279 add x21, sp, #PT_REGS_SIZE 284 stp lr, x21, [sp, #S_LR] 356 ldp x21, x22, [sp, #S_PC] // load ELR, SPSR 412 msr elr_el1, x21 // set up the return data 424 ldp x20, x21, [sp, #16 * 10] 475 mrs x21, ttbr0_el1 481 __uaccess_ttbr0_disable x21 830 stp x21, x22, [x8], #16 [all …]
|
| A D | hibernate-asm.S | 55 mov x21, x1 85 break_before_make_ttbr_switch x25, x21, x6, x8
|
| A D | efi-rt-wrapper.S | 27 stp x21, x22, [sp, #48] 81 ldp x21, x22, [sp, #48]
|
| A D | head.S | 170 mov x21, x0 // x21=FDT 173 stp x21, x1, [x0] // x0 .. x3 at kernel entry 228 str_l x21, __fdt_pointer, x5 // Save FDT pointer 530 mov x1, x21 // pass the FDT
|
| A D | sleep.S | 68 stp x21, x22, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+32] 148 ldp x21, x22, [x29, #32]
|
| /linux/Documentation/leds/ |
| A D | leds-mlxcpld.rst | 36 - CPLD reg offset: 0x21 40 - CPLD reg offset: 0x21 81 - CPLD reg offset: 0x21
|
| /linux/drivers/net/wan/ |
| A D | wanxlfw.inc_shipped | 6 0x00,0x00,0x00,0x10,0x66,0x00,0xFF,0xDE,0x21,0xFC,0x00,0x00,0x16,0xBC,0x00,0x6C, 7 0x21,0xFC,0x00,0x00,0x17,0x5E,0x01,0x00,0x21,0xFC,0x00,0x00,0x16,0xDE,0x01,0x78, 8 0x21,0xFC,0x00,0x00,0x16,0xFE,0x01,0x74,0x21,0xFC,0x00,0x00,0x17,0x1E,0x01,0x70, 9 0x21,0xFC,0x00,0x00,0x17,0x3E,0x01,0x6C,0x21,0xFC,0x00,0x00,0x18,0x4C,0x02,0x00, 26 0x02,0x4E,0x21,0x7C,0x00,0x00,0x00,0x01,0x00,0x00,0x42,0xB0,0x09,0xB0,0x00,0x00, 76 0x42,0x81,0x21,0x81,0x09,0xB0,0x00,0x00,0x19,0x68,0x52,0xB0,0x09,0xB0,0x00,0x00, 84 0xFA,0xF4,0x0C,0xB0,0x00,0x00,0x00,0x00,0x29,0x90,0x66,0x00,0x00,0x96,0x21,0x83, 88 0x23,0xFC,0x00,0x00,0x03,0x01,0xFF,0xF9,0x01,0x28,0x61,0x00,0x01,0x2C,0x21,0xB0, 93 0x66,0x00,0x00,0x04,0x42,0x81,0x21,0x81,0x09,0xB0,0x00,0x00,0x19,0x88,0x60,0x00, 101 0x00,0x00,0x00,0x0A,0x66,0x00,0x00,0x04,0x42,0x81,0x21,0x81,0x09,0xB0,0x00,0x00, [all …]
|
| /linux/net/wireless/certs/ |
| A D | sforshee.hex | 33 0xb8, 0xd1, 0x56, 0x21, 0xf0, 0x53, 0x1f, 0xf1, 57 0x48, 0xb9, 0xfe, 0x07, 0x17, 0xbb, 0x21, 0xf7, 75 0xd7, 0x8a, 0xe7, 0xf5, 0xd4, 0x21, 0x30, 0x4a, 85 0x33, 0xa9, 0x21, 0x1f, 0xcb, 0x50, 0xb1, 0x8f,
|
| /linux/tools/testing/selftests/kvm/lib/aarch64/ |
| A D | handlers.S | 15 stp x20, x21, [sp, #16 * 10] 46 ldp x20, x21, [sp, #16 * 10]
|
| /linux/Documentation/devicetree/bindings/media/i2c/ |
| A D | galaxycore,gc0308.yaml | 29 const: 0x21 88 reg = <0x21>;
|
| /linux/tools/testing/selftests/kvm/lib/riscv/ |
| A D | handlers.S | 34 sd x21, 160(sp) 70 ld x21, 160(sp)
|
| /linux/arch/riscv/kernel/probes/ |
| A D | rethook_trampoline.S | 33 REG_S x21, PT_S5(sp) 65 REG_L x21, PT_S5(sp)
|
| /linux/Documentation/devicetree/bindings/serial/ |
| A D | renesas,scifa.yaml | 110 dmas = <&dmac0 0x21>, <&dmac0 0x22>, <&dmac1 0x21>, <&dmac1 0x22>;
|
| /linux/Documentation/hwmon/ |
| A D | abituguru-datasheet.rst | 184 Bank 0x21 Sensor Bank1 Values / Readings (R) 217 address in Bank 0x21 . 256 - Temp sensor: warning threshold (scale as bank 0x21) 257 - Volt sensor: min threshold (scale as bank 0x21) 260 - Temp sensor: shutdown threshold (scale as bank 0x21) 261 - Volt sensor: max threshold (scale as bank 0x21) 274 low nibble (temp)sensor address at bank 0x21 used for control. 285 Low threshold temp (scale as bank 0x21) 288 High threshold temp (scale as bank 0x21)
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | ti,tps6598x.yaml | 34 0x21, 0x22, and 0x23 136 reg = <0x21>, <0x0f>;
|
| /linux/arch/arm/boot/dts/renesas/ |
| A D | r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi | 19 reg = <0x21>;
|