Searched refs:SEEPROM_DI (Results 1 – 2 of 2) sorted by relevance
1780 ctrl &= ~(SEEPROM_CS | SEEPROM_SK | SEEPROM_DI); in read_bia()1784 ctrl |= (SEEPROM_CS | SEEPROM_DI); in read_bia()1787 ctrl |= SEEPROM_DI; in read_bia()1790 ctrl &= ~SEEPROM_DI; in read_bia()1795 ctrl |= SEEPROM_DI; in read_bia()1797 ctrl &= ~SEEPROM_DI; in read_bia()1805 ctrl &= ~SEEPROM_DI; in read_bia()
141 #define SEEPROM_DI 0x00000002 macro