Searched refs:W1_PAGE_MASK (Results 1 – 2 of 2) sorted by relevance
34 #define W1_PAGE_MASK 0x1F macro 168 * @len: length must be <= (W1_PAGE_SIZE - (addr & W1_PAGE_MASK))239 if ((off & W1_PAGE_MASK) || (count & W1_PAGE_MASK)) { in eeprom_write() 260 len = W1_PAGE_SIZE - (addr & W1_PAGE_MASK); in eeprom_write()
41 #define W1_PAGE_MASK 0x1F macro 152 * @len: length must be <= (W1_PAGE_SIZE - (addr & W1_PAGE_MASK))239 if ((off & W1_PAGE_MASK) || (count & W1_PAGE_MASK)) { in eeprom_write() 262 len = W1_PAGE_SIZE - (addr & W1_PAGE_MASK); in eeprom_write()