Home
last modified time | relevance | path

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

/aosp_15_r20/external/flashrom/
H A Dlinux_spi.c81 int iocontrol_code; in linux_spi_send_command() local
103 iocontrol_code = SPI_IOC_MESSAGE(1); in linux_spi_send_command()
105 iocontrol_code = SPI_IOC_MESSAGE(2); in linux_spi_send_command()
107 if (ioctl(spi_data->fd, iocontrol_code, msg) == -1) { in linux_spi_send_command()