/openbmc/linux/scripts/ |
H A D | extract-sys-certs.pl | 26 open FD, "objdump -h $vmlinux |" || die $vmlinux; 27 my @lines = <FD>; 28 close(FD) || die $vmlinux; 57 open FD, "nm $vmlinux 2>/dev/null |" || die $vmlinux; 58 @lines = <FD>; 59 close(FD) || die $vmlinux; 83 open FD, "<$sysmap" || die $sysmap; 84 @lines = <FD>; 85 close(FD) || die $sysmap; 103 open FD, "<$vmlinux" || die $vmlinux; [all …]
|
H A D | extract-module-sig.pl | 30 open FD, "<$modfile" || die $modfile; 31 binmode(FD); 32 my @st = stat(FD); 35 my $len = sysread(FD, $buf, $st[7]); 38 close(FD) || die $modfile;
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce120/ |
H A D | dce120_timing_generator.c | 49 CRTC_REG_UPDATE_N(reg, 1, FD(reg##__##field), val) 52 CRTC_REG_UPDATE_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2) 55 …CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3… 58 …CRTC_REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3… 61 …REG_UPDATE_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3), va… 64 CRTC_REG_SET_N(reg, 1, FD(reg##__##field), val) 67 CRTC_REG_SET_N(reg, 2, FD(reg##__##field1), val1, FD(reg##__##field2), val2) 70 …CRTC_REG_SET_N(reg, 3, FD(reg##__##field1), val1, FD(reg##__##field2), val2, FD(reg##__##field3), … 265 FD(DCP0_DCP_GSL_CONTROL__DCP_GSL0_EN), 1, in dce120_timing_generator_setup_global_swap_lock() 266 FD(DCP0_DCP_GSL_CONTROL__DCP_GSL_MASTER_EN), gsl_params->gsl_master == tg->inst, in dce120_timing_generator_setup_global_swap_lock() [all …]
|
/openbmc/linux/drivers/net/can/peak_canfd/ |
H A D | Kconfig | 4 tristate "PEAK-System PCAN-PCIe FD cards" 6 This driver adds support for the PEAK-System PCI Express FD 7 CAN-FD cards family. 8 These 1x or 2x CAN-FD channels cards offer CAN 2.0 a/b as well as 9 CAN-FD access to the CAN bus. Besides the nominal bitrate of up to 10 1 Mbit/s, the data bytes of CAN-FD frames can be transmitted with 13 disturbances of up to 500 Volts. The PCAN-PCI Express FD can be
|
/openbmc/linux/drivers/net/can/ctucanfd/ |
H A D | Kconfig | 2 tristate "CTU CAN-FD IP core" if COMPILE_TEST 4 This driver adds support for the CTU CAN FD open-source IP core. 15 tristate "CTU CAN-FD IP core PCI/PCIe driver" 19 This driver adds PCI/PCIe support for CTU CAN-FD IP core. 25 tristate "CTU CAN-FD IP core platform (FPGA, SoC) driver" 30 modified to be CAN FD frames tolerant on MicroZed Zynq based
|
/openbmc/qemu/docs/system/devices/ |
H A D | can.rst | 20 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/linux/tools/lib/perf/ |
H A D | evsel.c | 46 #define FD(_evsel, _cpu_map_idx, _thread) \ macro 61 int *fd = FD(evsel, idx, thread); in perf_evsel__alloc_fd() 104 fd = FD(leader, cpu_map_idx, thread); in get_group_fd() 151 evsel_fd = FD(evsel, idx, thread); in perf_evsel__open() 185 int *fd = FD(evsel, cpu_map_idx, thread); in perf_evsel__close_fd_cpu() 232 int *fd = FD(evsel, idx, thread); in perf_evsel__munmap() 261 int *fd = FD(evsel, idx, thread); in perf_evsel__mmap() 284 int *fd = FD(evsel, cpu_map_idx, thread); in perf_evsel__mmap_base() 325 int *fd = FD(evsel, cpu_map_idx, thread); in perf_evsel__read_group() 391 int *fd = FD(evsel, cpu_map_idx, thread); in perf_evsel__read() [all …]
|
/openbmc/linux/drivers/net/can/rcar/ |
H A D | Kconfig | 13 tristate "Renesas R-Car CAN FD controller" 16 Say Y here if you want to use CAN FD controller found on 17 Renesas R-Car SoCs. The driver puts the controller in CAN FD only
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | Kconfig | 132 tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD" 135 access to the CAN bus, with respect to the CAN 2.0b and/or CAN-FD 140 PCAN-USB FD single CAN-FD channel USB adapter 141 PCAN-USB Pro FD dual CAN-FD channels USB adapter 142 PCAN-Chip USB CAN-FD to USB stamp module 143 PCAN-USB X6 6 CAN-FD channels USB adapter
|
/openbmc/u-boot/common/ |
H A D | dlmalloc.c | 870 #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 …]
|
/openbmc/linux/Documentation/networking/device_drivers/can/ctu/ |
H A D | ctucanfd-driver.rst | 3 CTU CAN FD Driver 9 About CTU CAN FD IP Core 12 `CTU CAN FD <https://gitlab.fel.cvut.cz/canbus/ctucanfd_ip_core>`_ 30 The basic functional model of the CTU CAN FD peripheral has been 32 for CAN FD buses, host connection and CTU CAN FD core emulation. The development 260 CTU CAN FD Driver design 265 CAN FD core driver in particular. 292 independently for both the Nominal bitrate and Data bitrate for CAN FD. 325 sample point is between PHASE_SEG1 and PHASE_SEG2. In CTU CAN FD, 340 An incoming frame may be either a CAN 2.0 frame or a CAN FD frame. The [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | can.rst | 231 The Classical CAN frame structure (aka CAN 2.0B), the CAN FD frame structure 397 Remark about CAN FD (flexible data rate) support: 399 Generally the handling of CAN FD is very similar to the formerly described 400 examples. The new CAN FD capable CAN controllers support two different 401 bitrates for the arbitration phase and the payload phase of the CAN FD frame 406 switches the socket into a mode that allows the handling of CAN FD frames 416 __u8 flags; /* additional flags for CAN FD */ 434 For details about the distinction of CAN and CAN FD capable devices and 437 The length of the two CAN(FD) frame structures define the maximum transfer 438 unit (MTU) of the CAN(FD) network interface and skbuff data length. Two [all …]
|
H A D | l2tp.rst | 131 FD N Tunnel socket file descriptor. 132 UDP_CSUM N Enable IPv4 UDP checksums. Used only if FD is 135 if FD is not set. 137 FD is not set. 138 IP_SADDR N IPv4 source address. Used only if FD is not 140 IP_DADDR N IPv4 destination address. Used only if FD is 142 UDP_SPORT N UDP source port. Used only if FD is not set. 143 UDP_DPORT N UDP destination port. Used only if FD is not 145 IP6_SADDR N IPv6 source address. Used only if FD is not 147 IP6_DADDR N IPv6 destination address. Used only if FD is
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_counter_cgroup.c | 42 #define FD(evt, cpu) (*(int *)xyarray__entry(evt->core.fd, cpu, 0)) macro 98 FD(cgrp_switch, i)); in bperf_load_program() 124 int fd = FD(evsel, j); in bperf_load_program()
|
H A D | bpf-filter.c | 18 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) macro 146 link = bpf_program__attach_perf_event(prog, FD(evsel, x, y)); in perf_bpf_filter__prepare()
|
H A D | evsel.c | 139 #define FD(e, x, y) (*(int *)xyarray__entry(e->core.fd, x, y)) macro 1593 if (FD(leader, cpu_map_idx, thread) < 0) in evsel__read_group() 1596 if (readn(FD(leader, cpu_map_idx, thread), data, size) <= 0) in evsel__read_group() 1617 if (FD(evsel, cpu_map_idx, thread) < 0) in __evsel__read_on_cpu() 1623 if (readn(FD(evsel, cpu_map_idx, thread), &count, nv * sizeof(u64)) <= 0) in __evsel__read_on_cpu() 1671 fd = FD(leader, cpu_map_idx, thread); in get_group_fd() 1685 FD(pos, cpu, thread) = FD(pos, cpu, thread + 1); in evsel__remove_fd() 2077 FD(evsel, idx, thread) = fd; in evsel__open_cpu() 2161 if (FD(evsel, idx, thread) >= 0) in evsel__open_cpu() 2162 close(FD(evsel, idx, thread)); in evsel__open_cpu() [all …]
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-func-poll.rst | 28 List of FD events to be watched 31 Number of FD events at the \*ufds array
|
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/ |
H A D | dmub_reg.h | 45 #define FD(reg_field) (REGS)->shift.reg_field, (REGS)->mask.reg_field macro 47 #define FN(reg_name, field) FD(reg_name##__##field)
|
/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/ |
H A D | rcb.h | 32 #define FD 0x3418 /* 32bit */ macro
|
/openbmc/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | Kconfig | 9 Driver for the Microchip MCP251XFD SPI FD-CAN controller
|
/openbmc/u-boot/include/configs/ |
H A D | UCP1020.h | 35 #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 D | pch.c | 371 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 D | fuzzing.md | 3 ## Firmware FD Responder 5 `tests/fuzz/fd-fuzz.cpp` exercises the FD responder implementation. It can run
|
/openbmc/linux/drivers/net/can/ |
H A D | Kconfig | 11 (CAN-FD). The CAN bus was originally mainly for automotive, but is now 16 This section contains all the CAN(-FD) device drivers including the 155 tristate "Kvaser PCIe FD cards" 157 This is a driver for the Kvaser PCI Express CAN FD family.
|
/openbmc/linux/net/can/ |
H A D | Kconfig | 64 (max. 8 bytes for 'classic' CAN and max. 64 bytes for CAN FD) this 69 ISO 15765-2:2016 for 'classic' CAN and CAN FD frame types.
|