Searched refs:tcd (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/arm/freescale/vybrid/
H A Dvf_edma.c207 dma_setup(struct edma_softc *sc, struct tcd_conf *tcd) argument
213 chnum = tcd->channel;
216 ch->ih = tcd->ih;
217 ch->ih_user = tcd->ih_user;
219 TCD_WRITE4(sc, DMA_TCDn_SADDR(chnum), tcd->saddr);
220 TCD_WRITE4(sc, DMA_TCDn_DADDR(chnum), tcd->daddr);
222 reg = (tcd->smod << TCD_ATTR_SMOD_SHIFT);
223 reg |= (tcd->dmod << TCD_ATTR_DMOD_SHIFT);
224 reg |= (tcd->ssize << TCD_ATTR_SSIZE_SHIFT);
225 reg |= (tcd
[all...]
H A Dvf_sai.c155 struct tcd_conf *tcd; member in struct:sc_info
387 struct tcd_conf *tcd; local
393 tcd = sc->tcd;
395 sc->pos += (tcd->nbytes * tcd->nmajor);
477 struct tcd_conf *tcd; local
482 tcd = malloc(sizeof(struct tcd_conf), M_DEVBUF, M_WAITOK | M_ZERO);
483 tcd->channel = sc->edma_chnum;
484 tcd
[all...]
/freebsd-10.1-release/sys/dev/usb/template/
H A Dusb_template.c369 const struct usb_temp_config_desc *tcd)
387 tid = tcd->ppIfaceDesc;
409 cd->iConfiguration = tcd->iConfiguration;
410 cd->bmAttributes = tcd->bmAttributes;
411 cd->bMaxPower = tcd->bMaxPower;
433 const struct usb_temp_config_desc **tcd; local
444 tcd = tdd->ppConfigDesc;
445 if (tcd) {
446 while (*tcd) {
447 usb_make_config_desc(temp, *tcd);
368 usb_make_config_desc(struct usb_temp_setup *temp, const struct usb_temp_config_desc *tcd) argument
[all...]
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dsrconv.c341 un.tcd = DATE;

Completed in 105 milliseconds