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.c13158 * read_mod_write() - Calculate the IRQ register index and set/clear the bits
13165 static void read_mod_write(struct hfi1_devdata *dd, u16 src, u64 bits, in read_mod_write() function
13207 read_mod_write(dd, src - 1, bits, set); in set_intr_bits()
13212 read_mod_write(dd, last, bits, set); in set_intr_bits()