Searched refs:idecfg (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/ide/ |
D | sis5513.c | 426 u8 idecfg; in sis_find_family() local 428 pci_read_config_byte(dev, 0x4a, &idecfg); in sis_find_family() 429 pci_write_config_byte(dev, 0x4a, idecfg | 0x10); in sis_find_family() 431 pci_write_config_byte(dev, 0x4a, idecfg); in sis_find_family()
|
/Linux-v4.19/drivers/ata/ |
D | pata_sis.c | 835 u8 idecfg; in sis_init_one() local 838 pci_read_config_byte(pdev, 0x4a, &idecfg); in sis_init_one() 839 pci_write_config_byte(pdev, 0x4a, idecfg | 0x10); in sis_init_one() 841 pci_write_config_byte(pdev, 0x4a, idecfg); in sis_init_one()
|