Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/hfi1/
Ddiag.c817 u8 byte_two, sl, sc5, sc4, vl, byte_one; in hfi1_snoop_write() local
853 sc4 = (byte_one >> 4) & 0xf; in hfi1_snoop_write()
854 if (sc4 == 0xF) { in hfi1_snoop_write()
856 vl = sc4; in hfi1_snoop_write()
862 if (vl != sc4) { in hfi1_snoop_write()
864 vl, sc4); in hfi1_snoop_write()
Dchip.c175 sc4, sc4val, \ argument
184 ((u64)(sc4val) << SEND_SC2VLT##num##_SC##sc4##_SHIFT) | \