Home
last modified time | relevance | path

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

/drivers/message/fusion/
Dmptspi.c707 hd->spi_pending |= (1 << sdev->id); in mptspi_dv_device()
709 hd->spi_pending &= ~(1 << sdev->id); in mptspi_dv_device()
1275 if (hd->spi_pending) { in mptspi_dv_renegotiate_work()
1277 if (hd->spi_pending & (1 << sdev->id)) in mptspi_dv_renegotiate_work()
1520 hd->spi_pending = 0; in mptspi_probe()
Dmptbase.h590 u16 spi_pending; member