| /OK3568_Linux_fs/u-boot/tpl/ |
| H A D | .u-boot-spl.lds.cmd | |
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | dir_edit.c | 134 if (de->u.valid != 1) in afs_dir_scan_block() 138 len = strlen(de->u.name); in afs_dir_scan_block() 140 memcmp(de->u.name, name->name, name->len) == 0) in afs_dir_scan_block() 312 de->u.valid = 1; in afs_edit_dir_add() 313 de->u.unused[0] = 0; in afs_edit_dir_add() 314 de->u.hash_next = 0; // TODO: Really need to maintain this in afs_edit_dir_add() 315 de->u.vnode = htonl(new_fid->vnode); in afs_edit_dir_add() 316 de->u.unique = htonl(new_fid->unique); in afs_edit_dir_add() 317 memcpy(de->u.name, name->name, name->len + 1); in afs_edit_dir_add() 318 de->u.name[name->len] = 0; in afs_edit_dir_add() [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0015-tftp-Do-not-use-priority-queue.patch | 25 while (cmp_block (grub_be_to_cpu16 (tftph->u.data.block), data->block + 1) == 0) 78 - return -cmp_block (grub_be_to_cpu16 (a->u.data.block), grub_be_to_cpu16 (b->u.data.block)); 101 - if (cmp_block (grub_be_to_cpu16 (tftph->u.data.block), data->block + 1) >= 0) 103 - ack (data, grub_be_to_cpu16 (tftph->u.data.block)); 107 - while (cmp_block (grub_be_to_cpu16 (tftph->u.data.block), data->block + 1) == 0) 115 + if (grub_be_to_cpu16 (tftph->u.data.block) < data->block + 1) 116 + ack (data, grub_be_to_cpu16 (tftph->u.data.block)); 118 + else if (grub_be_to_cpu16 (tftph->u.data.block) > data->block + 1) 119 + grub_dprintf ("tftp", "TFTP unexpected block # %d\n", tftph->u.data.block); 136 - sizeof (tftph->u.data.block)); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_ctrl.c | 4132 pcmdinfo->in.u.del_local_mac_ipaddr_entry.cqp, in i40iw_exec_cqp_cmd() 4133 pcmdinfo->in.u.del_local_mac_ipaddr_entry.scratch, in i40iw_exec_cqp_cmd() 4134 pcmdinfo->in.u.del_local_mac_ipaddr_entry.entry_idx, in i40iw_exec_cqp_cmd() 4135 pcmdinfo->in.u.del_local_mac_ipaddr_entry.ignore_ref_count, in i40iw_exec_cqp_cmd() 4139 status = i40iw_sc_ceq_destroy(pcmdinfo->in.u.ceq_destroy.ceq, in i40iw_exec_cqp_cmd() 4140 pcmdinfo->in.u.ceq_destroy.scratch, in i40iw_exec_cqp_cmd() 4144 status = i40iw_sc_aeq_destroy(pcmdinfo->in.u.aeq_destroy.aeq, in i40iw_exec_cqp_cmd() 4145 pcmdinfo->in.u.aeq_destroy.scratch, in i40iw_exec_cqp_cmd() 4151 pcmdinfo->in.u.del_arp_cache_entry.cqp, in i40iw_exec_cqp_cmd() 4152 pcmdinfo->in.u.del_arp_cache_entry.scratch, in i40iw_exec_cqp_cmd() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/vendor/nunicode/src/libnu/ |
| H A D | strcoll.c | 23 uint32_t u = 0; in _compound_weight() local 25 const char *np = com(p, limit, read, &u, &tailp); in _compound_weight() 26 new_w = weight(u, &w, context); in _compound_weight() 168 uint32_t u = 0; in _nu_strchr() local 180 const char *np = com(p, lhs_limit, read, &u, &tail); in _nu_strchr() 182 if (u == 0) { in _nu_strchr() 186 if (u == c) { in _nu_strchr() 207 np = com(np, lhs_limit, read, &u, &tail); in _nu_strchr() 209 if (u == 0) { in _nu_strchr() 213 if (u != u2) { in _nu_strchr()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.uniphier | 68 - u-boot.bin 69 - spl/u-boot.bin 74 - spl/u-boot-spl.bin at the offset address 0x00000000 75 - u-boot.bin at the offset address 0x00020000 77 The `u-boot-with-spl.bin` is the concatenation of the two (with appropriate 80 - u-boot-with-spl.bin at the offset address 0x00000000 83 Just copy the u-boot-spl.bin and u-boot.bin to the TFTP public directory, 99 - u-boot.bin 103 so you need to provide the `u-boot.bin` to the build command of ARM Trusted
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | ioctl_linux.c | 373 iwe->u.ap_addr.sa_family = ARPHRD_ETHER; in iwe_stream_mac_addr_proess() 375 _rtw_memcpy(iwe->u.ap_addr.sa_data, pnetwork->network.MacAddress, ETH_ALEN); in iwe_stream_mac_addr_proess() 386 iwe->u.data.flags = 1; in iwe_stream_essid_proess() 387 iwe->u.data.length = min((u16)pnetwork->network.Ssid.SsidLength, (u16)32); in iwe_stream_essid_proess() 401 iwe->u.freq.m = rtw_ch2freq(pnetwork->network.Configuration.DSConfig) * 100000; in iwe_stream_chan_process() 402 iwe->u.freq.e = 1; in iwe_stream_chan_process() 403 iwe->u.freq.i = pnetwork->network.Configuration.DSConfig; in iwe_stream_chan_process() 415 iwe->u.mode = IW_MODE_MASTER; in iwe_stream_mode_process() 417 iwe->u.mode = IW_MODE_ADHOC; in iwe_stream_mode_process() 431 iwe->u.data.flags = IW_ENCODE_ENABLED | IW_ENCODE_NOKEY; in iwe_stream_encryption_process() [all …]
|
| /OK3568_Linux_fs/kernel/lib/zstd/ |
| H A D | fse_decompress.c | 148 U32 u; in FSE_buildDTable_wksp() local 149 for (u = 0; u < tableSize; u++) { in FSE_buildDTable_wksp() 150 FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol); in FSE_buildDTable_wksp() 152 tableDecode[u].nbBits = (BYTE)(tableLog - BIT_highbit32((U32)nextState)); in FSE_buildDTable_wksp() 153 tableDecode[u].newState = (U16)((nextState << tableDecode[u].nbBits) - tableSize); in FSE_buildDTable_wksp()
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | pcpu.c | 78 .u.cpu_ol.cpuid = cpu_id, in xen_pcpu_down() 89 .u.cpu_ol.cpuid = cpu_id, in xen_pcpu_up() 277 .u.pcpu_info.xen_cpuid = cpu, in sync_pcpu() 284 info = &op.u.pcpu_info; in sync_pcpu() 366 op.u.pcpu_info.xen_cpuid = cpu_id; in xen_pcpu_id() 372 if (acpi_id == op.u.pcpu_info.acpi_id) in xen_pcpu_id() 374 if (op.u.pcpu_info.max_present > max_id) in xen_pcpu_id() 375 max_id = op.u.pcpu_info.max_present; in xen_pcpu_id()
|
| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H A D | do_csum.S | 170 shr.u tmask=tmask,tmp1 // build tail mask, mask off ]8,lastoff] 177 shr.u count=count,3 // how many 8-byte? 212 shr.u count=count,1 // we do 16 bytes per loop 264 shr.u tmp2=result1[0],32 269 shr.u tmp2=result1[0],16 274 shr.u tmp2=result1[0],16 279 shr.u tmp2=result1[0],16 289 (p15) shr.u ret0=ret0,64-16 // + shift back to position = swap bytes
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vudc_rx.c | 21 urb = usb_alloc_urb(pdu->u.cmd_submit.number_of_packets, in alloc_urb_from_cmd() 38 urb->setup_packet = kmemdup(&pdu->u.cmd_submit.setup, 8, in alloc_urb_from_cmd() 70 if (urb_p->seqnum != pdu->u.cmd_unlink.seqnum) in v_recv_cmd_unlink() 129 bytes = pdu->u.cmd_submit.transfer_buffer_length; in v_recv_cmd_submit() 132 if (pdu->u.cmd_submit.number_of_packets < 0 || in v_recv_cmd_submit() 133 pdu->u.cmd_submit.number_of_packets > packets) { in v_recv_cmd_submit() 136 pdu->u.cmd_submit.number_of_packets); in v_recv_cmd_submit()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | cleancache.c | 151 key->u.ino = inode->i_ino; in cleancache_get_key() 155 len = (*fhfn)(inode, &key->u.fh[0], &maxlen, NULL); in cleancache_get_key() 180 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_get_page() 218 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_put_page() 248 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_invalidate_page() 276 struct cleancache_filekey key = { .u.key = { 0 } }; in __cleancache_invalidate_inode()
|
| /OK3568_Linux_fs/buildroot/board/freescale/imx8mnevk/ |
| H A D | readme.txt | 30 - u-boot.bin 31 - u-boot.imx 32 - u-boot.itb 33 - u-boot-nodtb.bin 34 - u-boot-spl.bin 35 - u-boot-spl-ddr.bin
|
| /OK3568_Linux_fs/u-boot/board/freescale/mx6sabreauto/ |
| H A D | README | 12 This will generate the SPL and u-boot.img binaries. 18 - Flash the u-boot.img binary into the SD card: 20 $ sudo dd if=u-boot.img of=/dev/sdX bs=1K seek=69 && sync 35 This will generate the SPL image called SPL and the u-boot.img. 41 - Flash the u-boot.img image into the SD card: 43 $ sudo dd if=u-boot.img of=/dev/sdb bs=1K seek=69 && sync
|
| /OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/ |
| H A D | debug.h | 168 # define CALL_TRACE(u,v,w,x,s) \ argument 172 printk("%04x:%04x: CALL %s%04x:%04x\n", u , v, s, w, x); 173 # define RETURN_TRACE(n,u,v) \ argument 177 printk("%04x:%04x: %s\n",u,v,n); 179 # define CALL_TRACE(u,v,w,x,s) argument 180 # define RETURN_TRACE(n,u,v) argument
|
| /OK3568_Linux_fs/buildroot/board/pine64/rock64/ |
| H A D | readme.txt | 36 ├── u-boot-spl.bin 37 ├── u-boot-tpl-spl.img 38 ├── u-boot-tpl.bin 39 ├── u-boot-tpl.img 40 ├── u-boot.bin 41 └── u-boot.itb
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/ |
| H A D | ena_com.c | 602 cmd.u.llq.header_location_ctrl_enabled = llq_info->header_location_ctrl; in ena_com_set_llq() 603 cmd.u.llq.entry_size_ctrl_enabled = llq_info->desc_list_entry_size_ctrl; in ena_com_set_llq() 604 cmd.u.llq.desc_num_before_header_enabled = llq_info->descs_num_before_header; in ena_com_set_llq() 605 cmd.u.llq.descriptors_stride_ctrl_enabled = llq_info->desc_stride_ctrl; in ena_com_set_llq() 607 cmd.u.llq.accel_mode.u.set.enabled_flags = in ena_com_set_llq() 729 llq_accel_mode_get = llq_features->accel_mode.u.get; in ena_com_config_llq_info() 1131 if ((get_resp.u.ind_table.min_size > log_size) || in ena_com_indirect_table_allocate() 1132 (get_resp.u.ind_table.max_size < log_size)) { in ena_com_indirect_table_allocate() 1134 1 << log_size, 1 << get_resp.u.ind_table.min_size, in ena_com_indirect_table_allocate() 1135 1 << get_resp.u.ind_table.max_size); in ena_com_indirect_table_allocate() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/dts/ |
| H A D | cougarcanyon2.dts | 58 u-boot,dm-pre-reloc; 66 u-boot,dm-pre-reloc; 83 u-boot,dm-pre-reloc; 90 u-boot,dm-pre-reloc; 97 u-boot,dm-pre-reloc;
|
| /OK3568_Linux_fs/u-boot/board/rockchip/evb_rv1108/ |
| H A D | README | 7 > ./tools/mkimage -n rv1108 -T rksd -d ./out/u-boot-spl.bin spl.bin 8 You can also use the ddr bin from rockchip official release [0] instead of u-boot-spl: 10 > cat spl.bin u-boot.bin > u-boot.img 18 > rkdeveloptool wl 0x40 u-boot.img
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | vbox_vmmdev_types.h | 191 } u; member 231 } u; member 239 } u; member 254 } u; member 262 } __packed u; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 1231 param->u.crypt.err = 0; in rtw_cfg80211_ap_set_encryption() 1232 param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; in rtw_cfg80211_ap_set_encryption() 1235 if (param->u.crypt.idx >= WEP_KEYS in rtw_cfg80211_ap_set_encryption() 1237 && param->u.crypt.idx > BIP_MAX_KEYID in rtw_cfg80211_ap_set_encryption() 1253 if (strcmp(param->u.crypt.alg, "none") == 0 && (psta == NULL)) { in rtw_cfg80211_ap_set_encryption() 1256 RTW_INFO("clear default encryption keys, keyid=%d\n", param->u.crypt.idx); in rtw_cfg80211_ap_set_encryption() 1262 if (strcmp(param->u.crypt.alg, "WEP") == 0 && (psta == NULL)) { in rtw_cfg80211_ap_set_encryption() 1265 wep_key_idx = param->u.crypt.idx; in rtw_cfg80211_ap_set_encryption() 1266 wep_key_len = param->u.crypt.key_len; in rtw_cfg80211_ap_set_encryption() 1294 _rtw_memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), param->u.crypt.key, wep_key_len); in rtw_cfg80211_ap_set_encryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 1261 param->u.crypt.err = 0; in rtw_cfg80211_ap_set_encryption() 1262 param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; in rtw_cfg80211_ap_set_encryption() 1265 if (param->u.crypt.idx >= WEP_KEYS in rtw_cfg80211_ap_set_encryption() 1267 && param->u.crypt.idx > BIP_MAX_KEYID in rtw_cfg80211_ap_set_encryption() 1283 if (strcmp(param->u.crypt.alg, "none") == 0 && (psta == NULL)) { in rtw_cfg80211_ap_set_encryption() 1286 RTW_INFO("clear default encryption keys, keyid=%d\n", param->u.crypt.idx); in rtw_cfg80211_ap_set_encryption() 1292 if (strcmp(param->u.crypt.alg, "WEP") == 0 && (psta == NULL)) { in rtw_cfg80211_ap_set_encryption() 1295 wep_key_idx = param->u.crypt.idx; in rtw_cfg80211_ap_set_encryption() 1296 wep_key_len = param->u.crypt.key_len; in rtw_cfg80211_ap_set_encryption() 1324 _rtw_memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), param->u.crypt.key, wep_key_len); in rtw_cfg80211_ap_set_encryption() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | ioctl_cfg80211.c | 1253 param->u.crypt.err = 0; in rtw_cfg80211_ap_set_encryption() 1254 param->u.crypt.alg[IEEE_CRYPT_ALG_NAME_LEN - 1] = '\0'; in rtw_cfg80211_ap_set_encryption() 1257 if (param->u.crypt.idx >= WEP_KEYS in rtw_cfg80211_ap_set_encryption() 1259 && param->u.crypt.idx > BIP_MAX_KEYID in rtw_cfg80211_ap_set_encryption() 1275 if (strcmp(param->u.crypt.alg, "none") == 0 && (psta == NULL)) { in rtw_cfg80211_ap_set_encryption() 1278 RTW_INFO("clear default encryption keys, keyid=%d\n", param->u.crypt.idx); in rtw_cfg80211_ap_set_encryption() 1284 if (strcmp(param->u.crypt.alg, "WEP") == 0 && (psta == NULL)) { in rtw_cfg80211_ap_set_encryption() 1287 wep_key_idx = param->u.crypt.idx; in rtw_cfg80211_ap_set_encryption() 1288 wep_key_len = param->u.crypt.key_len; in rtw_cfg80211_ap_set_encryption() 1316 _rtw_memcpy(&(psecuritypriv->dot11DefKey[wep_key_idx].skey[0]), param->u.crypt.key, wep_key_len); in rtw_cfg80211_ap_set_encryption() [all …]
|
| /OK3568_Linux_fs/kernel/sound/pci/asihpi/ |
| H A D | hpi6000.c | 417 ao.pci = *phm->u.s.resource.r.pci; in subsys_create_adapter() 429 phr->u.s.data = os_error_code; in subsys_create_adapter() 446 phr->u.s.adapter_type = ao.type; in subsys_create_adapter() 447 phr->u.s.adapter_index = ao.index; in subsys_create_adapter() 550 pao->type = hr0.u.ax.info.adapter_type; in create_adapter_obj() 551 pao->index = hr0.u.ax.info.adapter_index; in create_adapter_obj() 606 phr->u.ax.assert.p1 = in adapter_get_asserts() 608 phr->u.ax.assert.p2 = 0; in adapter_get_asserts() 609 phr->u.ax.assert.count = 1; /* assert count */ in adapter_get_asserts() 610 phr->u.ax.assert.dsp_index = -1; /* "dsp index" */ in adapter_get_asserts() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mailbox/ |
| H A D | omap-mailbox.c | 33 #define OMAP2_MAILBOX_IRQSTATUS(u) (0x100 + 8 * (u)) argument 34 #define OMAP2_MAILBOX_IRQENABLE(u) (0x104 + 8 * (u)) argument 36 #define OMAP4_MAILBOX_IRQSTATUS(u) (0x104 + 0x10 * (u)) argument 37 #define OMAP4_MAILBOX_IRQENABLE(u) (0x108 + 0x10 * (u)) argument 38 #define OMAP4_MAILBOX_IRQENABLE_CLR(u) (0x10c + 0x10 * (u)) argument 40 #define MAILBOX_IRQSTATUS(type, u) (type ? OMAP4_MAILBOX_IRQSTATUS(u) : \ argument 41 OMAP2_MAILBOX_IRQSTATUS(u)) 42 #define MAILBOX_IRQENABLE(type, u) (type ? OMAP4_MAILBOX_IRQENABLE(u) : \ argument 43 OMAP2_MAILBOX_IRQENABLE(u)) 44 #define MAILBOX_IRQDISABLE(type, u) (type ? OMAP4_MAILBOX_IRQENABLE_CLR(u) \ argument [all …]
|