Searched refs:mcr2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/ata/ |
D | pata_hpt366.c | 303 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()
|
D | pata_hpt37x.c | 397 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()
|
D | pata_hpt3x2n.c | 169 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/ |
D | omap-mcbsp-priv.h | 220 u16 mcr2; member
|
D | omap-mcbsp.c | 191 MCBSP_WRITE(mcbsp, MCR2, config->mcr2); in omap_mcbsp_config()
|