Searched refs:SEEPROM_DI (Results 1 – 2 of 2) sorted by relevance
1779 ctrl &= ~(SEEPROM_CS | SEEPROM_SK | SEEPROM_DI); in read_bia()1783 ctrl |= (SEEPROM_CS | SEEPROM_DI); in read_bia()1786 ctrl |= SEEPROM_DI; in read_bia()1789 ctrl &= ~SEEPROM_DI; in read_bia()1794 ctrl |= SEEPROM_DI; in read_bia()1796 ctrl &= ~SEEPROM_DI; in read_bia()1804 ctrl &= ~SEEPROM_DI; in read_bia()
141 #define SEEPROM_DI 0x00000002 macro