HomeSort by relevance Sort by last modified time
    Searched refs:sdioh_info (Results 1 - 6 of 6) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdh_sdmmc.h 64 struct sdioh_info { struct
bcmsdspi.h 57 struct sdioh_info { struct
bcmspibrcm.h 48 struct sdioh_info { struct
bcmsdbus.h 53 typedef struct sdioh_info sdioh_info_t;
bcmsdstd.h 91 struct sdioh_info { struct
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd.c 89 static int sdstd_check_errs(sdioh_info_t *sdioh_info, uint32 cmd, uint32 arg);
1131 sdstd_check_errs(sdioh_info_t *sdioh_info, uint32 cmd, uint32 arg)
1138 if ((regval = sdstd_rreg16(sdioh_info, SD_ErrorIntrStatus)) == 0)
1142 __FUNCTION__, regval, sdstd_rreg16(sdioh_info, SD_IntrStatus),
1143 sdstd_rreg(sdioh_info, SD_PresentState)));
1144 sdstd_wreg16(sdioh_info, SD_ErrorIntrStatus, regval);
1149 sdstd_wreg8(sdioh_info, SD_SoftwareReset, SFIELD(0, SW_RESET_CMD, 1));
1151 if (!(GFIELD(sdstd_rreg8(sdioh_info, SD_SoftwareReset), SW_RESET_CMD)))
1161 sdstd_wreg8(sdioh_info, SD_SoftwareReset, SFIELD(0, SW_RESET_DAT, 1));
1163 if (!(GFIELD(sdstd_rreg8(sdioh_info, SD_SoftwareReset), SW_RESET_DAT))
    [all...]

Completed in 33 milliseconds