Home
last modified time | relevance | path

Searched refs:next_fifo (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_core.c8626 u_int next_fifo; in ahd_reset_channel() local
8676 next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO; in ahd_reset_channel()
8677 if (next_fifo > CURRFIFO_1) in ahd_reset_channel()
8679 next_fifo = fifo = 0; in ahd_reset_channel()
8681 next_fifo ^= CURRFIFO_1; in ahd_reset_channel()
8682 ahd_set_modes(ahd, next_fifo, next_fifo); in ahd_reset_channel()
8691 ahd_outb(ahd, DFFSTAT, next_fifo); in ahd_reset_channel()
8692 } while (next_fifo != fifo); in ahd_reset_channel()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c8621 u_int next_fifo; in ahd_reset_channel() local
8671 next_fifo = fifo = ahd_inb(ahd, DFFSTAT) & CURRFIFO; in ahd_reset_channel()
8672 if (next_fifo > CURRFIFO_1) in ahd_reset_channel()
8674 next_fifo = fifo = 0; in ahd_reset_channel()
8676 next_fifo ^= CURRFIFO_1; in ahd_reset_channel()
8677 ahd_set_modes(ahd, next_fifo, next_fifo); in ahd_reset_channel()
8686 ahd_outb(ahd, DFFSTAT, next_fifo); in ahd_reset_channel()
8687 } while (next_fifo != fifo); in ahd_reset_channel()

Completed in 24 milliseconds