Home
last modified time | relevance | path

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

/drivers/ide/
Dhpt366.c716 u16 bfifo = 0; in hpt370_irq_timeout() local
719 pci_read_config_word(dev, hwif->select_data + 2, &bfifo); in hpt370_irq_timeout()
720 printk(KERN_DEBUG "%s: %d bytes in FIFO\n", drive->name, bfifo & 0x1ff); in hpt370_irq_timeout()
757 u16 bfifo = 0; in hpt374_dma_test_irq() local
760 pci_read_config_word(dev, hwif->select_data + 2, &bfifo); in hpt374_dma_test_irq()
761 if (bfifo & 0x1FF) { in hpt374_dma_test_irq()