Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
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()
/Linux-v6.6/include/linux/soundwire/
Dsdw_registers.h14 #define SDW_REG_NO_PAGE 0x00008000 macro
/Linux-v6.6/drivers/soundwire/
Dbus.c364 if (addr < SDW_REG_NO_PAGE) /* no paging area */ in sdw_fill_msg()