Home
last modified time | relevance | path

Searched refs:v8 (Results 1 – 32 of 32) sorted by relevance

/linux-4.1.27/arch/sh/boards/mach-hp6xx/
Dsetup.c59 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/
Daes-neon.S64 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 …]
Daes-modes.S310 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 …]
Dsha1-ce-core.S88 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
Dsha2-ce-core.S84 ld1 { v8.4s-v11.4s}, [x8], #64
114 add_update 1, v8, 19, 16, 17, 18
/linux-4.1.27/drivers/leds/
Dleds-hp6xx.c23 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/
Dmemcpy_power7.S503 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 …]
Dcopyuser_power7.S569 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/
Dmemcpy_power7.S503 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 …]
Dcopyuser_power7.S569 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/
Drtl8723a_cmd.c575 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/
Dbacktrace.S21 #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/
Domap3-overo-common-peripherals.dtsi21 lis33_1v8: lis33-1v8-reg {
23 regulator-name = "lis33-1v8-reg";
Dexynos5800.dtsi27 compatible = "samsung,mfc-v8";
Dimx6qdl-phytec-pbab01.dtsi23 regulator-name = "i2s-audio-1v8";
Dtegra114-roth.dts831 regulator-name = "vdd-1v8";
877 regulator-name = "vdd-2v8-display";
905 regulator-name = "vdd-sensor-2v8";
Dtegra114-tn7.dts118 regulator-name = "vs-pmu-1v8";
Dtegra114-dalmore.dts939 regulator-name = "vddio-1v8";
/linux-4.1.27/Documentation/devicetree/bindings/media/
Ds5p-mfc.txt14 (d) "samsung,mfc-v8" for MFC v8 present in Exynos5800 SoC
/linux-4.1.27/arch/arm64/boot/dts/arm/
DMakefile1 dtb-$(CONFIG_ARCH_VEXPRESS) += foundation-v8.dtb
/linux-4.1.27/arch/sparc/
DMakefile27 KBUILD_CFLAGS += -m32 -mcpu=v8 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7
DKconfig402 SPARC-v8 standard. LEON is part of the GRLIB collection of
/linux-4.1.27/arch/arm/crypto/
DKconfig31 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/
Dcpus.txt54 # 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
Didle-states.txt239 # On ARM v8 64-bit this property is required and must
/linux-4.1.27/drivers/char/
Dsonypi.c604 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/
Dpci.c437 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/
Das3722-regulator.txt84 regulator-name = "vdd-1v8";
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Das3722.txt206 regulator-name = "vdd-1v8";
/linux-4.1.27/drivers/iommu/
DKconfig24 bool "ARMv7/v8 Long Descriptor Format"
/linux-4.1.27/arch/powerpc/include/asm/
Dppc_asm.h648 #define v8 8 macro
/linux-4.1.27/drivers/video/fbdev/sis/
Dsis_main.c4313 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()