Home | History | Annotate | Download | only in sa11x0

Lines Matching defs:sr0

1271 	u_int sr0, sr1;
1277 sr0 = bus_space_read_4(iot, ioh, SACOM_SR0);
1278 if (!sr0) {
1282 if (ISSET(sr0, SR0_EIF))
1285 if (ISSET(sr0, SR0_RBB))
1287 if (ISSET(sr0, SR0_REB)) {
1304 if (ISSET(sr0, SR0_RFS | SR0_RID)) {
1368 sr0 = bus_space_read_4(iot, ioh, SACOM_SR0);
1369 if (ISSET(sr0, SR0_TFS)) {
1491 u_int sr0;
1493 sr0 = bus_space_read_4(sacomconstag, sacomconsioh, SACOM_SR0);
1494 if (ISSET(sr0, SR0_RBB))
1497 if (ISSET(sr0, SR0_REB)) {