Home
last modified time | relevance | path

Searched defs:array (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/post/lib_powerpc/fpu/
H A Dacc1.c19 static double func (const double *array) in func()
/rk3399_rockchip-uboot/board/toradex/common/
H A Dtdx-common.c35 int array[8]; in get_board_serial() local
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.y48 } array; member
/rk3399_rockchip-uboot/arch/arm/mach-omap2/omap5/
H A Ddra7xx_iodelay.c141 int do_set_iodelay(u32 base, struct iodelay_cfg_entry const *array, in do_set_iodelay()
H A Dhwinit.c46 void do_set_mux32(u32 base, struct pad_conf_entry const *array, int size) in do_set_mux32()
/rk3399_rockchip-uboot/include/
H A Ddwc3-uboot.h52 static inline int dwc3_setup_phy(struct udevice *dev, struct phy **array, in dwc3_setup_phy()
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dhwinit-common.c26 void do_set_mux(u32 base, struct pad_conf_entry const *array, int size) in do_set_mux()
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c656 u32 *array, int count) in fdtdec_get_int_array()
672 const char *prop_name, u32 *array, int count) in fdtdec_get_int_array_count()
848 u8 *array, int count) in fdtdec_get_byte_array()
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dcore.c889 int dwc3_setup_phy(struct udevice *dev, struct phy **array, int *num_phys) in dwc3_setup_phy()
/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c309 static int array_search(int *array, int count, int key) in array_search()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Ddwc2_udc_otg.c958 int dwc2_phy_setup(struct udevice *dev, struct phy **array, int *num_phys) in dwc2_phy_setup()
/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c274 static void dump_hex(const char *name, const u8 *array, u32 len) in dump_hex()