Lines Matching refs:dspcfg_workaround
84 static int dspcfg_workaround = 1;
143 module_param(dspcfg_workaround, int, 0);
150 MODULE_PARM_DESC(dspcfg_workaround, "DP8381x: control DspCfg workaround");
584 int dspcfg_workaround;
666 NATSEMI_ATTR(dspcfg_workaround);
674 return sprintf(buf, "%s\n", np->dspcfg_workaround ? "on" : "off");
696 np->dspcfg_workaround = new_setting;
887 np->dspcfg_workaround = dspcfg_workaround;
954 i = NATSEMI_CREATE_FILE(pdev, dspcfg_workaround);
1784 * this check via dspcfg_workaround sysfs option.
1811 if (np->dspcfg_workaround && dspcfg != np->dspcfg) {
3239 NATSEMI_REMOVE_FILE(pdev, dspcfg_workaround);