Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/natsemi/
H A Dnatsemi.c84 static int dspcfg_workaround = 1; variable
143 module_param(dspcfg_workaround, int, 0);
150 MODULE_PARM_DESC(dspcfg_workaround, "DP8381x: control DspCfg workaround");
584 int dspcfg_workaround; member
666 NATSEMI_ATTR(dspcfg_workaround);
674 return sprintf(buf, "%s\n", np->dspcfg_workaround ? "on" : "off"); in natsemi_show_dspcfg_workaround()
696 np->dspcfg_workaround = new_setting; in natsemi_set_dspcfg_workaround()
887 np->dspcfg_workaround = dspcfg_workaround; in natsemi_probe1()
954 i = NATSEMI_CREATE_FILE(pdev, dspcfg_workaround); in natsemi_probe1()
1811 if (np->dspcfg_workaround && dspcfg != np->dspcfg) { in netdev_timer()
[all …]