Home
last modified time | relevance | path

Searched refs:SDW_REGADDR (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.h10 #define SDW_REGADDR GENMASK(14, 0) macro
/openbmc/linux/drivers/soundwire/
H A Dbus.c420 size = min_t(size_t, count, (SDW_REGADDR + 1) - (addr & SDW_REGADDR)); in sdw_ntransfer_no_pm()