Home
last modified time | relevance | path

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

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