Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c13149 * read_mod_write() - Calculate the IRQ register index and set/clear the bits in hfi1_tempsense_rd()
13156 static void read_mod_write(struct hfi1_devdata *dd, u16 src, u64 bits,
13198 read_mod_write(dd, src - 1, bits, set); in set_intr_bits()
13203 read_mod_write(dd, last, bits, set); in set_intr_bits()
13165 static void read_mod_write(struct hfi1_devdata *dd, u16 src, u64 bits, read_mod_write() function