Home
last modified time | relevance | path

Searched refs:FPGA_VERSION (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/board/renesas/r7780mp/
H A Dr7780mp.h34 #define FPGA_VERSION (FPGA_BASE + 0x700) macro
/openbmc/linux/drivers/atm/
H A Dsolos-pci.c73 #define FPGA_VERSION(a,b) (((a) << 8) + (b)) macro
1250 card->fpga_version = FPGA_VERSION(major_ver,minor_ver); in fpga_probe()