Home
last modified time | relevance | path

Searched defs:modem_id (Results 1 – 3 of 3) sorted by relevance

/external/coreboot/src/soc/qualcomm/sc7280/
Dcarve_out.c12 uint32_t modem_id = read32(_modem_id); in soc_modem_carve_out() local
/external/coreboot/src/soc/qualcomm/sc7180/
Dcarve_out.c13 uint32_t modem_id = read32(_modem_id); in soc_modem_carve_out() local
/external/libese/apps/boot/
Dese_boot_tool.cpp94 bool collect_device_data(const std::string &modem_id, std::string *device_data) { in collect_device_data()