Home
last modified time | relevance | path

Searched refs:REG_STS_CMD (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/edac/
Damd8131_edac.c129 edac_pci_read_dword(dev, REG_STS_CMD, &val32); in amd8131_pcix_init()
131 edac_pci_write_dword(dev, REG_STS_CMD, val32); in amd8131_pcix_init()
155 edac_pci_read_dword(dev, REG_STS_CMD, &val32); in amd8131_pcix_exit()
157 edac_pci_write_dword(dev, REG_STS_CMD, val32); in amd8131_pcix_exit()
Damd8131_edac.h35 #define REG_STS_CMD 0x04 macro