Searched defs:hpi_read_reg (Results 1 - 1 of 1) sorted by last modified time

/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.c84 static inline u16 hpi_read_reg(struct c67x00_device *dev, int reg) function
99 return hpi_read_reg(dev, HPI_DATA);
159 *data++ = cpu_to_le16(hpi_read_reg(dev, HPI_DATA));
192 value = hpi_read_reg(dev, HPI_MAILBOX);
215 value = hpi_read_reg(dev, HPI_STATUS);

Completed in 46 milliseconds