Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_eeprom.c1153 #define VALID_TS_WR_REG_MASK ((1 << 9) | (1 << 0xB) | (1 << 0xD)) macro
1167 if (regnum > 15 || !((1 << regnum) & VALID_TS_WR_REG_MASK)) in ipath_tempsense_write()