Searched refs:PCIEFD_FW_VERSION (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/peak_canfd/ |
H A D | peak_pciefd_main.c | 52 #define PCIEFD_FW_VERSION(x, y, z) (((u32)(x) << 24) | \ macro 783 if (PCIEFD_FW_VERSION(hw_ver_major, hw_ver_minor, hw_ver_sub) < in peak_pciefd_probe() 784 PCIEFD_FW_VERSION(3, 3, 0)) { in peak_pciefd_probe()
|
/kernel/linux/linux-6.6/drivers/net/can/peak_canfd/ |
H A D | peak_pciefd_main.c | 51 #define PCIEFD_FW_VERSION(x, y, z) (((u32)(x) << 24) | \ macro 782 if (PCIEFD_FW_VERSION(hw_ver_major, hw_ver_minor, hw_ver_sub) < in peak_pciefd_probe() 783 PCIEFD_FW_VERSION(3, 3, 0)) { in peak_pciefd_probe()
|
Completed in 3 milliseconds