Home | History | Annotate | Download | only in sys

Lines Matching refs:rw

758 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte)
762 sd_info(("%s: rw=%d, func=%d, addr=0x%05x\n", __FUNCTION__, rw, func, regaddr));
766 if(rw) { /* CMD52 Write */
834 rw ? "Write" : "Read", func, regaddr, *byte, err_ret));
841 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr,
851 sd_info(("%s: cmd_type=%d, rw=%d, func=%d, addr=0x%05x, nbytes=%d\n",
852 __FUNCTION__, cmd_type, rw, func, addr, nbytes));
859 if(rw) { /* CMD52 Write */
882 rw ? "Write" : "Read", err_ret));