Home
last modified time | relevance | path

Searched refs:sc_bounce_buf (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.c715 MUSB2_REG_EPFIFO(0), sc->sc_bounce_buf, in musbotg_dev_ctrl_data_rx()
723 (void *)(&sc->sc_bounce_buf[count / 4]), temp); in musbotg_dev_ctrl_data_rx()
726 sc->sc_bounce_buf, count); in musbotg_dev_ctrl_data_rx()
827 sc->sc_bounce_buf, count); in musbotg_dev_ctrl_data_tx()
834 MUSB2_REG_EPFIFO(0), sc->sc_bounce_buf, in musbotg_dev_ctrl_data_tx()
842 ((void *)&sc->sc_bounce_buf[count / 4]), temp); in musbotg_dev_ctrl_data_tx()
1003 MUSB2_REG_EPFIFO(0), sc->sc_bounce_buf, in musbotg_host_ctrl_data_rx()
1011 (void *)(&sc->sc_bounce_buf[count / 4]), temp); in musbotg_host_ctrl_data_rx()
1014 sc->sc_bounce_buf, count); in musbotg_host_ctrl_data_rx()
1173 sc->sc_bounce_buf, count); in musbotg_host_ctrl_data_tx()
[all …]
H A Dmusb_otg.h413 uint32_t sc_bounce_buf[(1024 * 3) / 4]; /* bounce buffer */ member