Searched refs:LOC2 (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/cris/drivers/ |
D | eeprom.c | 223 #define LOC2 (0x1fb) /*1fb, 3ed, 5df, 7d1 */ in eeprom_init() macro 246 if( eeprom_read_buf(LOC2, loc2, 4) == 4) in eeprom_init() 251 LOC1, loc1, LOC2, loc2)); in eeprom_init() 272 LOC1, loc1, LOC2, loc2)); in eeprom_init() 313 if( eeprom_read_buf(LOC2, loc2, 1) == 1) in eeprom_init() 316 LOC1, loc1, LOC2, loc2)); in eeprom_init()
|