Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dohci.c126 #define HTOO32(val) O32TOH(val) macro
629 const uint32_t tdflags = HTOO32( in ohci_reset_std_chain()
671 cur->td->td_cbp = HTOO32(sdataphys); in ohci_reset_std_chain()
672 cur->td->td_be = HTOO32(edataphys); in ohci_reset_std_chain()
673 cur->td->td_nexttd = (next != NULL) ? HTOO32(next->physaddr) : 0; in ohci_reset_std_chain()
693 HTOO32(xfer->ux_flags & USBD_SHORT_XFER_OK ? OHCI_TD_R : 0); in ohci_reset_std_chain()
870 sc->sc_ctrl_head->ed->ed_flags |= HTOO32(OHCI_ED_SKIP); in ohci_init()
881 sc->sc_bulk_head->ed->ed_flags |= HTOO32(OHCI_ED_SKIP); in ohci_init()
892 sc->sc_isoc_head->ed->ed_flags |= HTOO32(OHCI_ED_SKIP); in ohci_init()
908 sed->ed->ed_flags |= HTOO32(OHCI_ED_SKIP); in ohci_init()
[all …]