Home | History | Annotate | Download | only in sys

Lines Matching refs:rsp5

570 	uint32 rsp5;
589 sdspi_cmd_getrsp(sd, &rsp5, 1);
590 if (rsp5 != 0x00) {
591 sd_err(("%s: rsp5 flags is 0x%x func=%d\n",
592 __FUNCTION__, rsp5, func));
760 uint32 rsp5;
771 sdspi_cmd_getrsp(sd, &rsp5, 1);
773 if (GFIELD(rsp5, SPI_RSP_ILL_CMD)) {
778 if (GFIELD(rsp5, SPI_RSP_IDLE)) {
1072 uint32 rsp5;
1087 sdspi_cmd_getrsp(sd, &rsp5, 1);
1089 if (rsp5 != 0x00)
1090 sd_err(("%s: rsp5 flags is 0x%x\t %d\n",
1091 __FUNCTION__, rsp5, func));
1111 sdspi_cmd_getrsp(sd, &rsp5, 1);
1113 if (rsp5 != 0x00)
1114 sd_err(("%s: rsp5 flags is 0x%x\t %d\n",
1115 __FUNCTION__, rsp5, func));
1136 uint32 cmd_arg, rsp5, flags;
1150 sdspi_cmd_getrsp(sd, &rsp5, 1);
1151 flags = GFIELD(rsp5, RSP5_FLAGS);
1153 sd_err(("%s: rsp5.rsp5.flags = 0x%x, expecting 0x10\n",
1177 sdspi_cmd_getrsp(sd, &rsp5, 1);
1179 if (rsp5 != 0x00)
1180 sd_err(("%s: rsp5 flags = 0x%x, expecting 0x00\n",
1181 __FUNCTION__, rsp5));
1441 uint32 rsp5;
1507 sdspi_cmd_getrsp(sd, &rsp5, 1);
1509 if (rsp5 != 0x00) {
1510 sd_err(("%s: rsp5 flags = 0x%x, expecting 0x00\n",
1511 __FUNCTION__, rsp5));