Searched refs:cmdr (Results 1 – 3 of 3) sorted by relevance
1093 uint32_t cmdr; in dwmmc_start_cmd() local1105 cmdr = cmd->opcode; in dwmmc_start_cmd()1112 cmdr |= SDMMC_CMD_STOP_ABORT; in dwmmc_start_cmd()1114 cmdr |= SDMMC_CMD_WAIT_PRVDATA; in dwmmc_start_cmd()1118 cmdr |= SDMMC_CMD_RESP_EXP; in dwmmc_start_cmd()1120 cmdr |= SDMMC_CMD_RESP_LONG; in dwmmc_start_cmd()1124 cmdr |= SDMMC_CMD_RESP_CRC; in dwmmc_start_cmd()1129 cmdr |= SDMMC_CMD_USE_HOLD_REG; in dwmmc_start_cmd()1133 cmdr |= SDMMC_CMD_SEND_INIT; in dwmmc_start_cmd()1140 cmdr |= SDMMC_CMD_SEND_ASTOP; in dwmmc_start_cmd()[all …]
93 struct hifn_desc cmdr[HIFN_D_CMD_RSIZE+1]; member113 #define HIFN_CMDR_SYNC(sc, i, f) HIFN_RING_SYNC((sc), cmdr, (i), (f))
1128 offsetof(struct hifn_dma, cmdr[0])); in hifn_init_pci_registers()1339 dma->cmdr[HIFN_D_CMD_RSIZE].l = htole32(HIFN_D_VALID | in hifn_alloc_slot()1407 dma->cmdr[cmdi].l = htole32(16 | masks); in hifn_writeramaddr()1467 dma->cmdr[cmdi].l = htole32(8 | masks); in hifn_readramaddr()1513 dma->cmdr[i].p = htole32(sc->sc_dma_physaddr + in hifn_init_dma()1519 dma->cmdr[HIFN_D_CMD_RSIZE].p = in hifn_init_dma()1520 htole32(sc->sc_dma_physaddr + offsetof(struct hifn_dma, cmdr[0])); in hifn_init_dma()1956 dma->cmdr[HIFN_D_CMD_RSIZE].l = htole32(HIFN_D_VALID | in hifn_crypto()1966 dma->cmdr[cmdi].l = htole32(cmdlen | HIFN_D_VALID | HIFN_D_LAST | in hifn_crypto()2234 if (dma->cmdr[i].l & htole32(HIFN_D_VALID)) { in hifn_intr()