Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/c67x00/
Dc67x00-ll-hpi.c230 hpi_write_word(dev, SIEMSG_REG(i), 0); in c67x00_ll_hpi_reg_init()
231 hpi_read_word(dev, SIEMSG_REG(i)); in c67x00_ll_hpi_reg_init()
267 val = hpi_read_word(dev, SIEMSG_REG(sie_num)); in c67x00_ll_fetch_siemsg()
269 hpi_write_word(dev, SIEMSG_REG(sie_num), 0); in c67x00_ll_fetch_siemsg()
Dc67x00.h141 #define SIEMSG_REG(x) ((x) ? 0x0148 : 0x0144) macro