Searched refs:mcr1 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | pata_hpt366.c | 342 u8 mcr1; in hpt36x_init_chipset() local 353 pci_read_config_byte(dev, 0x50, &mcr1); in hpt36x_init_chipset() 354 if (mcr1 & 0x30) in hpt36x_init_chipset() 355 pci_write_config_byte(dev, 0x50, mcr1 | 0x30); in hpt36x_init_chipset()
|
H A D | pata_hpt37x.c | 803 u8 mcr1; in hpt37x_init_one() local 873 pci_read_config_byte(dev, 0x50, &mcr1); in hpt37x_init_one() 874 mcr1 &= ~0x04; in hpt37x_init_one() 875 pci_write_config_byte(dev, 0x50, mcr1); in hpt37x_init_one() 907 u8 mcr1; in hpt37x_init_one() local 909 pci_read_config_byte(dev, 0x50, &mcr1); in hpt37x_init_one() 910 mcr1 &= ~0x04; in hpt37x_init_one() 911 pci_write_config_byte(dev, 0x50, mcr1); in hpt37x_init_one()
|
H A D | pata_hpt3x2n.c | 554 u8 mcr1; in hpt3x2n_init_one() local 555 pci_read_config_byte(dev, 0x50, &mcr1); in hpt3x2n_init_one() 556 mcr1 &= ~0x04; in hpt3x2n_init_one() 557 pci_write_config_byte(dev, 0x50, mcr1); in hpt3x2n_init_one()
|
/openbmc/linux/sound/soc/ti/ |
H A D | omap-mcbsp-priv.h | 221 u16 mcr1; member
|
H A D | omap-mcbsp.c | 192 MCBSP_WRITE(mcbsp, MCR1, config->mcr1); in omap_mcbsp_config()
|