/linux-4.1.27/arch/sh/boards/mach-hp6xx/ |
D | setup.c | 59 u8 v8; in dac_audio_start() local 67 v8 = inb(PKDR); in dac_audio_start() 68 v8 &= ~PKDR_SPEAKER; in dac_audio_start() 69 outb(v8, PKDR); in dac_audio_start() 77 u8 v8; in dac_audio_stop() local 85 v8 = inb(PKDR); in dac_audio_stop() 86 v8 |= PKDR_SPEAKER; in dac_audio_stop() 87 outb(v8, PKDR); in dac_audio_stop() 128 u8 v8; in hp6xx_setup() local 153 v8 = __raw_readb(DACR); in hp6xx_setup() [all …]
|
/linux-4.1.27/arch/arm64/crypto/ |
D | aes-neon.S | 64 rev32 v8.8h, \in\().8h 66 shl v9.4s, v8.4s, #24 68 sri v9.4s, v8.4s, #8 70 eor v9.16b, v9.16b, v8.16b 118 sub v8.16b, \in0\().16b, v12.16b 122 sub v10.16b, v8.16b, v12.16b 124 tbx \in0\().16b, {v20.16b-v23.16b}, v8.16b 126 sub v8.16b, v10.16b, v12.16b 130 tbx \in0\().16b, {v28.16b-v31.16b}, v8.16b 135 sub v8.16b, \in0\().16b, v12.16b [all …]
|
D | aes-modes.S | 310 add v7.4s, v7.4s, v8.4s 312 rev32 v8.16b, v7.16b 315 mov v1.s[3], v8.s[0] 316 mov v2.s[3], v8.s[1] 317 mov v3.s[3], v8.s[2] 404 next_tweak v4, v4, v7, v8 411 next_tweak v5, v4, v7, v8 419 next_tweak v4, v5, v7, v8 426 next_tweak v5, v4, v7, v8 428 next_tweak v6, v5, v7, v8 [all …]
|
D | sha1-ce-core.S | 88 0: ld1 {v8.4s-v11.4s}, [x1], #64 91 CPU_LE( rev32 v8.16b, v8.16b ) 96 1: add t0.4s, v8.4s, k0.4s
|
D | sha2-ce-core.S | 84 ld1 { v8.4s-v11.4s}, [x8], #64 114 add_update 1, v8, 19, 16, 17, 18
|
/linux-4.1.27/drivers/leds/ |
D | leds-hp6xx.c | 23 u8 v8; in hp6xxled_green_set() local 25 v8 = inb(PKDR); in hp6xxled_green_set() 27 outb(v8 & (~PKDR_LED_GREEN), PKDR); in hp6xxled_green_set() 29 outb(v8 | PKDR_LED_GREEN, PKDR); in hp6xxled_green_set()
|
/linux-4.1.27/arch/powerpc/lib/ |
D | memcpy_power7.S | 503 VPERM(v8,v0,v1,v16) 505 stvx v8,r0,r3 511 VPERM(v8,v0,v1,v16) 515 stvx v8,r0,r3 521 VPERM(v8,v0,v3,v16) 529 stvx v8,r0,r3 556 VPERM(v8,v0,v7,v16) 572 stvx v8,r0,r3 594 VPERM(v8,v0,v3,v16) 602 stvx v8,r0,r3 [all …]
|
D | copyuser_power7.S | 569 VPERM(v8,v0,v1,v16) 571 err3; stvx v8,r0,r3 577 VPERM(v8,v0,v1,v16) 581 err3; stvx v8,r0,r3 587 VPERM(v8,v0,v3,v16) 595 err3; stvx v8,r0,r3 622 VPERM(v8,v0,v7,v16) 638 err4; stvx v8,r0,r3 660 VPERM(v8,v0,v3,v16) 668 err3; stvx v8,r0,r3 [all …]
|
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/ |
D | memcpy_power7.S | 503 VPERM(v8,v0,v1,v16) 505 stvx v8,r0,r3 511 VPERM(v8,v0,v1,v16) 515 stvx v8,r0,r3 521 VPERM(v8,v0,v3,v16) 529 stvx v8,r0,r3 556 VPERM(v8,v0,v7,v16) 572 stvx v8,r0,r3 594 VPERM(v8,v0,v3,v16) 602 stvx v8,r0,r3 [all …]
|
D | copyuser_power7.S | 569 VPERM(v8,v0,v1,v16) 571 err3; stvx v8,r0,r3 577 VPERM(v8,v0,v1,v16) 581 err3; stvx v8,r0,r3 587 VPERM(v8,v0,v3,v16) 595 err3; stvx v8,r0,r3 622 VPERM(v8,v0,v7,v16) 638 err4; stvx v8,r0,r3 660 VPERM(v8,v0,v3,v16) 668 err3; stvx v8,r0,r3 [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_cmd.c | 575 u8 v8; in rtl8723a_set_FwJoinBssReport_cmd() local 588 v8 = rtl8723au_read8(padapter, REG_CR+1); in rtl8723a_set_FwJoinBssReport_cmd() 589 v8 |= BIT(0); /* ENSWBCN */ in rtl8723a_set_FwJoinBssReport_cmd() 590 rtl8723au_write8(padapter, REG_CR+1, v8); in rtl8723a_set_FwJoinBssReport_cmd() 625 v8 = rtl8723au_read8(padapter, REG_CR+1); in rtl8723a_set_FwJoinBssReport_cmd() 626 v8 &= ~BIT(0); /* ~ENSWBCN */ in rtl8723a_set_FwJoinBssReport_cmd() 627 rtl8723au_write8(padapter, REG_CR+1, v8); in rtl8723a_set_FwJoinBssReport_cmd()
|
/linux-4.1.27/arch/unicore32/lib/ |
D | backtrace.S | 21 #define offset v8 33 stm.w (v4 - v8, lr), [sp-] @ Save an extra register 103 no_frame: ldm.w (v4 - v8, pc), [sp]+
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3-overo-common-peripherals.dtsi | 21 lis33_1v8: lis33-1v8-reg { 23 regulator-name = "lis33-1v8-reg";
|
D | exynos5800.dtsi | 27 compatible = "samsung,mfc-v8";
|
D | imx6qdl-phytec-pbab01.dtsi | 23 regulator-name = "i2s-audio-1v8";
|
D | tegra114-roth.dts | 831 regulator-name = "vdd-1v8"; 877 regulator-name = "vdd-2v8-display"; 905 regulator-name = "vdd-sensor-2v8";
|
D | tegra114-tn7.dts | 118 regulator-name = "vs-pmu-1v8";
|
D | tegra114-dalmore.dts | 939 regulator-name = "vddio-1v8";
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | s5p-mfc.txt | 14 (d) "samsung,mfc-v8" for MFC v8 present in Exynos5800 SoC
|
/linux-4.1.27/arch/arm64/boot/dts/arm/ |
D | Makefile | 1 dtb-$(CONFIG_ARCH_VEXPRESS) += foundation-v8.dtb
|
/linux-4.1.27/arch/sparc/ |
D | Makefile | 27 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
|
D | Kconfig | 402 SPARC-v8 standard. LEON is part of the GRLIB collection of
|
/linux-4.1.27/arch/arm/crypto/ |
D | Kconfig | 31 tristate "SHA1 digest algorithm (ARM v8 Crypto Extensions)" 40 tristate "SHA-224/256 digest algorithm (ARM v8 Crypto Extensions)"
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | cpus.txt | 54 # On ARM v8 64-bit systems value should be set to 2, 99 # On ARM v8 64-bit systems this property is required 184 # On ARM v8 64-bit this property is required and must 207 # On ARM v8 64-bit systems must be a two cell
|
D | idle-states.txt | 239 # On ARM v8 64-bit this property is required and must
|
/linux-4.1.27/drivers/char/ |
D | sonypi.c | 604 u8 v8; in sonypi_type3_srs() local 613 pci_read_config_byte(sonypi_device.dev, SONYPI_TYPE3_MISC, &v8); in sonypi_type3_srs() 614 v8 = (v8 & 0xCF) | 0x10; in sonypi_type3_srs() 615 pci_write_config_byte(sonypi_device.dev, SONYPI_TYPE3_MISC, v8); in sonypi_type3_srs()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | pci.c | 437 u8 v8; in pnv_pci_cfg_read() local 438 rc = opal_pci_config_read_byte(phb->opal_id, bdfn, where, &v8); in pnv_pci_cfg_read() 439 *val = (rc == OPAL_SUCCESS) ? v8 : 0xff; in pnv_pci_cfg_read()
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | as3722-regulator.txt | 84 regulator-name = "vdd-1v8";
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | as3722.txt | 206 regulator-name = "vdd-1v8";
|
/linux-4.1.27/drivers/iommu/ |
D | Kconfig | 24 bool "ARMv7/v8 Long Descriptor Format"
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ppc_asm.h | 648 #define v8 8 macro
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_main.c | 4313 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; in sisfb_post_sis300() local 4365 v5 = 0x06; v6 = 0x00; v7 = 0x00; v8 = 0x00; in sisfb_post_sis300() 4375 v8 = bios[memtype + 56]; in sisfb_post_sis300() 4386 SiS_SetReg(SISSR, 0x1c, v8); /* ---- */ in sisfb_post_sis300()
|