Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dls_dspi.c538 const fdt32_t *chip_select_num = NULL; in get_info_from_device_tree() local
576 chip_select_num = fdt_getprop(fdt, node, "spi-num-chipselects", NULL); in get_info_from_device_tree()
577 if (chip_select_num) in get_info_from_device_tree()
578 dspi_data->num_chipselect = (int)fdt32_to_cpu(*chip_select_num); in get_info_from_device_tree()