Home
last modified time | relevance | path

Searched defs:do_reset (Results 1 – 25 of 25) sorted by relevance

/rk3399_rockchip-uboot/arch/m68k/cpu/mcf52x2/
H A Dcpu.c28 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
137 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
172 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
259 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
346 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
363 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
393 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dreset.c10 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ag101/
H A Dcpu.c41 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ae3xx/
H A Dcpu.c41 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dreset.c30 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf530x/
H A Dcpu.c13 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/sh/cpu/sh4/
H A Dcpu.c30 int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/examples/api/
H A Dlibgenwrap.c34 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5227x/
H A Dcpu.c21 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Dcpu.c24 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/
H A Dcpu.c22 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/
H A Dmicroblaze-generic.c62 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/
H A Dcpu.c22 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf523x/
H A Dcpu.c22 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/drivers/sysreset/
H A Dsysreset-uclass.c102 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/m68k/cpu/mcf532x/
H A Dcpu.c22 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/sh/cpu/sh3/
H A Dcpu.c32 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/sh/cpu/sh2/
H A Dcpu.c49 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/
H A Dcpu.c120 do_reset (cmd_tbl_t * cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dcpu.c32 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A Dcpu.c108 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dcpu.c79 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dcpu.c195 int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c294 int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_reset() function
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_hcd.c431 static void musb_port_reset(int do_reset) in musb_port_reset()