Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/ata/
Dpata_hpt366.c303 u8 mcr2; in hpt366_prereset() local
308 pci_read_config_byte(pdev, 0x51, &mcr2); in hpt366_prereset()
309 if (mcr2 & 0x80) in hpt366_prereset()
310 pci_write_config_byte(pdev, 0x51, mcr2 & ~0x80); in hpt366_prereset()
Dpata_hpt37x.c397 u8 mcr2; in hpt37x_pre_reset() local
410 pci_read_config_byte(pdev, 0x51 + 4 * ap->port_no, &mcr2); in hpt37x_pre_reset()
413 mcr2 &= ~0x02; in hpt37x_pre_reset()
414 mcr2 |= 0x01; in hpt37x_pre_reset()
416 mcr2 &= ~0x07; in hpt37x_pre_reset()
418 pci_write_config_byte(pdev, 0x51 + 4 * ap->port_no, mcr2); in hpt37x_pre_reset()
Dpata_hpt3x2n.c169 u8 mcr2; in hpt3x2n_pre_reset() local
179 pci_read_config_byte(pdev, 0x51 + 4 * ap->port_no, &mcr2); in hpt3x2n_pre_reset()
180 mcr2 &= ~0x07; in hpt3x2n_pre_reset()
181 pci_write_config_byte(pdev, 0x51 + 4 * ap->port_no, mcr2); in hpt3x2n_pre_reset()
/linux-6.6.21/sound/soc/ti/
Domap-mcbsp-priv.h220 u16 mcr2; member
Domap-mcbsp.c191 MCBSP_WRITE(mcbsp, MCR2, config->mcr2); in omap_mcbsp_config()