Symbol: R_SMB_STATUS
arch/mips/sibyte/swarm/rtc_m41t81.c
101
if (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_ERROR) {
arch/mips/sibyte/swarm/rtc_m41t81.c
103
__raw_writeq(M_SMB_ERROR, SMB_CSR(R_SMB_STATUS));
arch/mips/sibyte/swarm/rtc_m41t81.c
112
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_m41t81.c
120
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_m41t81.c
123
if (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_ERROR) {
arch/mips/sibyte/swarm/rtc_m41t81.c
125
__raw_writeq(M_SMB_ERROR, SMB_CSR(R_SMB_STATUS));
arch/mips/sibyte/swarm/rtc_m41t81.c
133
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_m41t81.c
85
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_m41t81.c
92
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_m41t81.c
98
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_xicor1241.c
101
__raw_writeq(M_SMB_ERROR, SMB_CSR(R_SMB_STATUS));
arch/mips/sibyte/swarm/rtc_xicor1241.c
60
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_xicor1241.c
68
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_xicor1241.c
74
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_xicor1241.c
77
if (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_ERROR) {
arch/mips/sibyte/swarm/rtc_xicor1241.c
79
__raw_writeq(M_SMB_ERROR, SMB_CSR(R_SMB_STATUS));
arch/mips/sibyte/swarm/rtc_xicor1241.c
88
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_xicor1241.c
96
while (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_BUSY)
arch/mips/sibyte/swarm/rtc_xicor1241.c
99
if (__raw_readq(SMB_CSR(R_SMB_STATUS)) & M_SMB_ERROR) {
drivers/i2c/busses/i2c-sibyte.c
35
while (csr_in32(SMB_CSR(adap, R_SMB_STATUS)) & M_SMB_BUSY)
drivers/i2c/busses/i2c-sibyte.c
87
while (csr_in32(SMB_CSR(adap, R_SMB_STATUS)) & M_SMB_BUSY)
drivers/i2c/busses/i2c-sibyte.c
90
error = csr_in32(SMB_CSR(adap, R_SMB_STATUS));
drivers/i2c/busses/i2c-sibyte.c
93
csr_out32(M_SMB_ERROR, SMB_CSR(adap, R_SMB_STATUS));