Searched refs:csr_in32 (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-sibyte.c35 while (csr_in32(SMB_CSR(adap, R_SMB_STATUS)) & M_SMB_BUSY)
87 while (csr_in32(SMB_CSR(adap, R_SMB_STATUS)) & M_SMB_BUSY)
90 error = csr_in32(SMB_CSR(adap, R_SMB_STATUS));
98 data->byte = csr_in32(SMB_CSR(adap, R_SMB_DATA)) & 0xff;
100 data->word = csr_in32(SMB_CSR(adap, R_SMB_DATA)) & 0xffff;
/linux-master/arch/mips/sibyte/common/
H A Dbus_watcher.c73 status = csr_in32(IOADDR(A_SCD_BUS_ERR_STATUS_DEBUG));
77 status = csr_in32(IOADDR(A_BCM1480_BUS_ERR_STATUS_DEBUG));
87 l2_err = csr_in32(IOADDR(A_BUS_L2_ERRORS));
88 memio_err = csr_in32(IOADDR(A_BUS_MEM_IO_ERRORS));
173 stats->status = csr_in32(IOADDR(A_SCD_BUS_ERR_STATUS));
176 stats->l2_err = cntr = csr_in32(IOADDR(A_BUS_L2_ERRORS));
183 stats->memio_err = cntr = csr_in32(IOADDR(A_BUS_MEM_IO_ERRORS));
/linux-master/arch/mips/mm/
H A Dcerr-sb1.c139 status = csr_in32(IOADDR(A_SCD_BUS_ERR_STATUS));
142 l2_err = csr_in32(IOADDR(A_BUS_L2_ERRORS));
146 memio_err = csr_in32(IOADDR(A_BUS_MEM_IO_ERRORS));
/linux-master/arch/mips/include/asm/
H A Dio.h506 #define csr_in32(a) (*(volatile u32 *)((unsigned long)(a) + __CSR_32_ADJUST)) macro

Completed in 260 milliseconds