Lines Matching refs:GETPROPLEN
92 #define GETPROPLEN prom_getproplen macro
203 if (GETPROPLEN(prom_chosennode(), CHOSEN_EEPROM) == in map_wellknown_devices()
268 if ((size = GETPROPLEN(curnode, in map_wellknown()
317 if ((size = GETPROPLEN(curnode, OBP_ADDRESS)) == -1) { in fill_address()
495 proplen = GETPROPLEN(node, (cmpnode ? "compatible" : "name")); in fill_cpu()
592 if (GETPROPLEN(node, "msram") != -1) { in fill_cpu()
596 if (GETPROPLEN(node, "msram-observed") != -1) { in fill_cpu()
1060 size = GETPROPLEN(node, "upa-portid"); in have_sbus()
1088 size = GETPROPLEN(node, "portid"); in have_pci()
1089 if (size == -1) size = GETPROPLEN(node, "upa-portid"); in have_pci()
1146 if ((size = GETPROPLEN(node, OBP_ADDRESS)) == -1) in have_eeprom()
1173 if (GETPROPLEN(node, WATCHDOG_ENABLE) != -1) in have_eeprom()
1203 if ((size = GETPROPLEN(node, OBP_ADDRESS)) == -1) in have_rtc()
1216 if (GETPROPLEN(node, WATCHDOG_ENABLE) != -1) in have_rtc()
1230 if (GETPROPLEN(root, WATCHDOG_ENABLE) != -1) { in have_pmc()
1263 if ((size = GETPROPLEN(node, OBP_ADDRESS)) == -1) in have_auxio()