Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dchip.c13215 * read_mod_write() - Calculate the IRQ register index and set/clear the bits
13222 static void read_mod_write(struct hfi1_devdata *dd, u16 src, u64 bits, in read_mod_write() function
13263 read_mod_write(dd, src - 1, bits, set); in set_intr_bits()
13268 read_mod_write(dd, last, bits, set); in set_intr_bits()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dchip.c13176 * read_mod_write() - Calculate the IRQ register index and set/clear the bits
13183 static void read_mod_write(struct hfi1_devdata *dd, u16 src, u64 bits, in read_mod_write() function
13224 read_mod_write(dd, src - 1, bits, set); in set_intr_bits()
13229 read_mod_write(dd, last, bits, set); in set_intr_bits()

Completed in 37 milliseconds