Searched refs:hpi_read_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/c67x00/ |
H A D | c67x00-ll-hpi.c | 70 static inline u16 hpi_read_reg(struct c67x00_device *dev, int reg) in hpi_read_reg() function 85 return hpi_read_reg(dev, HPI_DATA); in hpi_read_word_nolock() 145 *data++ = cpu_to_le16(hpi_read_reg(dev, HPI_DATA)); in hpi_read_words_le16() 178 value = hpi_read_reg(dev, HPI_MAILBOX); in hpi_recv_mbox() 201 value = hpi_read_reg(dev, HPI_STATUS); in c67x00_ll_hpi_status()
|
/kernel/linux/linux-6.6/drivers/usb/c67x00/ |
H A D | c67x00-ll-hpi.c | 70 static inline u16 hpi_read_reg(struct c67x00_device *dev, int reg) in hpi_read_reg() function 85 return hpi_read_reg(dev, HPI_DATA); in hpi_read_word_nolock() 145 *data++ = cpu_to_le16(hpi_read_reg(dev, HPI_DATA)); in hpi_read_words_le16() 178 value = hpi_read_reg(dev, HPI_MAILBOX); in hpi_recv_mbox() 201 value = hpi_read_reg(dev, HPI_STATUS); in c67x00_ll_hpi_status()
|
Completed in 2 milliseconds