Searched refs:IFX_SPI_STATE_IO_IN_PROGRESS (Results 1 – 2 of 2) sorted by relevance
561 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()
27 #define IFX_SPI_STATE_IO_IN_PROGRESS 1 macro