Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.c805 "HCSPLT=0x%08x\n", x, td->hcchar, td->hcsplt); in dwc_otg_host_channel_alloc()
816 uint32_t hcchar; in dwc_otg_host_channel_free_sub() local
848 hcchar = DWC_OTG_READ_4(sc, DOTG_HCCHAR(x)); in dwc_otg_host_channel_free_sub()
849 if (hcchar & HCCHAR_CHENA) { in dwc_otg_host_channel_free_sub()
852 hcchar | HCCHAR_CHDIS); in dwc_otg_host_channel_free_sub()
888 uint32_t hcchar; in dwc_otg_host_setup_tx() local
1027 hcchar = td->hcchar; in dwc_otg_host_setup_tx()
1028 hcchar &= ~(HCCHAR_EPDIR_IN | HCCHAR_EPTYPE_MASK); in dwc_otg_host_setup_tx()
1029 hcchar | in dwc_otg_host_setup_tx()
1354 uint32_t hcchar; dwc_otg_host_data_rx() local
1793 uint32_t hcchar; dwc_otg_host_data_tx() local
3310 uint32_t hcchar; dwc_otg_setup_standard_chain() local
[all...]
H A Ddwc_otg.h63 uint32_t hcchar; /* HOST CFG */ member