Searched refs:MK_BI_VERSION (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/m68k/include/uapi/asm/ |
D | bootinfo-vme.h | 66 #define MVME147_BOOTI_VERSION MK_BI_VERSION(2, 0) 67 #define MVME16x_BOOTI_VERSION MK_BI_VERSION(2, 0) 68 #define BVME6000_BOOTI_VERSION MK_BI_VERSION(2, 0)
|
D | bootinfo-q40.h | 14 #define Q40_BOOTI_VERSION MK_BI_VERSION(2, 0)
|
D | bootinfo-virt.h | 19 #define VIRT_BOOTI_VERSION MK_BI_VERSION(2, 0)
|
D | bootinfo-atari.h | 42 #define ATARI_BOOTI_VERSION MK_BI_VERSION(2, 1)
|
D | bootinfo-hp300.h | 48 #define HP300_BOOTI_VERSION MK_BI_VERSION(2, 0)
|
D | bootinfo-amiga.h | 61 #define AMIGA_BOOTI_VERSION MK_BI_VERSION(2, 0)
|
D | bootinfo-mac.h | 117 #define MAC_BOOTI_VERSION MK_BI_VERSION(2, 0)
|
D | bootinfo.h | 166 #define MK_BI_VERSION(major, minor) (((major) << 16) + (minor)) macro
|