Home
last modified time | relevance | path

Searched refs:resptype (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/mmc/
Dmvebu_mmc.c70 ushort resptype = 0; in mvebu_mmc_send_cmd() local
110 resptype = SDIO_CMD_INDEX(cmd->cmdidx); in mvebu_mmc_send_cmd()
114 resptype |= SDIO_CMD_RSP_48BUSY; in mvebu_mmc_send_cmd()
116 resptype |= SDIO_CMD_RSP_136; in mvebu_mmc_send_cmd()
118 resptype |= SDIO_CMD_RSP_48; in mvebu_mmc_send_cmd()
120 resptype |= SDIO_CMD_RSP_NONE; in mvebu_mmc_send_cmd()
123 resptype |= SDIO_CMD_CHECK_CMDCRC; in mvebu_mmc_send_cmd()
126 resptype |= SDIO_CMD_INDX_CHECK; in mvebu_mmc_send_cmd()
129 resptype |= SDIO_UNEXPECTED_RESP; in mvebu_mmc_send_cmd()
142 resptype |= SDIO_CMD_DATA_PRESENT | SDIO_CMD_CHECK_DATACRC16; in mvebu_mmc_send_cmd()
[all …]
/external/flatbuffers/src/
Didl_parser.cpp1890 Type reqtype, resptype; in ParseService() local
1894 ECHECK(ParseTypeIdent(resptype)); in ParseService()
1896 resptype.base_type != BASE_TYPE_STRUCT || resptype.struct_def->fixed) in ParseService()
1901 rpc.response = resptype.struct_def; in ParseService()