Home
last modified time | relevance | path

Searched refs:reg5c (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/edac/
H A Daspeed_edac.c161 u32 reg50, reg5c, reg58; in mcr_isr() local
178 regmap_read(aspeed_regmap, ASPEED_MCR_ADDR_REC, &reg5c); in mcr_isr()
179 rec_addr = reg5c; in mcr_isr()
/linux/drivers/ata/
H A Dpata_hpt3x2n.c382 u32 reg5c; in hpt3xn_calibrate_dpll() local
397 pci_read_config_dword(dev, 0x5c, &reg5c); in hpt3xn_calibrate_dpll()
398 pci_write_config_dword(dev, 0x5c, reg5c & ~0x100); in hpt3xn_calibrate_dpll()
H A Dpata_hpt37x.c623 u32 reg5c; in hpt37x_calibrate_dpll() local
638 pci_read_config_dword(dev, 0x5c, &reg5c); in hpt37x_calibrate_dpll()
639 pci_write_config_dword(dev, 0x5c, reg5c & ~0x100); in hpt37x_calibrate_dpll()