Searched refs:rsp5 (Results 1 - 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
H A Dbcmsdspi.c570 uint32 rsp5; local
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; local
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; local
1136 uint32 cmd_arg, rsp5, flags; local
1441 uint32 rsp5; local
[all...]
H A Dbcmsdstd.c772 uint32 rsp5; local
787 sdstd_cmd_getrsp(sd, &rsp5, 1);
792 if (GFIELD(rsp5, RSP5_FLAGS) != 0x10)
793 sd_err(("%s: rsp5 flags is 0x%x\t %d\n",
794 __FUNCTION__, GFIELD(rsp5, RSP5_FLAGS), func));
796 if (GFIELD(rsp5, RSP5_STUFF))
797 sd_err(("%s: rsp5 stuff is 0x%x: should be 0\n",
798 __FUNCTION__, GFIELD(rsp5, RSP5_STUFF)));
801 *byte = GFIELD(rsp5, RSP5_DATA);
916 uint32 rsp5; local
2034 uint32 rsp5; local
2209 uint32 cmd_arg, rsp5, flags; local
2643 uint32 rsp5; local
[all...]

Completed in 27 milliseconds