Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/serial/
Difx6x60.c561 clear_bit(IFX_SPI_STATE_IO_IN_PROGRESS, &ifx_dev->flags); in ifx_port_activate()
689 clear_bit(IFX_SPI_STATE_IO_IN_PROGRESS, &(ifx_dev->flags)); in ifx_spi_complete()
733 if (!test_and_set_bit(IFX_SPI_STATE_IO_IN_PROGRESS, &ifx_dev->flags) && in ifx_spi_io()
784 clear_bit(IFX_SPI_STATE_IO_IN_PROGRESS, in ifx_spi_io()
865 if (!test_bit(IFX_SPI_STATE_IO_IN_PROGRESS, &ifx_dev->flags)) in ifx_spi_handle_srdy()
1015 clear_bit(IFX_SPI_STATE_IO_IN_PROGRESS, &ifx_dev->flags); in ifx_spi_spi_probe()
Difx6x60.h27 #define IFX_SPI_STATE_IO_IN_PROGRESS 1 macro