Searched refs:FW_REG_BUF (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-debug.c | 19 #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()
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-debug.c | 19 #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()
|
Completed in 2 milliseconds