Home
last modified time | relevance | path

Searched full:fcb (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/u-boot/tools/
H A Dvybridimage.c21 uint32_t fcb[128]; member
68 if (hdr->fcb[1] != 0x46434220) in vybridimage_verify_header()
70 if (hdr->fcb[2] != 1) in vybridimage_verify_header()
72 if (hdr->fcb[7] != 64) in vybridimage_verify_header()
74 if (hdr->fcb[14] != 6) in vybridimage_verify_header()
76 if (hdr->fcb[30] != 0x0001ff00) in vybridimage_verify_header()
78 if (hdr->fcb[43] != 1) in vybridimage_verify_header()
80 if (hdr->fcb[54] != 0) in vybridimage_verify_header()
82 if (hdr->fcb[55] != 8) in vybridimage_verify_header()
103 memset(&hdr->fcb[0], 0x0, 56*sizeof(uint32_t)); in vybridimage_set_header()
[all …]
H A Dmxsboot.c238 struct mx28_nand_fcb *fcb; in mx28_nand_get_fcb() local
245 fcb = malloc(nand_writesize); in mx28_nand_get_fcb()
246 if (!fcb) { in mx28_nand_get_fcb()
247 printf("MX28 NAND: Unable to allocate FCB\n"); in mx28_nand_get_fcb()
251 memset(fcb, 0, nand_writesize); in mx28_nand_get_fcb()
253 fcb->fingerprint = 0x20424346; in mx28_nand_get_fcb()
254 fcb->version = 0x01000000; in mx28_nand_get_fcb()
260 fcb->timing.data_setup = 80; in mx28_nand_get_fcb()
261 fcb->timing.data_hold = 60; in mx28_nand_get_fcb()
262 fcb->timing.address_setup = 25; in mx28_nand_get_fcb()
[all …]
/openbmc/linux/drivers/usb/storage/
H A Dfreecom.c223 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 …]
/openbmc/linux/drivers/s390/char/
H A Dvmur.c603 struct file_control_block *fcb; in verify_uri_device() local
607 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in verify_uri_device()
608 if (!fcb) in verify_uri_device()
612 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device()
617 if (fcb->file_stat & (FLG_SYSTEM_HOLD | FLG_USER_HOLD)) { in verify_uri_device()
633 rc = diag_read_next_file_info(fcb, 0); in verify_uri_device()
636 if (!(fcb->file_stat & FLG_IN_USE)) { in verify_uri_device()
645 kfree(fcb); in verify_uri_device()
663 struct file_control_block *fcb; in get_uri_file_reclen() local
666 fcb = kmalloc(sizeof(*fcb), GFP_KERNEL | GFP_DMA); in get_uri_file_reclen()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dbrcm,sf2.yaml31 - const: fcb
69 brcm,fcb-pause-override:
147 "fcb", "acb";
154 brcm,fcb-pause-override;
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-minerva/plat-svc/files/
H A Dminerva-fan-status-monitor61 # Check FCB whether is AC off
83 # Check the presence of each FCB
92 # Check each sensor on the FCB whether alert critical alarm
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar.c1692 struct txfcb *fcb = skb_push(skb, GMAC_FCB_LEN); in gfar_add_fcb() local
1694 memset(fcb, 0, GMAC_FCB_LEN); in gfar_add_fcb()
1696 return fcb; in gfar_add_fcb()
1699 static inline void gfar_tx_checksum(struct sk_buff *skb, struct txfcb *fcb, in gfar_tx_checksum() argument
1713 fcb->phcs = (__force __be16)(udp_hdr(skb)->check); in gfar_tx_checksum()
1715 fcb->phcs = (__force __be16)(tcp_hdr(skb)->check); in gfar_tx_checksum()
1722 fcb->l3os = (u8)(skb_network_offset(skb) - fcb_length); in gfar_tx_checksum()
1723 fcb->l4os = skb_network_header_len(skb); in gfar_tx_checksum()
1725 fcb->flags = flags; in gfar_tx_checksum()
1728 static inline void gfar_tx_vlan(struct sk_buff *skb, struct txfcb *fcb) in gfar_tx_vlan() argument
[all …]
H A Dgianfar.h55 /* Length for FCB */
514 /* Tx FCB param bits */
546 /* Rx FCB status field bits */
606 unsigned int bytes_sent; /* bytes-on-wire (i.e. no FCB) */
1307 wmb(); /* order write acesses for BD (or FCB) fields */ in gfar_wmb()
/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2.h41 "core", "reg", "intrl2_0", "intrl2_1", "fcb", "acb" \
67 void __iomem *fcb; member
207 SF2_IO_MACRO(fcb);
/openbmc/openbmc/meta-facebook/meta-minerva/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dminerva-phosphor-multi-gpio-monitor.json250 "FALLING": ["power-good-assert@fcb-1.service"],
251 "RISING": ["power-good-deassert@fcb-1.service"]
261 "FALLING": ["power-good-assert@fcb-2.service"],
262 "RISING": ["power-good-deassert@fcb-2.service"]
272 "FALLING": ["power-good-assert@fcb-3.service"],
273 "RISING": ["power-good-deassert@fcb-3.service"]
283 "FALLING": ["power-good-assert@fcb-4.service"],
284 "RISING": ["power-good-deassert@fcb-4.service"]
294 "FALLING": ["power-good-assert@fcb-6.service"],
295 "RISING": ["power-good-deassert@fcb-6.service"]
[all …]
/openbmc/u-boot/include/configs/
H A Dmx28evk.h96 "update_nand_get_fcb_size=" /* Get size of FCB blocks */ \
101 "update_nand_firmware_full=" /* Update FCB, DBBT and FW */ \
113 "setexpr fcb_sz ${update_nand_fcb} * 2 ; " /* FCB + DBBT */ \
/openbmc/qemu/hw/net/fsl_etsec/
H A Drings.c192 /* TODO Check the correct usage of the PHCS field of the FCB in case the NPH in process_tx_fcb()
252 /* Process offload Tx FCB */ in process_tx_bd()
395 " size:%zu(padding + crc:%u) + fcb:%u\n", in fill_rx_bd()
400 /* This operation will only write FCB */ in fill_rx_bd()
453 /* Prepend FCB (FCB size + RCTRL[PAL]) */ in rx_init_frame()
H A Detsec.h69 /* Tx FCB flags */
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dbrcm,bcm7445-switch-v4.0.txt33 brcm,fcb-pause-override;
/openbmc/u-boot/doc/imx/common/
H A Dmxs.txt198 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.
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-minerva.dts18 * 6 pcs of FCB (Fan Controller Board).
304 // FCB 1
427 // FCB 2
550 // FCB 3
673 // FCB 4
796 // FCB 5
918 // FCB 6
/openbmc/qemu/docs/specs/
H A Dsev-guest-firmware.rst66 | | | 00f771de-1a7e-4fcb-890e-68c77e2fb44e |
88 Entry GUID: 00f771de-1a7e-4fcb-890e-68c77e2fb44e
/openbmc/linux/Documentation/devicetree/bindings/mtd/
H A Dgpmi-nand.yaml79 in the FCB. Thus, partitions written from Linux with this feature turned
/openbmc/u-boot/board/gateworks/gw_ventana/
H A DREADME62 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 Dgw_ventana.c734 /* NAND: 64pages per block, 3 row addr cycles, 2 copies of FCB/DBBT */
/openbmc/u-boot/board/phytec/pcm058/
H A Dpcm058.c381 /* NAND: 64pages per block, 3 row addr cycles, 2 copies of FCB/DBBT */
/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm4908.dtsi224 "intrl2_1", "fcb", "acb";
/openbmc/u-boot/board/phytec/pfla02/
H A Dpfla02.c379 /* NAND: 64pages per block, 3 row addr cycles, 2 copies of FCB/DBBT */
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcs.h830 * fcb Main fcs callbacks
/openbmc/qemu/target/i386/
H A Dsev.c77 #define SEV_INFO_BLOCK_GUID "00f771de-1a7e-4fcb-890e-68c77e2fb44e"

12