Home
last modified time | relevance | path

Searched refs:FD (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/qemu/docs/system/devices/
H A Dcan.rst20 In 2020, CTU CAN FD controller model has been added as part
106 CTU CAN FD support examples
108 This open-source core provides CAN FD support. CAN FD drames are
110 CAN FD capable.
113 ctucan_pci). The default build defines two CTU CAN FD cores
117 Linux system (SocketCAN used) and to both CTU CAN FD cores emulated
131 Setup of CTU CAN FD controller in a guest Linux system::
164 for CAN FD without bitrate switch::
185 …(7) `CTU CAN FD project including core VHDL design, Linux driver, test utilities etc. <https://git…
186 …(8) `CTU CAN FD Core Datasheet Documentation <http://canbus.pages.fel.cvut.cz/ctucanfd_ip_core/doc…
[all …]
/openbmc/u-boot/common/
H A Ddlmalloc.c870 #define frontlink(P, S, IDX, BK, FD) \ argument
877 FD = BK->fd; \
879 P->fd = FD; \
880 FD->bk = BK->fd = P; \
886 FD = BK->fd; \
887 if (FD == BK) mark_binblock(IDX); \
890 while (FD != BK && S < chunksize(FD)) FD = FD->fd; \
891 BK = FD->bk; \
894 P->fd = FD; \
895 FD->bk = BK->fd = P; \
[all …]
H A Ddlmalloc.src1735 #define frontlink(P, S, IDX, BK, FD) \
1742 FD = BK->fd; \
1744 P->fd = FD; \
1745 FD->bk = BK->fd = P; \
1751 FD = BK->fd; \
1752 if (FD == BK) mark_binblock(IDX); \
1755 while (FD != BK && S < chunksize(FD)) FD = FD->fd; \
1756 BK = FD->bk; \
1759 P->fd = FD; \
1760 FD->bk = BK->fd = P; \
[all …]
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Drcb.h32 #define FD 0x3418 /* 32bit */ macro
H A Dpch.h27 #define FD 0x3418 /* 32bit */ macro
/openbmc/u-boot/include/configs/
H A DUCP1020.h35 #define CONFIG_ETH2ADDR 00:19:D3:FF:FF:FD
62 #define CONFIG_ETH2ADDR 00:06:3B:FF:FF:FD
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dpch.c371 if (readl(RCB_REG(FD)) & PCH_DISABLE_ADSPD) in pch_pm_init()
426 if (readl(RCB_REG(FD)) & PCH_DISABLE_HD_AUDIO) in pch_cg_init()
579 setbits_le32(RCB_REG(FD), PCH_DISABLE_ALWAYS); in broadwell_pch_init()
/openbmc/libpldm/docs/
H A Dfuzzing.md3 ## Firmware FD Responder
5 `tests/fuzz/fd-fuzz.cpp` exercises the FD responder implementation. It can run
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetricblob.proto53 int32 fd_count = 2; // count of open FD's
/openbmc/qemu/docs/devel/
H A Dvfio-iommufd.rst153 FD passing with mdev
157 If FD passing is used, there is no way to know that and the mdev is treated
/openbmc/pldm/
H A Dmeson.options128 requested by the FD, via RequestFirmwareData command''',
138 if no command is received from the FD during component image
/openbmc/obmc-console/
H A DCHANGELOG.md57 3. console-server: Add DBUS interface to find console unix socket FD.
/openbmc/u-boot/drivers/net/
H A Dmacb.c578 ncfgr &= ~(MACB_BIT(SPD) | MACB_BIT(FD)); in macb_phy_init()
582 ncfgr |= MACB_BIT(FD); in macb_phy_init()
608 ncfgr &= ~(MACB_BIT(SPD) | MACB_BIT(FD) | GEM_BIT(GBE)); in macb_phy_init()
620 ncfgr |= MACB_BIT(FD); in macb_phy_init()
/openbmc/u-boot/arch/x86/include/asm/arch-ivybridge/
H A Dpch.h265 #define FD 0x3418 /* 32bit */ macro
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Dcorstone1000-flash-firmware.wks.in28 …ACHINE}.bin" --align 4 --part-name="kernel_primary" --uuid BF7A6142-0662-47FD-9434-6A8811980816 --…
/openbmc/qemu/qapi/
H A Dmisc.json19 # If the FD associated with @fdname is not a socket, the command will
20 # fail and the FD will be closed.
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dsdram.c398 setbits_le32(RCB_REG(FD), PCH_DISABLE_ALWAYS); in rcba_config()
/openbmc/qemu/docs/interop/
H A Dvfio-user.rst937 * *argsz* is the size of the region IO FD info structure plus the
940 FD types, but this is not to be relied on. As elsewhere, this indicates the
945 * *sub-regions* is the array of Sub-Region IO FD info structures
958 Sub-Region IO FD info format (ioeventfd)
983 * *fd_index* is the index in the ancillary data of the FD to use for ioeventfd
997 Sub-Region IO FD info format (ioregionfd)
1023 * *fd_index* is the index in the ancillary data of the FD to use for ioregionfd
H A Dvhost-user.rst655 front-end has seen all data transferred (when the transfer FD has been
1261 invalid FD flag. This flag is set when there is no file descriptor
1280 invalid FD flag. This flag is set when there is no file descriptor
1299 invalid FD flag. This flag is set when there is no file descriptor
1671 other side, allowing access to the channel. This FD must behave as
1684 Initially, the front-end creates a channel along with such an FD. It
1685 passes the FD to the back-end as ancillary data of a
1687 different transfer channel, passing the respective FD back to the
1704 are 0 on success, and non-zero on error. Bit 8 is the invalid FD
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch459 …/* We use /proc/$PID/fd/$FD rather than /proc/self/fd/$FD, because this string is visible to others
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0012-do-not-disable-buffer-in-writing-files.patch479 …/* We use /proc/$PID/fd/$FD rather than /proc/self/fd/$FD, because this string is visible to others
/openbmc/u-boot/doc/
H A DREADME.usb15 Tested with a TEAC Floppy TEAC FD-05PUB and Chicony KU-8933 Keyboard.
/openbmc/qemu/pc-bios/
H A Dqemu.rsrc28 $"98C7 C5C3 81C4 02C3 C8F1 93FE 09FD FCFA" /* ò«≈√Ń.√»Òì˛∆˝¸˙ */
62 $"8480 8601 83D3 9EFE 07FD F8F3 EEDF E1F2" /* ÑÄÜ.É”û˛.˝¯ÛÓfl·Ú */
65 $"F498 FE03 FDDE E2F6 83FE 01FD FD88 FE07" /* Ùò˛.˝fi‚ˆÉ˛.˝˝à˛. */
72 $"D2F3 85FE 08FD FBF9 E6C2 967A 7579 817A" /* “ÛÖ˛.˝˚˘Ê¬ñzuyÅz */
75 $"1109 0B0D 2747 709E C9EB 83FE 07FD FBF7" /* .∆..'Gpû…Îɲ.˝˚˜ */
80 $"0156 7281 7080 6F01 69AA A8FE 12FD FAF7" /* .VrÅpÄo.i™®˛.˝˙˜ */
/openbmc/libpldm/
H A DCHANGELOG.md224 - Add firmware update FD responder
229 - PLDM FD responder accepts a PLDM control handle and will register its version.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.min.css.map1 …,OAAA,kBmB56FG,mBAAA,KlBw7FM,WAAY,KkBt7FhB,QAAA,IASN,eC3DE,yBACA,eAAA,KpBo+FD,aoBj+FC,MAAA,KnB6+FA…

12