Lines Matching +full:sgmii +full:- +full:enable +full:- +full:pll
1 // SPDX-License-Identifier: GPL-2.0+
158 * The PIXIS can be programmed to look at either the on-board dip switches
186 * The PIXIS can be programmed to look at either the on-board dip switches
190 * to ignore the on-board dip switches and use the PX_VBOOT[LBMAP] instead.
260 /* Enable the watchdog and reboot by starting the VELA sequencer */ in set_px_go_with_watchdog()
286 /* Enable or disable SGMII mode for a TSEC
290 int which_tsec = -1; in pixis_set_sgmii()
329 if (!strcmp(argv[argc - 1], "switch")) in pixis_set_sgmii()
334 /* If it's not the switches, enable or disable SGMII, as specified */ in pixis_set_sgmii()
335 if (!strcmp(argv[argc - 1], "on")) in pixis_set_sgmii()
337 else if (!strcmp(argv[argc - 1], "off")) in pixis_set_sgmii()
346 " - Enable or disable SGMII mode for a given TSEC \n",
349 " on - enables SGMII\n"
350 " off - disables SGMII\n"
351 " switch - use switch settings"
357 * This function takes the non-integral cpu:mpx pll ratio
465 puts(cmdtp->help); in pixis_reset_cmd()
498 puts(cmdtp->help); in pixis_reset_cmd()