Searched refs:DT_BAD_ADDR (Results 1 – 1 of 1) sorted by relevance
68 #define DT_BAD_ADDR ((u64)-1) macro511 return DT_BAD_ADDR; in dt_bus_default_map()514 return DT_BAD_ADDR; in dt_bus_default_map()588 return DT_BAD_ADDR; in dt_bus_pci_map()600 return DT_BAD_ADDR; in dt_bus_pci_map()700 u64 offset = DT_BAD_ADDR; in dt_translate_one()724 if ( offset != DT_BAD_ADDR ) in dt_translate_one()727 if ( offset == DT_BAD_ADDR ) in dt_translate_one()759 u64 result = DT_BAD_ADDR; in __dt_translate_address()850 if ( *addr == DT_BAD_ADDR ) in dt_device_get_address()
Completed in 6 milliseconds