Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dcs35l56-sdw.c106 u32 val_le_buf[64]; /* Define u32 so it is 32-bit aligned */ in cs35l56_sdw_gather_write() local
120 if (bytes > sizeof(val_le_buf)) in cs35l56_sdw_gather_write()
121 bytes = sizeof(val_le_buf); in cs35l56_sdw_gather_write()
123 cs35l56_swab_copy(val_le_buf, src_be, bytes); in cs35l56_sdw_gather_write()
125 ret = sdw_nwrite_no_pm(peripheral, reg, bytes, (u8 *)val_le_buf); in cs35l56_sdw_gather_write()