Home
last modified time | relevance | path

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

/arch/mips/sibyte/common/
Dbus_watcher.c86 status = csr_in32(IOADDR(A_SCD_BUS_ERR_STATUS)); in check_bus_watcher()
89 status = csr_in32(IOADDR(A_SCD_BUS_ERR_STATUS_DEBUG)); in check_bus_watcher()
93 status = csr_in32(IOADDR(A_BCM1480_BUS_ERR_STATUS_DEBUG)); in check_bus_watcher()
103 l2_err = csr_in32(IOADDR(A_BUS_L2_ERRORS)); in check_bus_watcher()
104 memio_err = csr_in32(IOADDR(A_BUS_MEM_IO_ERRORS)); in check_bus_watcher()
201 stats->status = csr_in32(IOADDR(A_SCD_BUS_ERR_STATUS)); in sibyte_bw_int()
204 stats->l2_err = cntr = csr_in32(IOADDR(A_BUS_L2_ERRORS)); in sibyte_bw_int()
211 stats->memio_err = cntr = csr_in32(IOADDR(A_BUS_MEM_IO_ERRORS)); in sibyte_bw_int()
/arch/mips/mm/
Dcerr-sb1.c152 status = csr_in32(IOADDR(A_SCD_BUS_ERR_STATUS)); in check_bus_watcher()
155 l2_err = csr_in32(IOADDR(A_BUS_L2_ERRORS)); in check_bus_watcher()
159 memio_err = csr_in32(IOADDR(A_BUS_MEM_IO_ERRORS)); in check_bus_watcher()
/arch/mips/include/asm/
Dio.h620 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST)) macro