Searched defs:hifn_dma (Results 1 – 1 of 1) sorted by relevance
382 struct hifn_dma { struct383 struct hifn_desc cmdr[HIFN_D_CMD_RSIZE + 1];384 struct hifn_desc srcr[HIFN_D_SRC_RSIZE + 1];385 struct hifn_desc dstr[HIFN_D_DST_RSIZE + 1];386 struct hifn_desc resr[HIFN_D_RES_RSIZE + 1];388 u8 command_bufs[HIFN_D_CMD_RSIZE][HIFN_MAX_COMMAND];389 u8 result_bufs[HIFN_D_CMD_RSIZE][HIFN_MAX_RESULT];395 volatile int cmdi, srci, dsti, resi;396 volatile int cmdu, srcu, dstu, resu;397 int cmdk, srck, dstk, resk;