Home | History | Annotate | Download | only in sys

Lines Matching refs:rw

756 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte)
760 sd_info(("%s: rw=%d, func=%d, addr=0x%05x\n", __FUNCTION__, rw, func, regaddr));
764 if(rw) { /* CMD52 Write */
832 rw ? "Write" : "Read", func, regaddr, *byte, err_ret));
839 sdioh_request_word(sdioh_info_t *sd, uint cmd_type, uint rw, uint func, uint addr,
849 sd_info(("%s: cmd_type=%d, rw=%d, func=%d, addr=0x%05x, nbytes=%d\n",
850 __FUNCTION__, cmd_type, rw, func, addr, nbytes));
857 if(rw) { /* CMD52 Write */
880 rw ? "Write" : "Read", err_ret));