Lines Matching refs:sdstd_rreg8

352 sdstd_rreg8(sdioh_info_t *sd, uint reg)  in sdstd_rreg8()  function
934 int_val = sdstd_rreg8(si, sd_ptr->offset); in sdioh_iovar_op()
1616 } while ((GFIELD(sdstd_rreg8(sd, SD_SoftwareReset), in sdstd_abort()
1647 } while ((GFIELD(sdstd_rreg8(sd, SD_SoftwareReset), in sdstd_abort()
1705 rflags = sdstd_rreg8(sd, SD_SoftwareReset); in sdstd_abort()
1793 if (!(GFIELD(sdstd_rreg8(sdioh_info, SD_SoftwareReset), SW_RESET_CMD))) in sdstd_check_errs()
1808 if (!(GFIELD(sdstd_rreg8(sdioh_info, SD_SoftwareReset), SW_RESET_DAT))) in sdstd_check_errs()
1874 } while ((sdstd_rreg8(sd, SD_SoftwareReset) & regval) && retries--); in sdstd_reset()
2173 if ((reg8 = sdstd_rreg8(sd, SD_HostCntrl))) { in sdstd_host_init()
2699 hc_reg8 = sdstd_rreg8(sd, SD_HostCntrl); in sdstd_3_set_highspeed_uhsi_mode()
3144 reg8 = sdstd_rreg8(sd, SD_HostCntrl); in sdstd_set_highspeed_mode()
3314 reg8 = sdstd_rreg8(sd, SD_HostCntrl); in sdstd_set_dma_mode()
3332 reg8 = sdstd_rreg8(sd, SD_BlockSize); in print_regs()
3335 reg8 = sdstd_rreg8(sd, SD_BlockCount); in print_regs()
3338 reg8 = sdstd_rreg8(sd, SD_BlockSize); in print_regs()
3341 reg8 = sdstd_rreg8(sd, SD_TransferMode); in print_regs()
3344 reg8 = sdstd_rreg8(sd, SD_HostCntrl); in print_regs()
3350 reg8 = sdstd_rreg8(sd, SD_PwrCntrl); in print_regs()
3353 reg8 = sdstd_rreg8(sd, SD_BlockGapCntrl); in print_regs()
3356 reg8 = sdstd_rreg8(sd, SD_WakeupCntrl); in print_regs()
3362 reg8 = sdstd_rreg8(sd, SD_TimeoutCntrl); in print_regs()
3365 reg8 = sdstd_rreg8(sd, SD_SoftwareReset); in print_regs()
3925 reg8 = sdstd_rreg8(sd, SD_HostCntrl) & ~SD4_MODE; in sdstd_bus_width()
4735 } while ((GFIELD(sdstd_rreg8(sdioh_info, SD_SoftwareReset), in sdstd_cmd_issue()
4997 *(data++) = (uint32)(sdstd_rreg8(sd, SD_BufferDataPort0)); in sdstd_card_buf()
5015 tmp |= ((uint32)(sdstd_rreg8(sd, in sdstd_card_buf()
5136 hreg = sdstd_rreg8(si, SD_HostCntrl); in sdioh_sdio_reset()