Searched refs:MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
101 #define MAX_SIZE (2*1024*1024) macro1021 size = MAX_SIZE; in acornfb_probe()1026 if (size > MAX_SIZE) in acornfb_probe()1027 size = MAX_SIZE; in acornfb_probe()
30 #define MAX_SIZE 32768 macro129 1: lis r7,MAX_SIZE@h130 ori r7,r7,MAX_SIZE@l
1580 const unsigned int MAX_SIZE = 128; in slic_eeprom_valid() local1585 if (size < MIN_SIZE || size > MAX_SIZE) in slic_eeprom_valid()