Lines Matching refs:prop
1943 u32 prop; in cpsw_probe_dt() local
1948 if (of_property_read_u32(node, "slaves", &prop)) { in cpsw_probe_dt()
1952 data->slaves = prop; in cpsw_probe_dt()
1954 if (of_property_read_u32(node, "active_slave", &prop)) { in cpsw_probe_dt()
1958 data->active_slave = prop; in cpsw_probe_dt()
1960 if (of_property_read_u32(node, "cpts_clock_mult", &prop)) { in cpsw_probe_dt()
1964 data->cpts_clock_mult = prop; in cpsw_probe_dt()
1966 if (of_property_read_u32(node, "cpts_clock_shift", &prop)) { in cpsw_probe_dt()
1970 data->cpts_clock_shift = prop; in cpsw_probe_dt()
1978 if (of_property_read_u32(node, "cpdma_channels", &prop)) { in cpsw_probe_dt()
1982 data->channels = prop; in cpsw_probe_dt()
1984 if (of_property_read_u32(node, "ale_entries", &prop)) { in cpsw_probe_dt()
1988 data->ale_entries = prop; in cpsw_probe_dt()
1990 if (of_property_read_u32(node, "bd_ram_size", &prop)) { in cpsw_probe_dt()
1994 data->bd_ram_size = prop; in cpsw_probe_dt()
1996 if (of_property_read_u32(node, "rx_descs", &prop)) { in cpsw_probe_dt()
2000 data->rx_descs = prop; in cpsw_probe_dt()
2002 if (of_property_read_u32(node, "mac_control", &prop)) { in cpsw_probe_dt()
2006 data->mac_control = prop; in cpsw_probe_dt()
2070 &prop)) { in cpsw_probe_dt()
2076 slave_data->dual_emac_res_vlan = prop; in cpsw_probe_dt()