Home
last modified time | relevance | path

Searched refs:fpga_id (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c84 static const char *mlx5_fpga_name(u32 fpga_id) in mlx5_fpga_name() argument
88 switch (fpga_id) { in mlx5_fpga_name()
99 snprintf(ret, sizeof(ret), "Unknown %d", fpga_id); in mlx5_fpga_name()
103 static int mlx5_is_fpga_lookaside(u32 fpga_id) in mlx5_is_fpga_lookaside() argument
105 return fpga_id != MLX5_FPGA_NEWTON && fpga_id != MLX5_FPGA_EDISON; in mlx5_is_fpga_lookaside()
126 if (mlx5_is_fpga_lookaside(MLX5_CAP_FPGA(fdev->mdev, fpga_id))) in mlx5_fpga_device_load_check()
183 u32 fpga_id; in mlx5_fpga_device_start() local
197 fpga_id = MLX5_CAP_FPGA(fdev->mdev, fpga_id); in mlx5_fpga_device_start()
198 mlx5_fpga_info(fdev, "FPGA card %s:%u\n", mlx5_fpga_name(fpga_id), fpga_id); in mlx5_fpga_device_start()
201 if (mlx5_is_fpga_lookaside(fpga_id)) in mlx5_fpga_device_start()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/
H A Dts78xx-setup.c432 unsigned int fpga_id; in ts78xx_fpga_unload() local
434 fpga_id = readl(TS78XX_FPGA_REGS_VIRT_BASE); in ts78xx_fpga_unload()
443 if (ts78xx_fpga.id != fpga_id) { in ts78xx_fpga_unload()
447 (fpga_id >> 8) & 0xffffff, fpga_id & 0xff); in ts78xx_fpga_unload()
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dmisc_gen5.c221 const int fpga_id = socfpga_fpga_id(0); in arch_misc_init() local
223 if (fpga_id >= 0) in arch_misc_init()
224 env_set("fpgatype", socfpga_fpga_model[fpga_id].var); in arch_misc_init()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcyclades.h162 __u32 fpga_id; /* FPGA Identification Register */ member
/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/include/linux/
H A Dcyclades.h162 __u32 fpga_id; /* FPGA Identification Register */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcyclades.h162 __u32 fpga_id; /* FPGA Identification Register */ member
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dmlx5_ifc_fpga.h86 u8 fpga_id[0x8]; member
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dcyclades.c3747 fpga_id)), (ulong)(0xff & in cy_pci_probe()