Home
last modified time | relevance | path

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

/linux/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.c100 static void hpi_write_word_nolock(struct c67x00_device *dev, u16 reg, u16 value) in hpi_write_word_nolock() function
111 hpi_write_word_nolock(dev, reg, value); in hpi_write_word()
157 hpi_write_word_nolock(dev, reg, value | mask); in hpi_set_bits()
168 hpi_write_word_nolock(dev, reg, value & ~mask); in hpi_clear_bits()