Home
last modified time | relevance | path

Searched refs:numargs (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/board/topic/zynq/
H A Dps7_init_common.c73 unsigned int numargs; in ps7_config() local
85 numargs = 3; in ps7_config()
92 numargs = 2; in ps7_config()
103 numargs = 2; in ps7_config()
115 ptr += numargs; in ps7_config()
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc706/
H A Dps7_init_gpl.c12991 int numargs; // number of arguments of this instruction in ps7_config() local
13001 numargs = ptr[0] & 0xF; in ps7_config()
13004 for( j = 0 ; j < numargs ; j ++ ) in ps7_config()
13006 ptr += numargs + 1; in ps7_config()
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-microzed/
H A Dps7_init_gpl.c12751 int numargs; // number of arguments of this instruction in ps7_config() local
12761 numargs = ptr[0] & 0xF; in ps7_config()
12764 for( j = 0 ; j < numargs ; j ++ ) in ps7_config()
12766 ptr += numargs + 1; in ps7_config()
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zc702/
H A Dps7_init_gpl.c13084 int numargs; // number of arguments of this instruction in ps7_config() local
13094 numargs = ptr[0] & 0xF; in ps7_config()
13097 for( j = 0 ; j < numargs ; j ++ ) in ps7_config()
13099 ptr += numargs + 1; in ps7_config()
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zed/
H A Dps7_init_gpl.c12649 int numargs; // number of arguments of this instruction in ps7_config() local
12659 numargs = ptr[0] & 0xF; in ps7_config()
12662 for( j = 0 ; j < numargs ; j ++ ) in ps7_config()
12664 ptr += numargs + 1; in ps7_config()
/rk3399_rockchip-uboot/board/xilinx/zynq/zynq-zybo/
H A Dps7_init_gpl.c12834 int numargs; /* number of arguments of this instruction */ in ps7_config() local
12844 numargs = ptr[0] & 0xF; in ps7_config()
12847 for (j = 0; j < numargs; j++) in ps7_config()
12849 ptr += numargs + 1; in ps7_config()