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

  /hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.c 125 #define ICS 0x2
535 * wait till the the clock is stable (ICS) bit is set
537 status = sdiodrv_poll_status(OMAP_HSMMC_SYSCTL, ICS, MMC_TIMEOUT_MS);
538 if(!(status & ICS)) {
    [all...]
  /system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
SdioDrv.c 107 #define ICS 0x2
536 * wait till the the clock is stable (ICS) bit is set
538 status = sdiodrv_poll_status(OMAP_HSMMC_SYSCTL, ICS, MMC_TIMEOUT_MS);
539 if(!(status & ICS)) {
    [all...]

Completed in 26 milliseconds