Searched refs:bus_num (Results 1 – 1 of 1) sorted by relevance
537 const fdt32_t *bus_num = NULL; in get_info_from_device_tree() local561 bus_num = fdt_getprop(fdt, node, "bus-num", NULL); in get_info_from_device_tree()562 if (bus_num && dspi_data->slave_bus == in get_info_from_device_tree()563 (unsigned int)fdt32_to_cpu(*bus_num)) { in get_info_from_device_tree()