Home | History | Annotate | Download | only in sys

Lines Matching refs:sdioh_request_byte

722 	/* No lock needed since sdioh_request_byte does locking */
723 status = sdioh_request_byte(sd, SDIOH_READ, fnc_num, addr, data);
730 /* No lock needed since sdioh_request_byte does locking */
732 status = sdioh_request_byte(sd, SDIOH_WRITE, fnc_num, addr, data);
768 sdioh_request_byte(sdioh_info_t *sd, uint rw, uint func, uint regaddr, uint8 *byte)