OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdioDrv_ExecuteCmd
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/platforms/hw/linux/
SdioAdapter.c
327
iStatus =
sdioDrv_ExecuteCmd
(SD_IO_GO_IDLE_STATE, 0, MMC_RSP_NONE, &uByte, sizeof(uByte));
334
iStatus =
sdioDrv_ExecuteCmd
(SDIO_CMD5, VDD_VOLTAGE_WINDOW, MMC_RSP_R4, &uByte, sizeof(uByte));
340
iStatus =
sdioDrv_ExecuteCmd
(SD_IO_SEND_RELATIVE_ADDR, 0, MMC_RSP_R6, &uLong, sizeof(uLong));
346
iStatus =
sdioDrv_ExecuteCmd
(SD_IO_SELECT_CARD, uLong, MMC_RSP_R6, &uByte, sizeof(uByte));
/hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
SdioDrv.h
121
int
sdioDrv_ExecuteCmd
(unsigned int uCmd,
SdioDrv.c
804
int
sdioDrv_ExecuteCmd
(unsigned int uCmd,
814
PDEBUG("
sdioDrv_ExecuteCmd
() starting cmd %02x arg %08x\n", (int)uCmd, (int)uArg);
824
PERR("
sdioDrv_ExecuteCmd
() SDIO Command error status = 0x%x\n", uStatus);
831
PDEBUG("
sdioDrv_ExecuteCmd
() response = 0x%x\n", uResponse);
[
all
...]
Completed in 151 milliseconds