Searched refs:chip_select_num (Results 1 – 1 of 1) sorted by relevance
533 const fdt32_t *chip_select_num = NULL; in get_info_from_device_tree() local571 chip_select_num = fdt_getprop(fdt, node, "spi-num-chipselects", NULL); in get_info_from_device_tree()572 if (chip_select_num) in get_info_from_device_tree()573 dspi_data->num_chipselect = (int)fdt32_to_cpu(*chip_select_num); in get_info_from_device_tree()
Completed in 3 milliseconds