Searched refs:BOOTLDRFAMILY (Results 1 – 1 of 1) sorted by relevance
50 #define BOOTLDRFAMILY(byte1, byte0) (((byte1) << 8) | (byte0)) macro148 bootldr_family = BOOTLDRFAMILY(forced_family[0], in platform_set_family()156 bootldr_family = (unsigned short) BOOTLDRFAMILY( in platform_set_family()168 case BOOTLDRFAMILY('R', '1'): in platform_set_family()171 case BOOTLDRFAMILY('4', '4'): in platform_set_family()174 case BOOTLDRFAMILY('4', '6'): in platform_set_family()177 case BOOTLDRFAMILY('A', '1'): in platform_set_family()180 case BOOTLDRFAMILY('8', '5'): in platform_set_family()183 case BOOTLDRFAMILY('R', '2'): in platform_set_family()186 case BOOTLDRFAMILY('8', '6'): in platform_set_family()[all …]