Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/message/fusion/
Dmptspi.c708 hd->spi_pending |= (1 << sdev->id); in mptspi_dv_device()
710 hd->spi_pending &= ~(1 << sdev->id); in mptspi_dv_device()
1278 if (hd->spi_pending) { in mptspi_dv_renegotiate_work()
1280 if (hd->spi_pending & (1 << sdev->id)) in mptspi_dv_renegotiate_work()
1518 hd->spi_pending = 0; in mptspi_probe()
Dmptbase.h590 u16 spi_pending; member