Lines Matching defs:to

478  * to support only sja1105's quirk: QUIRK_LSW32_IS_FIRST
517 /* Read from pbuf, write to uval */
527 /* Write to pbuf, read from uval */
989 * mapping table to "block indices" and translate back and forth.
1277 int from, int to)
1279 l2_fwd[from].bc_domain |= BIT(to);
1280 l2_fwd[from].reach_port |= BIT(to);
1281 l2_fwd[from].fl_domain |= BIT(to);
1311 /* Next 8 entries define VLAN PCP mapping from ingress to egress.
1356 /* Force the switch to see all traffic as untagged. */
1456 /* Internal VLAN (pvid) to apply to untagged ingress */
1481 /* Build initial static configuration, to be fixed up during runtime */
1797 * SJA1105, so just hardcode the frequency range to automatic, just as
2003 dev_err(dev, "Failed to configure idiv\n");
2008 dev_err(dev, "Failed to configure RGMII Tx clock\n");
2013 dev_err(dev, "Failed to configure Tx pad registers\n");
2121 /* Source to sink mappings */
2228 * Enable control of RXPLL by receiver signal detector to disable RXPLL
2237 * Release reset of PMA to enable data flow to/from PCS.
2644 /* Ports 2 and 3 are capable of xMII, but there isn't anything to
2984 /* Write Device ID and config tables to config_buf */
3024 printf("Failed to reset switch\n");
3027 /* Wait for the switch to come out of reset */
3029 /* Upload the static config to the device */
3033 printf("Failed to upload config\n");
3036 /* Check that SJA1105 responded well to the config upload */
3070 printf("Failed to load static config: %d\n", rc);
3077 printf("Failed to configure MII clocking: %d\n", rc);
3244 printf("Failed to initialize static config: %d\n", rc);
3250 printf("Failed to register MDIO bus: %d\n", rc);