Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/intel/skylake/ !
Dskl-debug.c19 #define FW_REG_BUF PAGE_SIZE macro
28 u8 fw_read_buff[FW_REG_BUF];
185 tmp = kzalloc(FW_REG_BUF, GFP_KERNEL); in fw_softreg_read()
190 memset(d->fw_read_buff, 0, FW_REG_BUF); in fw_softreg_read()
196 ret += scnprintf(tmp + ret, FW_REG_BUF - ret, "%#.4x: ", offset); in fw_softreg_read()
198 tmp + ret, FW_REG_BUF - ret, 0); in fw_softreg_read()
202 if (FW_REG_BUF - ret > 0) in fw_softreg_read()