Searched refs:IDE_MSR_REG (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/mips/loongson2ef/common/cs5536/ |
H A D | cs5536_ide.c | 52 _wrmsr(IDE_MSR_REG(IDE_IO_BAR), hi, lo); in pci_ide_write_reg() 66 _rdmsr(IDE_MSR_REG(IDE_CFG), &hi, &lo); in pci_ide_write_reg() 68 _wrmsr(IDE_MSR_REG(IDE_CFG), hi, lo); in pci_ide_write_reg() 72 _rdmsr(IDE_MSR_REG(IDE_DTC), &hi, &lo); in pci_ide_write_reg() 74 _wrmsr(IDE_MSR_REG(IDE_DTC), hi, lo); in pci_ide_write_reg() 77 _rdmsr(IDE_MSR_REG(IDE_CAST), &hi, &lo); in pci_ide_write_reg() 79 _wrmsr(IDE_MSR_REG(IDE_CAST), hi, lo); in pci_ide_write_reg() 82 _rdmsr(IDE_MSR_REG(IDE_ETC), &hi, &lo); in pci_ide_write_reg() 84 _wrmsr(IDE_MSR_REG(IDE_ETC), hi, lo); in pci_ide_write_reg() 123 _rdmsr(IDE_MSR_REG(IDE_CAP), &hi, &lo); in pci_ide_read_reg() [all …]
|
/openbmc/linux/arch/mips/include/asm/mach-loongson2ef/cs5536/ |
H A D | cs5536.h | 34 #define IDE_MSR_REG(offset) (CS5536_IDE_MSR_BASE | (offset)) macro
|