Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/dsa/sja1105/
Dsja1105.h15 #define SJA1105_NUM_PORTS 5 macro
38 u64 ptpegr_ts[SJA1105_NUM_PORTS];
39 u64 pad_mii_tx[SJA1105_NUM_PORTS];
40 u64 pad_mii_id[SJA1105_NUM_PORTS];
41 u64 cgu_idiv[SJA1105_NUM_PORTS];
42 u64 mii_tx_clk[SJA1105_NUM_PORTS];
43 u64 mii_rx_clk[SJA1105_NUM_PORTS];
44 u64 mii_ext_tx_clk[SJA1105_NUM_PORTS];
45 u64 mii_ext_rx_clk[SJA1105_NUM_PORTS];
46 u64 rgmii_tx_clk[SJA1105_NUM_PORTS];
[all …]
Dsja1105_main.c114 table->entries = kcalloc(SJA1105_NUM_PORTS, in sja1105_init_mac_settings()
119 table->entry_count = SJA1105_NUM_PORTS; in sja1105_init_mac_settings()
123 for (i = 0; i < SJA1105_NUM_PORTS; i++) { in sja1105_init_mac_settings()
164 for (i = 0; i < SJA1105_NUM_PORTS; i++) { in sja1105_init_mii_settings()
207 u64 max_fdb_entries = SJA1105_MAX_L2_LOOKUP_COUNT / SJA1105_NUM_PORTS; in sja1105_init_l2_lookup_params()
296 for (i = 0; i < SJA1105_NUM_PORTS; i++) { in sja1105_init_static_vlan()
329 for (i = 0; i < SJA1105_NUM_PORTS; i++) { in sja1105_init_l2_forwarding()
345 for (j = 0; j < SJA1105_NUM_PORTS; j++) in sja1105_init_l2_forwarding()
346 l2fwd[SJA1105_NUM_PORTS + i].vlan_pmap[j] = i; in sja1105_init_l2_forwarding()
415 .casc_port = SJA1105_NUM_PORTS, in sja1105_init_general_params()
[all …]
Dsja1105_tas.c133 for (port = 0; port < SJA1105_NUM_PORTS; port++) { in sja1105_init_scheduling()
190 for (port = 0; port < SJA1105_NUM_PORTS; port++) { in sja1105_init_scheduling()
389 for (other_port = 0; other_port < SJA1105_NUM_PORTS; other_port++) { in sja1105_setup_tc_taprio()
416 for (port = 0; port < SJA1105_NUM_PORTS; port++) { in sja1105_tas_teardown()
Dsja1105_tas.h12 struct tc_taprio_qopt_offload *offload[SJA1105_NUM_PORTS];
Dsja1105_dynamic_config.c505 .max_entry_count = SJA1105_NUM_PORTS,
573 .max_entry_count = SJA1105_NUM_PORTS,
Dsja1105_spi.c395 unsigned long port_bitmap = GENMASK_ULL(SJA1105_NUM_PORTS - 1, 0); in sja1105_static_config_upload()
Dsja1105_clocking.c689 for (port = 0; port < SJA1105_NUM_PORTS; port++) { in sja1105_clocking_setup()