Searched refs:start_phys (Results 1 – 4 of 4) sorted by relevance
/third_party/uboot/u-boot-2020.01/cmd/ |
D | jffs2.c | 262 u32 end_phys, start_phys, sector_size = 0, size = 0; in get_part_sector_size_nor() local 268 start_phys = flash->start[0] + part->offset; in get_part_sector_size_nor() 269 end_phys = start_phys + part->size - 1; in get_part_sector_size_nor() 275 if (flash->start[i] >= start_phys) { in get_part_sector_size_nor()
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3519av100/ |
D | hi3519av100_amp.c | 792 unsigned int start_phys = 0; in __run_a53cpu1() local 799 writel(0xe51ff004, start_phys); in __run_a53cpu1() 801 writel(addr, (start_phys + 0x4)); in __run_a53cpu1() 892 unsigned int start_phys = 0; in start_a53cpu1() local 897 writel(0xe51ff004, start_phys); in start_a53cpu1() 899 writel(addr, (start_phys + 0x4)); in start_a53cpu1()
|
D | hi3519av100.c | 639 unsigned int start_phys = 0; in start_a53cpu1() local 644 writel(0xe51ff004, start_phys); in start_a53cpu1() 646 writel(addr, (start_phys + 0x4)); in start_a53cpu1()
|
/third_party/uboot/u-boot-2020.01/board/hisilicon/hi3556av100/ |
D | hi3556av100.c | 794 unsigned int start_phys = 0; in __run_a53cpu1() local 800 writel(0xe51ff004, start_phys); in __run_a53cpu1() 802 writel(addr, (start_phys + 0x4)); in __run_a53cpu1() 895 unsigned int start_phys = 0; in start_a53cpu1() local 900 writel(0xe51ff004, start_phys); in start_a53cpu1() 902 writel(addr, (start_phys + 0x4)); in start_a53cpu1()
|