Searched refs:node_phandle (Results 1 – 1 of 1) sorted by relevance
862 const uint32_t *node_phandle; in get_serial_device_phandle() local864 …if (SecureDTGetProperty(serial_device_node, "AAPL,phandle", (const void **)&node_phandle, &node_ph… in get_serial_device_phandle()867 assert(node_phandle_size == sizeof(*node_phandle)); in get_serial_device_phandle()868 *phandle = *node_phandle; in get_serial_device_phandle()