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

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdbus.h 92 extern SDIOH_API_RC sdioh_cfg_read(sdioh_info_t *si, uint fuc, uint32 addr, uint8 *data);
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 635 if (sdioh_cfg_read(si, sd_ptr->func, sd_ptr->offset, &data)) {
687 sdioh_cfg_read(sdioh_info_t *sd, uint fnc_num, uint32 addr, uint8 *data) function
    [all...]
bcmspibrcm.c 458 if (sdioh_cfg_read(si, sd_ptr->func, sd_ptr->offset, &data)) {
530 sdioh_cfg_read(sdioh_info_t *sd, uint fnc_num, uint32 addr, uint8 *data) function
546 status = sdioh_cfg_read(sd, fnc_num, addr, &dummy_data);
548 sd_err(("sdioh_cfg_read() failed.\n"));
    [all...]
bcmsdh.c 224 status = sdioh_cfg_read(bcmsdh->sdioh, fnc_num, addr, (uint8 *)&data);
bcmsdspi.c 484 if (sdioh_cfg_read(si, sd_ptr->func, sd_ptr->offset, &data)) {
517 sdioh_cfg_read(sdioh_info_t *sd, uint fnc_num, uint32 addr, uint8 *data) function
    [all...]
bcmsdstd.c 686 if (sdioh_cfg_read(si, sd_ptr->func, sd_ptr->offset, &data)) {
719 sdioh_cfg_read(sdioh_info_t *sd, uint fnc_num, uint32 addr, uint8 *data) function
    [all...]

Completed in 22 milliseconds