Searched refs:ep_opt (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/arm/ti/
H A Dti_sdhc.c609 ep.ep_opt = __SHIFTIN(2, EDMA_PARAM_OPT_FWID) /* 32-bit */;
610 ep.ep_opt |= __SHIFTIN(edma_channel_index(edma),
613 ep.ep_opt |= EDMA_PARAM_OPT_TCINTEN;
619 ep.ep_opt |= EDMA_PARAM_OPT_SAM;
623 ep.ep_opt |= EDMA_PARAM_OPT_DAM;
642 ep.ep_opt |= EDMA_PARAM_OPT_SYNCDIM;
659 printf("target OPT: %08x\n", ep.ep_opt);
H A Dti_edma.h144 uint32_t ep_opt; member in struct:edma_param
H A Dti_edma.c208 EDMA_WRITE(sc, EDMA_PARAM_OPT_REG(idx), ep->ep_opt);

Completed in 123 milliseconds