Searched refs:prop_len (Results 1 – 2 of 2) sorted by relevance
| /drivers/of/ |
| A D | cpu.c | 56 int ac, prop_len, tid; in __of_find_n_match_cpu_property() local 60 cell = of_get_property(cpun, prop_name, &prop_len); in __of_find_n_match_cpu_property() 65 prop_len /= sizeof(*cell) * ac; in __of_find_n_match_cpu_property() 66 for (tid = 0; tid < prop_len; tid++) { in __of_find_n_match_cpu_property()
|
| /drivers/net/ethernet/sun/ |
| A D | niu.c | 8125 int len, err, prop_len; in niu_pci_vpd_scan_props() local 8141 prop_len = niu_pci_eeprom_read(np, start + 4); in niu_pci_vpd_scan_props() 8142 if (prop_len < 0) in niu_pci_vpd_scan_props() 8143 return prop_len; in niu_pci_vpd_scan_props() 8176 if (max_len && prop_len > max_len) { in niu_pci_vpd_scan_props() 8187 namebuf, prop_len); in niu_pci_vpd_scan_props() 8188 for (i = 0; i < prop_len; i++) { in niu_pci_vpd_scan_props() 9254 int prop_len; in niu_get_of_props() local 9278 mac_addr = of_get_property(dp, "local-mac-address", &prop_len); in niu_get_of_props() 9284 if (prop_len != dev->addr_len) { in niu_get_of_props() [all …]
|
Completed in 22 milliseconds