Home
last modified time | relevance | path

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

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