| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mxsboot.c | 239 struct mx28_nand_fcb *fcb; in mx28_nand_get_fcb() local 246 fcb = malloc(nand_writesize); in mx28_nand_get_fcb() 247 if (!fcb) { in mx28_nand_get_fcb() 248 printf("MX28 NAND: Unable to allocate FCB\n"); in mx28_nand_get_fcb() 252 memset(fcb, 0, nand_writesize); in mx28_nand_get_fcb() 254 fcb->fingerprint = 0x20424346; in mx28_nand_get_fcb() 255 fcb->version = 0x01000000; in mx28_nand_get_fcb() 261 fcb->timing.data_setup = 80; in mx28_nand_get_fcb() 262 fcb->timing.data_hold = 60; in mx28_nand_get_fcb() 263 fcb->timing.address_setup = 25; in mx28_nand_get_fcb() [all …]
|
| H A D | vybridimage.c | 22 uint32_t fcb[128]; member 69 if (hdr->fcb[1] != 0x46434220) in vybridimage_verify_header() 71 if (hdr->fcb[2] != 1) in vybridimage_verify_header() 73 if (hdr->fcb[7] != 64) in vybridimage_verify_header() 75 if (hdr->fcb[14] != 6) in vybridimage_verify_header() 77 if (hdr->fcb[30] != 0x0001ff00) in vybridimage_verify_header() 79 if (hdr->fcb[43] != 1) in vybridimage_verify_header() 81 if (hdr->fcb[54] != 0) in vybridimage_verify_header() 83 if (hdr->fcb[55] != 8) in vybridimage_verify_header() 104 memset(&hdr->fcb[0], 0x0, 56*sizeof(uint32_t)); in vybridimage_set_header() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | freecom.c | 223 struct freecom_cb_wrap *fcb; in freecom_transport() local 230 fcb = (struct freecom_cb_wrap *) us->iobuf; in freecom_transport() 240 fcb->Type = FCM_PACKET_ATAPI | 0x00; in freecom_transport() 241 fcb->Timeout = 0; in freecom_transport() 242 memcpy (fcb->Atapi, srb->cmnd, 12); in freecom_transport() 243 memset (fcb->Filler, 0, sizeof (fcb->Filler)); in freecom_transport() 248 result = usb_stor_bulk_transfer_buf (us, opipe, fcb, in freecom_transport() 287 fcb->Type = FCM_PACKET_STATUS; in freecom_transport() 288 fcb->Timeout = 0; in freecom_transport() 289 memset (fcb->Atapi, 0, sizeof(fcb->Atapi)); in freecom_transport() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | vmur.c | 601 struct file_control_block *fcb; in verify_uri_device() local 605 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in verify_uri_device() 606 if (!fcb) in verify_uri_device() 610 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device() 615 if (fcb->file_stat & (FLG_SYSTEM_HOLD | FLG_USER_HOLD)) { in verify_uri_device() 631 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device() 634 if (!(fcb->file_stat & FLG_IN_USE)) { in verify_uri_device() 643 kfree(fcb); in verify_uri_device() 661 struct file_control_block *fcb; in get_uri_file_reclen() local 664 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in get_uri_file_reclen() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | brcm,bcm7445-switch-v4.0.txt | 29 must be: "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb" 40 - brcm,fcb-pause-override: boolean property, if present indicates that the switch 86 "fcb, "acb"; 91 brcm,fcb-pause-override; 128 brcm,fcb-pause-override;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1725 struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN); in gfar_add_fcb() local 1727 memset(fcb, 0, GMAC_FCB_LEN); in gfar_add_fcb() 1729 return fcb; in gfar_add_fcb() 1732 static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb, in gfar_tx_checksum() argument 1746 fcb->phcs = (__force __be16)(udp_hdr(skb)->check); in gfar_tx_checksum() 1748 fcb->phcs = (__force __be16)(tcp_hdr(skb)->check); in gfar_tx_checksum() 1755 fcb->l3os = (u8)(skb_network_offset(skb) - fcb_length); in gfar_tx_checksum() 1756 fcb->l4os = skb_network_header_len(skb); in gfar_tx_checksum() 1758 fcb->flags = flags; in gfar_tx_checksum() 1761 static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb) in gfar_tx_vlan() argument [all …]
|
| H A D | gianfar.h | 58 /* Length for FCB */ 463 /* Tx FCB param bits */ 495 /* Rx FCB status field bits */ 555 unsigned int bytes_sent; /* bytes-on-wire (i.e. no FCB) */ 1263 wmb(); /* order write acesses for BD (or FCB) fields */ in gfar_wmb()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | bcm_sf2.h | 41 "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb" \ 66 void __iomem *fcb; member 205 SF2_IO_MACRO(fcb);
|
| /OK3568_Linux_fs/u-boot/include/configs/ |
| H A D | m28evk.h | 132 "update_nand_get_fcb_size=" /* Get size of FCB blocks */ \ 137 "update_nand_full=" /* Update FCB, DBBT and FW */ \ 149 "setexpr fcb_sz ${update_nand_fcb} * 2 ; " /* FCB + DBBT */ \
|
| H A D | mx28evk.h | 118 "update_nand_get_fcb_size=" /* Get size of FCB blocks */ \ 123 "update_nand_firmware_full=" /* Update FCB, DBBT and FW */ \ 135 "setexpr fcb_sz ${update_nand_fcb} * 2 ; " /* FCB + DBBT */ \
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mxs | 198 In this case, both BCB (FCB and DBBT) and firmware needs to be 236 write the FCB and DBBT parts of NAND again. It's possible to upgrade 241 the firmware, without rewriting FCB and DBBT.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | gpmi-nand.yaml | 94 in the FCB. Thus, partitions written from Linux with this feature turned
|
| /OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/ |
| H A D | README | 62 addition, the i.MX6 BOOT ROM Flash Configuration Block (FCB) supports two 78 requires to boot. The kobs-ng adds the Firmware Configuration Block (FCB) and
|
| H A D | gw_ventana.c | 707 /* NAND: 64pages per block, 3 row addr cycles, 2 copies of FCB/DBBT */
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0014-linuxfb-Support-rotate.patch | 105 index cb8962d4..40381fcb 100644
|
| /OK3568_Linux_fs/u-boot/board/phytec/pcm058/ |
| H A D | pcm058.c | 382 /* NAND: 64pages per block, 3 row addr cycles, 2 copies of FCB/DBBT */
|
| /OK3568_Linux_fs/u-boot/board/phytec/pfla02/ |
| H A D | pfla02.c | 380 /* NAND: 64pages per block, 3 row addr cycles, 2 copies of FCB/DBBT */
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_fcs.h | 833 * fcb Main fcs callbacks
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/lib/gconv/ |
| HD | IBM1364.so | __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize gconv_init strcmp gconv _dl_mcount_wrapper_check memcpy __assert_fail __pointer_chk_guard libc.so.6 ld-linux ... |
| HD | IBM933.so | __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize gconv_init strcmp gconv _dl_mcount_wrapper_check __assert_fail __gconv_transliterate __pointer_chk_guard libc.so.6 ld-linux ... |
| /OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/uclibc/ |
| HD | libaec_bf_process.so | ... 8? ?? G;? ,I?FCB? &? \#? !? ? i ? ... |
| HD | libaec_bf_process_wakeup_mode1_nn.so | _fini _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize __deregister_frame_info __register_frame_info calloc free skv_asr_decoder_init skv_logtab_init fprintf skv_fst_num_states skv_fst_get_start_state skv_token_init skv_asr_decoder_reset stderr __aeabi_unwind_cpp_pr1 skv_asr_decoder_destroy skv_token_destroy ... |
| HD | libaec_bf_process_wakeup.so | _fini _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize __deregister_frame_info __register_frame_info skv_asr_decoder_destroy free skv_token_destroy __aeabi_unwind_cpp_pr0 skv_asr_decoder_reset skv_token_reset skv_asr_decoder_init skv_logtab_init calloc skv_fst_num_states skv_fst_get_start_state skv_token_init fprintf ... |
| /OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/lib32/ |
| HD | libaec_bf_process.so | ... 8? ?? G;? ,I?FCB? &? \#? !? ? i ? ... |
| HD | libaec_bf_process_wakeup.so | __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize libdl.so.2 skv_asr_decoder_destroy free skv_token_destroy __aeabi_unwind_cpp_pr0 skv_asr_decoder_reset skv_token_reset skv_asr_decoder_init skv_logtab_init calloc skv_fst_num_states ... |