Searched refs:cmd_tx_format (Results 1 – 3 of 3) sorted by relevance
110 if ((config->cmd_tx_format > 2U) || (config->cmd_rd_format > 1U)) in SDIOSLV_Init1()156 …base->CMD_PORT_CONFIG_0 = (config->cmd_tx_format << SDU_FN_CARD_CMD_PORT_CONFIG_0_CMD_PORT_TX_LEN_… in SDIOSLV_Init1()
314 …uint8_t cmd_tx_format; /*!< Command Tx length format. 0: no tx_len, 1: 2 bytes, 2: 3 bytes… member
85 uint8_t cmd_tx_format; /*!< Command Tx length format. 0: no tx_len, 1: 2 bytes, 2: 3 bytes */ member410 if ((config->cmd_tx_format > 2U) || (config->cmd_rd_format > 1U)) in SDU_CreateHandle()442 …(uint32_t)((config->cmd_tx_format << (uint8_t)CMD_TX_LEN_BIT_OFFSET) | (config->cmd_rd_format << (… in SDU_CreateHandle()485 config.cmd_tx_format = 2; in SDU_InnerInit()1781 config->cmd_tx_format = 2; in SDU_GetDefaultConfig()