Searched refs:FW_REG_BUF (Results 1 – 1 of 1) sorted by relevance
27 #define FW_REG_BUF PAGE_SIZE macro36 u8 fw_read_buff[FW_REG_BUF];191 tmp = kzalloc(FW_REG_BUF, GFP_KERNEL); in fw_softreg_read()196 memset(d->fw_read_buff, 0, FW_REG_BUF); in fw_softreg_read()202 ret += snprintf(tmp + ret, FW_REG_BUF - ret, "%#.4x: ", offset); in fw_softreg_read()204 tmp + ret, FW_REG_BUF - ret, 0); in fw_softreg_read()208 if (FW_REG_BUF - ret > 0) in fw_softreg_read()