/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_hpt37x.c | 825 u8 mcr1; in hpt37x_init_one() local 894 pci_read_config_byte(dev, 0x50, &mcr1); in hpt37x_init_one() 895 mcr1 &= ~0x04; in hpt37x_init_one() 896 pci_write_config_byte(dev, 0x50, mcr1); in hpt37x_init_one() 927 u8 mcr1; in hpt37x_init_one() local 929 pci_read_config_byte(dev, 0x50, &mcr1); in hpt37x_init_one() 930 mcr1 &= ~0x04; in hpt37x_init_one() 931 pci_write_config_byte(dev, 0x50, mcr1); in hpt37x_init_one()
|
H A D | pata_hpt3x2n.c | 555 u8 mcr1; in hpt3x2n_init_one() local 556 pci_read_config_byte(dev, 0x50, &mcr1); in hpt3x2n_init_one() 557 mcr1 &= ~0x04; in hpt3x2n_init_one() 558 pci_write_config_byte(dev, 0x50, mcr1); in hpt3x2n_init_one()
|
/kernel/linux/linux-6.6/drivers/ata/ |
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_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_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()
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | hpt366.c | 691 u8 mcr1 = 0, mcr3 = 0, scr1 = 0; in hpt366_dma_lost_irq() local 693 pci_read_config_byte(dev, 0x50, &mcr1); in hpt366_dma_lost_irq() 696 printk("%s: (%s) mcr1=0x%02x, mcr3=0x%02x, scr1=0x%02x\n", in hpt366_dma_lost_irq() 697 drive->name, __func__, mcr1, mcr3, scr1); in hpt366_dma_lost_irq() 1124 u8 mcr1, mcr4; in init_chipset_hpt366() local 1130 pci_read_config_byte (dev, 0x50, &mcr1); in init_chipset_hpt366() 1132 pci_write_config_byte(dev, 0x50, (mcr1 | 0x32)); in init_chipset_hpt366() 1277 u8 mcr1 = 0; in hpt371_init() local 1285 pci_read_config_byte(dev, 0x50, &mcr1); in hpt371_init() 1286 if (mcr1 in hpt371_init() 1292 u8 mcr1 = 0, pin1 = 0, pin2 = 0; hpt36x_init() local [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|