Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/ata/
Dpata_hpt3x2n.c250 int mscreg = 0x50 + 2 * ap->port_no; in hpt3x2n_bmdma_stop() local
254 pci_read_config_byte(pdev, mscreg, &msc_stat); in hpt3x2n_bmdma_stop()
256 pci_write_config_byte(pdev, mscreg, msc_stat | 0x30); in hpt3x2n_bmdma_stop()
Dpata_hpt37x.c573 int mscreg = 0x50 + 4 * ap->port_no; in hpt37x_bmdma_stop() local
577 pci_read_config_byte(pdev, mscreg, &msc_stat); in hpt37x_bmdma_stop()
579 pci_write_config_byte(pdev, mscreg, msc_stat | 0x30); in hpt37x_bmdma_stop()
/linux-3.4.99/sound/oss/
Dvwsnd.c463 int mscreg; member
776 ustmsc->msc = li_readl(lith, desc->mscreg); in li_read_USTMSC()