Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs35l56-sdw.c57 bytes = SDW_REG_NO_PAGE - (reg & SDW_REGADDR); /* to end of page */ in cs35l56_sdw_read()
117 bytes = SDW_REG_NO_PAGE - (reg & SDW_REGADDR); /* to end of page */ in cs35l56_sdw_gather_write()
/openbmc/linux/include/linux/soundwire/
H A Dsdw_registers.h14 #define SDW_REG_NO_PAGE 0x00008000 macro
/openbmc/linux/drivers/soundwire/
H A Dbus.c368 if (addr < SDW_REG_NO_PAGE) /* no paging area */ in sdw_fill_msg()