| /rk3399_rockchip-uboot/include/fsl-mc/ |
| H A D | fsl_dpni.h | 56 #define DPNI_PREP_EXTENDED_CFG(ext, cfg) \ argument 58 MC_PREP_OP(ext, 0, 0, 16, uint16_t, cfg->tc_cfg[0].max_dist); \ 59 MC_PREP_OP(ext, 0, 16, 16, uint16_t, cfg->tc_cfg[0].max_fs_entries); \ 60 MC_PREP_OP(ext, 0, 32, 16, uint16_t, cfg->tc_cfg[1].max_dist); \ 61 MC_PREP_OP(ext, 0, 48, 16, uint16_t, cfg->tc_cfg[1].max_fs_entries); \ 62 MC_PREP_OP(ext, 1, 0, 16, uint16_t, cfg->tc_cfg[2].max_dist); \ 63 MC_PREP_OP(ext, 1, 16, 16, uint16_t, cfg->tc_cfg[2].max_fs_entries); \ 64 MC_PREP_OP(ext, 1, 32, 16, uint16_t, cfg->tc_cfg[3].max_dist); \ 65 MC_PREP_OP(ext, 1, 48, 16, uint16_t, cfg->tc_cfg[3].max_fs_entries); \ 66 MC_PREP_OP(ext, 2, 0, 16, uint16_t, cfg->tc_cfg[4].max_dist); \ [all …]
|
| /rk3399_rockchip-uboot/arch/mips/dts/ |
| H A D | microAptiv.dtsi | 12 clocks = <&ext>; 17 ext: ext { label
|
| /rk3399_rockchip-uboot/net/ |
| H A D | bootp.c | 190 static void bootp_process_vendor_field(u8 *ext) in bootp_process_vendor_field() argument 192 int size = *(ext + 1); in bootp_process_vendor_field() 194 debug("[BOOTP] Processing extension %d... (%d bytes)\n", *ext, in bootp_process_vendor_field() 195 *(ext + 1)); in bootp_process_vendor_field() 199 switch (*ext) { in bootp_process_vendor_field() 203 net_copy_ip(&net_netmask, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field() 210 net_copy_ip(&net_gateway, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field() 219 (struct in_addr *)(ext + 2)); in bootp_process_vendor_field() 223 (struct in_addr *)(ext + 2 + 4)); in bootp_process_vendor_field() 240 memcpy(&net_hostname, ext + 2, size); in bootp_process_vendor_field() [all …]
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | check-lxdialog.sh | 9 for ext in so a dll.a dylib ; do 11 $cc -print-file-name=lib${lib}.${ext} | grep -q /
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | exynos4210.dtsi | 133 samsung,mainscaler-ext; 139 samsung,mainscaler-ext; 145 samsung,mainscaler-ext; 152 samsung,mainscaler-ext;
|
| H A D | exynos5800-peach-pi.dts | 226 ti,enable-ext-control; 229 ti,enable-ext-control; 232 ti,enable-ext-control;
|
| H A D | tegra124-cei-tk1-som.dts | 133 ams,ext-control = <2>; 144 ams,ext-control = <1>; 193 ams,ext-control = <1>;
|
| H A D | exynos5420-peach-pit.dts | 363 ti,enable-ext-control; 366 ti,enable-ext-control; 369 ti,enable-ext-control;
|
| H A D | tegra124-jetson-tk1.dts | 132 ams,ext-control = <2>; 143 ams,ext-control = <1>; 192 ams,ext-control = <1>;
|
| H A D | exynos5250-snow.dts | 140 ti,enable-ext-control; 143 ti,enable-ext-control; 146 ti,enable-ext-control;
|
| H A D | am335x-draco.dts | 151 rmii-clock-ext;
|
| H A D | tegra124-nyan.dtsi | 170 ams,ext-control = <2>; 181 ams,ext-control = <1>; 229 ams,ext-control = <1>;
|
| H A D | exynos5250-spring.dts | 470 ti,enable-ext-control; 473 ti,enable-ext-control; 476 ti,enable-ext-control;
|
| H A D | stih410-b2260.dts | 198 st,osc-force-ext;
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/regulator/ |
| H A D | tps65090.txt | 17 - ti,enable-ext-control: This is applicable for DCDC1, DCDC2 and DCDC3. 19 - "dcdc-ext-control-gpios: This is applicable for DCDC1, DCDC2 and DCDC3. 52 ti,enable-ext-control; 53 dcdc-ext-control-gpios = <&gpio 10 0>;
|
| /rk3399_rockchip-uboot/tools/dtoc/ |
| H A D | fdt_util.py | 58 _, ext = os.path.splitext(fname) 59 if ext != '.dts':
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | kwbimage.h | 49 uint8_t ext; /* 0x1E */ member 90 uint8_t ext; /* 0x1E */ member
|
| /rk3399_rockchip-uboot/include/ |
| H A D | stdio_dev.h | 24 int ext; /* Supported extensions */ member
|
| H A D | fat.h | 136 char name[8],ext[3]; /* Name and extension */ member
|
| /rk3399_rockchip-uboot/fs/fat/ |
| H A D | fat.c | 138 if (dirent->ext[0] && dirent->ext[0] != ' ') { in get_name() 140 memcpy(ptr, dirent->ext, 3); in get_name() 460 static __u8 mkcksum(const char name[8], const char ext[3]) in mkcksum() 469 ret = (((ret & 1) << 7) | ((ret & 0xfe) >> 1)) + ext[i]; in mkcksum() 822 chksum = mkcksum(dent->name, dent->ext); in extract_vfat_name() 827 chksum, alias_checksum, itr->l_name, dent->name, dent->ext); in extract_vfat_name()
|
| H A D | fat_write.c | 93 memcpy(dirent->ext, s_name + period_location + 1, ext_num); in set_name() 95 dirent->ext[i] = ' '; in set_name() 97 memcpy(dirent->ext, s_name + period_location + 1, 3); in set_name() 100 debug("ext : %s\n", dirent->ext); in set_name() 230 checksum = mkcksum((*dentptr)->name, (*dentptr)->ext); in fill_dir_slot()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop.h | 45 #define VOP_WIN_SET_EXT(x, ext, name, v) \ argument 46 REG_SET(x, name, x->win_offset, x->win->ext->name, v) 50 REG_SET(x, name, x->win_offset, x->win->scl->ext->name, v) 420 const struct vop_scl_extension *ext; member
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | cache_init.S | 156 ext R_L2_LINE, t1, \ 162 ext t2, t1, GCR_L2_CONFIG_ASSOC_SHIFT, GCR_L2_CONFIG_ASSOC_BITS 166 ext t2, t1, GCR_L2_CONFIG_SETSZ_SHIFT, GCR_L2_CONFIG_SETSZ_BITS
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builderthread.py | 386 base, ext = os.path.splitext(target) 387 if ext: 388 target = '%s-%s%s' % (base, dirname, ext)
|
| /rk3399_rockchip-uboot/board/ms7722se/ |
| H A D | lowlevel_init.S | 181 CS4BCR_A: .long CS4BCR ! FPGA, PCMCIA, USB, ext slot
|