HomeSort by relevance Sort by last modified time
    Searched refs:smc (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/u-boot/board/atmel/at91sam9260ek/
at91sam9260ek.c 27 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
36 /* Configure SMC CS3 for NAND/SmartMedia */
39 &smc->cs[3].setup);
42 &smc->cs[3].pulse);
44 &smc->cs[3].cycle);
53 &smc->cs[3].mode);
  /external/u-boot/arch/x86/cpu/quark/
Makefile 6 obj-y += mrc.o mrc_util.o hte.o smc.o
  /external/u-boot/board/atmel/at91sam9261ek/
at91sam9261ek.c 36 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
46 /* Configure SMC CS3 for NAND/SmartMedia */
50 &smc->cs[3].setup);
53 &smc->cs[3].pulse);
55 &smc->cs[3].cycle);
59 &smc->cs[3].setup);
62 &smc->cs[3].pulse);
64 &smc->cs[3].cycle);
74 &smc->cs[3].mode);
92 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/aarch64/
tsp_request.S 14 * This function raises an SMC to retrieve arguments from secure
25 /* Raise SMC */
26 smc #0
  /external/u-boot/board/calao/usb_a9263/
usb_a9263.c 27 at91_smc_t *smc = (at91_smc_t *)ATMEL_BASE_SMC0; local
34 /* Configure SMC CS3 for NAND/SmartMedia */
37 &smc->cs[3].setup);
41 &smc->cs[3].pulse);
44 &smc->cs[3].cycle);
49 AT91_SMC_MODE_TDF_CYCLE(2), &smc->cs[3].mode);
  /external/u-boot/board/egnite/ethernut5/
ethernut5.c 94 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
103 /* Configure SMC CS3 for NAND/SmartMedia */
106 &smc->cs[3].setup);
109 &smc->cs[3].pulse);
111 &smc->cs[3].cycle);
116 &smc->cs[3].mode);
  /external/u-boot/board/atmel/sama5d2_ptc_ek/
sama5d2_ptc_ek.c 28 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
32 /* Configure SMC CS3 for NAND */
35 &smc->cs[3].setup);
38 &smc->cs[3].pulse);
40 &smc->cs[3].cycle);
44 AT91_SMC_TIMINGS_NFSEL(1), &smc->cs[3].timings);
49 &smc->cs[3].mode);
  /external/u-boot/board/atmel/sama5d3_xplained/
sama5d3_xplained.c 24 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
28 /* Configure SMC CS3 for NAND/SmartMedia */
31 &smc->cs[3].setup);
34 &smc->cs[3].pulse);
36 &smc->cs[3].cycle);
40 AT91_SMC_TIMINGS_NFSEL(1), &smc->cs[3].timings);
49 &smc->cs[3].mode);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSmcLib/AArch64/
ArmSmc.S 20 // Load the SMC arguments values into the appropriate registers
26 smc #0
31 // Store the SMC returned values into the ARM_SMC_ARGS structure.
32 // A SMC call can return up to 4 values - we do not need to store back x4-x7.
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2_main.c 55 * Run next BL image via an SMC to BL1. Information on how to pass
59 smc(BL1_SMC_RUN_IMAGE, (unsigned long)next_bl_ep_info, 0, 0, 0, 0, 0, 0);
  /external/llvm/test/MC/ARM/
arm-thumb-trustzone.s 8 @ Check that the assembler processes SMC instructions when TrustZone support is
16 @ SMC
18 smc #0xf
22 @ NOTZ-NOT: smc #15
24 @ TZ: smc #15 @ encoding: [0xff,0xf7,0x00,0x80]
arm-trustzone.s 8 @ Check that the assembler processes SMC instructions when TrustZone support is
16 @ SMC
18 smi #0xf @ SMI is old (ARMv6KZ) name for SMC
21 @ NOTZ-NOT: smc #15
23 @ TZ: smc #15 @ encoding: [0x7f,0x00,0x60,0xe1]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
arm-thumb-trustzone.s 8 @ Check that the assembler processes SMC instructions when TrustZone support is
16 @ SMC
18 smc #0xf
22 @ NOTZ-NOT: smc #15
24 @ TZ: smc #15 @ encoding: [0xff,0xf7,0x00,0x80]
  /external/u-boot/board/atmel/sama5d3xek/
