Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.c216 hpi_write_word(dev, SIEMSG_REG(i), 0); in c67x00_ll_hpi_reg_init()
217 hpi_read_word(dev, SIEMSG_REG(i)); in c67x00_ll_hpi_reg_init()
253 val = hpi_read_word(dev, SIEMSG_REG(sie_num)); in c67x00_ll_fetch_siemsg()
255 hpi_write_word(dev, SIEMSG_REG(sie_num), 0); in c67x00_ll_fetch_siemsg()
H A Dc67x00.h127 #define SIEMSG_REG(x) ((x) ? 0x0148 : 0x0144) macro