| /OK3568_Linux_fs/kernel/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_aead.c | 47 fctx = nctx->u.fctx; in nitrox_aes_gcm_setkey() 54 memcpy(fctx->crypto.u.key, key, keylen); in nitrox_aes_gcm_setkey() 63 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aead_setauthsize() 220 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_enc() 235 rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_aes_gcm_enc() 254 struct flexi_crypto_context *fctx = nctx->u.fctx; in nitrox_aes_gcm_dec() 269 rctx->ctx_handle = nctx->u.ctx_handle; in nitrox_aes_gcm_dec() 299 nctx->u.ctx_handle = (uintptr_t)((u8 *)chdr->vaddr + in nitrox_aead_init() 301 nctx->u.fctx->flags.f = 0; in nitrox_aead_init() 316 flags = &nctx->u.fctx->flags; in nitrox_gcm_common_init() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.lsch3 | 126 u-boot booting.If this variable is not defined then MC_BOOT_ENV_VAR 155 Booting from NAND requires two images, RCW and u-boot-with-spl.bin. 163 the u-boot code will be running in OCRAM. 167 This command copies u-boot image from NAND device into OCRAM. The values need 172 SRC_ADDR is the offset of u-boot-with-spl.bin image in NAND device. In 179 u-boot command 183 To form the NAND image, build u-boot with NAND config, for example, 184 ls2080aqds_nand_defconfig. The image needed is u-boot-with-spl.bin. 185 The u-boot image should be written to match SRC_ADDR, in above example 0x20000. 187 nand write <u-boot image in memory> 200000 <size of u-boot image> [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | .rk3036-sdk.dtb.dts.tmp | |
| H A D | rk3188-radxarock-u-boot.dtsi | 8 u-boot,dm-spl; 12 u-boot,dm-spl; 17 u-boot,dm-spl; 22 u-boot,dm-spl;
|
| H A D | sama5d3xmb.dtsi | 15 u-boot,dm-pre-reloc; 25 u-boot,dm-pre-reloc; 35 u-boot,dm-pre-reloc; 41 u-boot,dm-pre-reloc; 108 u-boot,dm-pre-reloc; 143 u-boot,dm-pre-reloc; 145 u-boot,dm-pre-reloc; 151 u-boot,dm-pre-reloc; 186 u-boot,dm-pre-reloc;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | math_config.h | 129 } u = {f}; in asuint() local 130 return u.i; in asuint() 140 } u = {i}; in asfloat() local 141 return u.f; in asfloat() 151 } u = {f}; in asuint64() local 152 return u.i; in asuint64() 162 } u = {i}; in asdouble() local 163 return u.f; in asdouble()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | uaccess.h | 39 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument 64 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument 179 #define __put_user_fn(sz, u, k) __put_user_fn(sz, u, k) argument 240 #define __get_user_fn(sz, u, k) __get_user_fn(sz, u, k) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | math_config.h | 129 } u = {f}; in asuint() local 130 return u.i; in asuint() 140 } u = {i}; in asfloat() local 141 return u.f; in asfloat() 151 } u = {f}; in asuint64() local 152 return u.i; in asuint64() 162 } u = {i}; in asdouble() local 163 return u.f; in asdouble()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_uap_txrx.c | 249 if (pmbuf->u.tx_info.data_rate) { in wlan_ops_uap_process_txpd() 255 pmpriv, pmbuf->u.tx_info.data_rate, in wlan_ops_uap_process_txpd() 260 plocal_tx_pd->tx_control_1 |= pmbuf->u.tx_info.channel << 21; in wlan_ops_uap_process_txpd() 261 if (pmbuf->u.tx_info.bw) { in wlan_ops_uap_process_txpd() 262 plocal_tx_pd->tx_control_1 |= pmbuf->u.tx_info.bw << 16; in wlan_ops_uap_process_txpd() 265 if (pmbuf->u.tx_info.tx_power.tp.hostctl) in wlan_ops_uap_process_txpd() 267 (t_u32)pmbuf->u.tx_info.tx_power.val; in wlan_ops_uap_process_txpd() 268 if (pmbuf->u.tx_info.retry_limit) { in wlan_ops_uap_process_txpd() 269 plocal_tx_pd->tx_control |= pmbuf->u.tx_info.retry_limit in wlan_ops_uap_process_txpd() 279 if (pmbuf->u.mc_tx_info.mc_pkt_flags & MC_FLAG_START_CYCLE) in wlan_ops_uap_process_txpd() [all …]
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | fatent.c | 47 fatent->u.ent12_p[0] = bhs[0]->b_data + offset; in fat12_ent_set_ptr() 48 fatent->u.ent12_p[1] = bhs[0]->b_data + (offset + 1); in fat12_ent_set_ptr() 51 fatent->u.ent12_p[0] = bhs[0]->b_data + offset; in fat12_ent_set_ptr() 52 fatent->u.ent12_p[1] = bhs[1]->b_data; in fat12_ent_set_ptr() 59 fatent->u.ent16_p = (__le16 *)(fatent->bhs[0]->b_data + offset); in fat16_ent_set_ptr() 65 fatent->u.ent32_p = (__le32 *)(fatent->bhs[0]->b_data + offset); in fat32_ent_set_ptr() 121 u8 **ent12_p = fatent->u.ent12_p; in fat12_ent_get() 139 int next = le16_to_cpu(*fatent->u.ent16_p); in fat16_ent_get() 140 WARN_ON((unsigned long)fatent->u.ent16_p & (2 - 1)); in fat16_ent_get() 148 int next = le32_to_cpu(*fatent->u.ent32_p) & 0x0fffffff; in fat32_ent_get() [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mxs | 118 $ make u-boot.sb 123 The code produces "u-boot.sb" file. This file needs to be augmented with a 127 NOTE: The process that produces u-boot.sb uses the mkimage to generate the 134 $ elftosb -zf imx23 -c arch/arm/cpu/arm926ejs/mxs/u-boot-imx23.bd \ 135 -o u-boot.sb 136 $ elftosb -zf imx28 -c arch/arm/cpu/arm926ejs/mxs/u-boot-imx28.bd \ 137 -o u-boot.sb 158 run fdisk with the option "-u=sectors" to set units to sectors: 175 $ ./tools/mxsboot sd u-boot.sb u-boot.sd 177 The resulting file, "u-boot.sd", shall then be written to the partition. In this [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_vti.c | 461 fl->u.ip4.flowi4_oif = dev->ifindex; in vti6_xmit() 462 fl->u.ip4.flowi4_flags |= FLOWI_FLAG_ANYSRC; in vti6_xmit() 463 rt = __ip_route_output_key(dev_net(dev), &fl->u.ip4); in vti6_xmit() 471 fl->u.ip6.flowi6_oif = dev->ifindex; in vti6_xmit() 472 fl->u.ip6.flowi6_flags |= FLOWI_FLAG_ANYSRC; in vti6_xmit() 473 dst = ip6_route_output(dev_net(dev), NULL, &fl->u.ip6); in vti6_xmit() 741 vti6_parm_from_user(struct __ip6_tnl_parm *p, const struct ip6_tnl_parm2 *u) in vti6_parm_from_user() argument 743 p->laddr = u->laddr; in vti6_parm_from_user() 744 p->raddr = u->raddr; in vti6_parm_from_user() 745 p->link = u->link; in vti6_parm_from_user() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_pm_driver.c | 242 KBASE_TRACE_ADD(kbdev, PM_PWRON, NULL, NULL, 0u, in kbase_pm_invoke() 247 NULL, 0u, lo); in kbase_pm_invoke() 251 0u, lo); in kbase_pm_invoke() 260 0u, lo); in kbase_pm_invoke() 264 NULL, 0u, lo); in kbase_pm_invoke() 268 0u, lo); in kbase_pm_invoke() 414 KBASE_TRACE_ADD(kbdev, PM_CORES_POWERED, NULL, NULL, 0u, in kbase_pm_get_ready_cores() 418 KBASE_TRACE_ADD(kbdev, PM_CORES_POWERED_TILER, NULL, NULL, 0u, in kbase_pm_get_ready_cores() 422 KBASE_TRACE_ADD(kbdev, PM_CORES_POWERED_L2, NULL, NULL, 0u, in kbase_pm_get_ready_cores() 761 NULL, 0u, in MOCKABLE() [all …]
|
| /OK3568_Linux_fs/buildroot/board/asus/tinker/ |
| H A D | post-build.sh | 6 $MKIMAGE -n rk3288 -T rksd -d $BINARIES_DIR/u-boot-spl-dtb.bin $BINARIES_DIR/u-boot-spl-dtb.img 7 cat $BINARIES_DIR/u-boot-dtb.bin >> $BINARIES_DIR/u-boot-spl-dtb.img
|
| /OK3568_Linux_fs/buildroot/board/sifive/hifive-unleashed/ |
| H A D | genimage_spi-nor.cfg | 8 partition u-boot-spl { 9 image = "u-boot-spl.bin" 14 partition u-boot { 15 image = "u-boot.itb"
|
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A D | user.h | 57 #define HOST_TEXT_START_ADDR (u.start_code) 58 #define HOST_DATA_START_ADDR (u.start_data) 59 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | uc.c | 99 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.l.oth; in hfi1_make_uc_req() 101 ohdr = &ps->s_txreq->phdr.hdr.ibh.u.oth; in hfi1_make_uc_req() 107 ohdr = &ps->s_txreq->phdr.hdr.opah.u.l.oth; in hfi1_make_uc_req() 109 ohdr = &ps->s_txreq->phdr.hdr.opah.u.oth; in hfi1_make_uc_req() 173 ohdr->u.imm_data = wqe->wr.ex.imm_data; in hfi1_make_uc_req() 185 ohdr->u.rc.reth.vaddr = in hfi1_make_uc_req() 187 ohdr->u.rc.reth.rkey = in hfi1_make_uc_req() 189 ohdr->u.rc.reth.length = cpu_to_be32(len); in hfi1_make_uc_req() 202 ohdr->u.rc.imm_data = wqe->wr.ex.imm_data; in hfi1_make_uc_req() 232 ohdr->u.imm_data = wqe->wr.ex.imm_data; in hfi1_make_uc_req() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | irq_comm.c | 284 e->irqchip.pin = ue->u.irqchip.pin; in kvm_set_routing_entry() 285 switch (ue->u.irqchip.irqchip) { in kvm_set_routing_entry() 290 if (ue->u.irqchip.pin >= PIC_NUM_PINS / 2) in kvm_set_routing_entry() 295 if (ue->u.irqchip.pin >= KVM_IOAPIC_NUM_PINS) in kvm_set_routing_entry() 302 e->irqchip.irqchip = ue->u.irqchip.irqchip; in kvm_set_routing_entry() 306 e->msi.address_lo = ue->u.msi.address_lo; in kvm_set_routing_entry() 307 e->msi.address_hi = ue->u.msi.address_hi; in kvm_set_routing_entry() 308 e->msi.data = ue->u.msi.data; in kvm_set_routing_entry() 315 e->hv_sint.vcpu = ue->u.hv_sint.vcpu; in kvm_set_routing_entry() 316 e->hv_sint.sint = ue->u.hv_sint.sint; in kvm_set_routing_entry() [all …]
|
| /OK3568_Linux_fs/kernel/net/psample/ |
| H A D | psample.c | 232 if (tun_key->u.ipv4.src && in __psample_ip_tun_to_nlattr() 234 tun_key->u.ipv4.src)) in __psample_ip_tun_to_nlattr() 236 if (tun_key->u.ipv4.dst && in __psample_ip_tun_to_nlattr() 238 tun_key->u.ipv4.dst)) in __psample_ip_tun_to_nlattr() 242 if (!ipv6_addr_any(&tun_key->u.ipv6.src) && in __psample_ip_tun_to_nlattr() 244 &tun_key->u.ipv6.src)) in __psample_ip_tun_to_nlattr() 246 if (!ipv6_addr_any(&tun_key->u.ipv6.dst) && in __psample_ip_tun_to_nlattr() 248 &tun_key->u.ipv6.dst)) in __psample_ip_tun_to_nlattr() 322 if (tun_key->u.ipv4.src) in psample_tunnel_meta_len() 324 if (tun_key->u.ipv4.dst) in psample_tunnel_meta_len() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/ |
| H A D | conf_space_quirks.c | 73 field->u.b.read = xen_pcibk_read_config_byte; in xen_pcibk_config_quirks_add_field() 74 field->u.b.write = xen_pcibk_write_config_byte; in xen_pcibk_config_quirks_add_field() 77 field->u.w.read = xen_pcibk_read_config_word; in xen_pcibk_config_quirks_add_field() 78 field->u.w.write = xen_pcibk_write_config_word; in xen_pcibk_config_quirks_add_field() 81 field->u.dw.read = xen_pcibk_read_config_dword; in xen_pcibk_config_quirks_add_field() 82 field->u.dw.write = xen_pcibk_write_config_dword; in xen_pcibk_config_quirks_add_field()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-rpc/include/mach/ |
| H A D | uncompress.h | 121 video_num_rows = t->u.videotext.video_lines; in arch_decomp_setup() 122 video_num_cols = t->u.videotext.video_cols; in arch_decomp_setup() 123 video_x = t->u.videotext.x; in arch_decomp_setup() 124 video_y = t->u.videotext.y; in arch_decomp_setup() 126 bytes_per_char_h = t->u.videolfb.lfb_depth; in arch_decomp_setup() 130 nr_pages += (t->u.mem.size / PAGE_SIZE); in arch_decomp_setup()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | fast_math.hpp | 168 return ((unsigned)(ieee754.u >> 32) & 0x7fffffff) + in cvIsNaN() 169 ((unsigned)ieee754.u != 0) > 0x7ff00000; in cvIsNaN() 182 return ((unsigned)(ieee754.u >> 32) & 0x7fffffff) == 0x7ff00000 && in cvIsInf() 183 (unsigned)ieee754.u == 0; in cvIsInf() 256 return (ieee754.u & 0x7fffffff) > 0x7f800000; in cvIsNaN() 264 return (ieee754.u & 0x7fffffff) == 0x7f800000; in cvIsInf()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | fast_math.hpp | 168 return ((unsigned)(ieee754.u >> 32) & 0x7fffffff) + in cvIsNaN() 169 ((unsigned)ieee754.u != 0) > 0x7ff00000; in cvIsNaN() 182 return ((unsigned)(ieee754.u >> 32) & 0x7fffffff) == 0x7ff00000 && in cvIsInf() 183 (unsigned)ieee754.u == 0; in cvIsInf() 256 return (ieee754.u & 0x7fffffff) > 0x7f800000; in cvIsNaN() 264 return (ieee754.u & 0x7fffffff) == 0x7f800000; in cvIsInf()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | fast_math.hpp | 168 return ((unsigned)(ieee754.u >> 32) & 0x7fffffff) + in cvIsNaN() 169 ((unsigned)ieee754.u != 0) > 0x7ff00000; in cvIsNaN() 182 return ((unsigned)(ieee754.u >> 32) & 0x7fffffff) == 0x7ff00000 && in cvIsInf() 183 (unsigned)ieee754.u == 0; in cvIsInf() 256 return (ieee754.u & 0x7fffffff) > 0x7f800000; in cvIsNaN() 264 return (ieee754.u & 0x7fffffff) == 0x7f800000; in cvIsInf()
|
| /OK3568_Linux_fs/u-boot/board/technexion/pico-imx6ul/ |
| H A D | README | 16 This will generate the U-Boot binary called u-boot.imx. 27 Copy u-boot.imx to the imx_usb_loader folder. 29 Load u-boot.imx via USB: 31 $ sudo ./imx_usb u-boot.imx 43 Transfer u-boot.imx that will be flashed into the eMMC: 45 $ sudo dfu-util -D u-boot.imx -a boot
|