Home
last modified time | relevance | path

Searched refs:cmd_address (Results 1 – 3 of 3) sorted by relevance

/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516av300/
Dhi3516av300.c429 volatile int cmd_address = 0; in start_other_cpus() local
439 asm("str %0, [%1]"::"r"(cmd), "r"(cmd_address): "cc"); in start_other_cpus()
442 asm("str %0, [%1, #4]"::"r"(cmd), "r"(cmd_address): "cc"); in start_other_cpus()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516cv500/
Dhi3516cv500.c428 volatile int cmd_address = 0; in start_other_cpus() local
438 asm("str %0, [%1]"::"r"(cmd), "r"(cmd_address): "cc"); in start_other_cpus()
441 asm("str %0, [%1, #4]"::"r"(cmd), "r"(cmd_address): "cc"); in start_other_cpus()
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3516dv300/
Dhi3516dv300.c831 volatile int cmd_address = 0; in start_other_cpus() local
841 asm("str %0, [%1]"::"r"(cmd), "r"(cmd_address): "cc"); in start_other_cpus()
844 asm("str %0, [%1, #4]"::"r"(cmd), "r"(cmd_address): "cc"); in start_other_cpus()