Home
last modified time | relevance | path

Searched refs:phandle_bootarg (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/pexpert/arm/
H A Dpe_serial.c844 uint32_t phandle_bootarg; in get_serial_device_phandle() local
845 if (PE_parse_boot_argn("serial-device", &phandle_bootarg, sizeof(phandle_bootarg))) { in get_serial_device_phandle()
846 *phandle = phandle_bootarg; in get_serial_device_phandle()