Lines Matching refs:ws_opt
207 __le32 ws_opt;
326 geo->ws_opt = sec_per_pg;
327 geo->mw_cunits = geo->ws_opt << 3; /* default to MLC safe values */
360 geo->ws_opt <<= 1;
363 geo->ws_opt <<= 2;
414 geo->ws_opt = le32_to_cpu(id->ws_opt);
1117 } else if (strcmp(attr->name, "ws_opt") == 0) {
1118 return scnprintf(page, PAGE_SIZE, "%u\n", geo->ws_opt);
1183 static NVM_DEV_ATTR_20_RO(ws_opt);