Searched refs:SEEPROM_DI (Results 1 – 2 of 2) sorted by relevance
1765 ctrl &= ~(SEEPROM_CS | SEEPROM_SK | SEEPROM_DI); in read_bia()1769 ctrl |= (SEEPROM_CS | SEEPROM_DI); in read_bia()1772 ctrl |= SEEPROM_DI; in read_bia()1775 ctrl &= ~SEEPROM_DI; in read_bia()1780 ctrl |= SEEPROM_DI; in read_bia()1782 ctrl &= ~SEEPROM_DI; in read_bia()1790 ctrl &= ~SEEPROM_DI; in read_bia()
126 #define SEEPROM_DI 0x00000002 macro