Searched refs:msc_stat (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
D | pata_hpt3x2n.c | 251 u8 bwsr_stat, msc_stat; 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()
|
D | pata_hpt37x.c | 571 u8 bwsr_stat, msc_stat; in hpt37x_bmdma_stop() local 574 pci_read_config_byte(pdev, mscreg, &msc_stat); in hpt37x_bmdma_stop() 576 pci_write_config_byte(pdev, mscreg, msc_stat | 0x30); in hpt37x_bmdma_stop()
|