Home
last modified time | relevance | path

Searched refs:EEPROM_ECLK (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/mips/sgi-ip22/
Dip22-nvram.c24 #define EEPROM_ECLK 0x04 /* EEPROM clock */ macro
35 *ptr &= ~EEPROM_ECLK; \
39 *ptr |= EEPROM_ECLK; })
43 *ptr &= ~EEPROM_ECLK; \
46 *ptr |= EEPROM_ECLK; })
66 *ctrl &= ~EEPROM_ECLK; in eeprom_cmd()
67 *ctrl |= EEPROM_ECLK; in eeprom_cmd()
84 *ctrl &= ~EEPROM_ECLK; in ip22_eeprom_read()
86 *ctrl |= EEPROM_ECLK; in ip22_eeprom_read()