sama5d3xek.c 32 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
36 /* Configure SMC CS3 for NAND/SmartMedia */
39 &smc->cs[3].setup);
42 &smc->cs[3].pulse);
44 &smc->cs[3].cycle);
48 AT91_SMC_TIMINGS_NFSEL(1), &smc->cs[3].timings);
57 &smc->cs[3].mode);
64 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
68 /* Configure SMC CS0 for NOR flash */
71 &smc->cs[0].setup)
    [all...]
  /external/u-boot/board/bluewater/snapper9260/
snapper9260.c 74 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
83 /* Configure SMC CS3 for NAND/SmartMedia */
86 &smc->cs[3].setup);
89 &smc->cs[3].pulse);
91 &smc->cs[3].cycle);
96 &smc->cs[3].mode);
  /external/u-boot/board/ronetix/pm9g45/
pm9g45.c 39 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
46 /* Configure SMC CS3 for NAND/SmartMedia */
49 &smc->cs[3].setup);
53 &smc->cs[3].pulse);
56 &smc->cs[3].cycle);
62 &smc->cs[3].mode);
  /external/u-boot/board/atmel/at91sam9n12ek/
at91sam9n12ek.c 34 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
48 /* Configure SMC CS3 for NAND/SmartMedia */
51 &smc->cs[3].setup);
54 &smc->cs[3].pulse);
56 &smc->cs[3].cycle);
65 &smc->cs[3].mode);
137 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
141 &smc->cs[2].setup);
144 &smc->cs[2].pulse);
146 &smc->cs[2].cycle)
    [all...]
  /external/u-boot/board/ronetix/pm9261/
pm9261.c 40 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
47 /* Configure SMC CS3 for NAND/SmartMedia */
50 &smc->cs[3].setup);
54 &smc->cs[3].pulse);
57 &smc->cs[3].cycle);
67 &smc->cs[3].mode);
87 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
89 /* Configure SMC CS2 for DM9000 */
92 &smc->cs[2].setup);
96 &smc->cs[2].pulse)
    [all...]
  /external/u-boot/board/ronetix/pm9263/
pm9263.c 39 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC0; local
46 /* Configure SMC CS3 for NAND/SmartMedia */
49 &smc->cs[3].setup);
53 &smc->cs[3].pulse);
56 &smc->cs[3].cycle);
66 &smc->cs[3].mode);
148 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC1; local
160 &smc->cs[0].setup);
164 &smc->cs[0].pulse);
167 &smc->cs[0].cycle)
    [all...]
  /external/u-boot/board/atmel/sama5d4_xplained/
sama5d4_xplained.c 23 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
27 /* Configure SMC CS3 for NAND */
30 &smc->cs[3].setup);
33 &smc->cs[3].pulse);
35 &smc->cs[3].cycle);
39 AT91_SMC_TIMINGS_NFSEL(1), &smc->cs[3].timings);
44 &smc->cs[3].mode);
  /external/u-boot/board/atmel/sama5d4ek/
sama5d4ek.c 23 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
27 /* Configure SMC CS3 for NAND */
30 &smc->cs[3].setup);
33 &smc->cs[3].pulse);
35 &smc->cs[3].cycle);
39 AT91_SMC_TIMINGS_NFSEL(1), &smc->cs[3].timings);
44 &smc->cs[3].mode);
  /external/u-boot/board/laird/wb50n/
wb50n.c 30 struct at91_smc *smc = (struct at91_smc *)ATMEL_BASE_SMC; local
34 /* Configure SMC CS3 for NAND/SmartMedia */
37 &smc->cs[3].setup);
40 &smc->cs[3].pulse);
42 &smc->cs[3].cycle);
46 AT91_SMC_TIMINGS_NFSEL(1), &smc->cs[3].timings);
50 AT91_SMC_MODE_TDF_CYCLE(3), &smc->cs[3].mode);
  /device/linaro/bootloader/arm-trusted-firmware/bl2u/
bl2u_main.c 56 * normal world via an SMC to BL1.
60 smc(FWU_SMC_SEC_IMAGE_DONE, 0, 0, 0, 0, 0, 0, 0);
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch32/
misc_helpers.S 11 .globl smc
18 func smc
26 smc #0
27 endfunc smc
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSmcLib/Arm/
ArmSmc.S 20 // r0 will be popped just after the SMC call
23 // Load the SMC arguments values into the appropriate registers
33 smc #0
38 // Load the SMC returned values into the appropriate registers
39 // A SMC call can return up to 4 values - we do not need to store back r4-r7.

Completed in 1855 milliseconds

1 2 3