Symbol: O32TOH
sys/dev/usb/ohci.c
126
#define HTOO32(val) O32TOH(val)
sys/dev/usb/ohci.c
1271
O32TOH(sc->sc_hcca->hcca_frame_number),
sys/dev/usb/ohci.c
1272
O32TOH(sc->sc_hcca->hcca_done_head), 0, 0);
sys/dev/usb/ohci.c
1471
done = O32TOH(sc->sc_hcca->hcca_done_head) & ~OHCI_DONE_INTRS;
sys/dev/usb/ohci.c
1487
done = O32TOH(std->td->td_nexttd);
sys/dev/usb/ohci.c
1497
done = O32TOH(sitd->itd->itd_nextitd);
sys/dev/usb/ohci.c
1551
len -= O32TOH(std->td->td_be) -
sys/dev/usb/ohci.c
1552
O32TOH(std->td->td_cbp) + 1;
sys/dev/usb/ohci.c
1557
cc = OHCI_TD_GET_CC(O32TOH(std->td->td_flags));
sys/dev/usb/ohci.c
1585
(O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY));
sys/dev/usb/ohci.c
1647
if (OHCI_ITD_GET_CC(O32TOH(sitd->
sys/dev/usb/ohci.c
1654
iframes = OHCI_ITD_GET_FC(O32TOH(
sys/dev/usb/ohci.c
1993
uint32_t flags = O32TOH(std->td->td_flags);
sys/dev/usb/ohci.c
2003
(u_long)O32TOH(std->td->td_cbp),
sys/dev/usb/ohci.c
2004
(u_long)O32TOH(std->td->td_nexttd),
sys/dev/usb/ohci.c
2005
(u_long)O32TOH(std->td->td_be), 0);
sys/dev/usb/ohci.c
2016
uint32_t flags = O32TOH(sitd->itd->itd_flags);
sys/dev/usb/ohci.c
2022
O32TOH(sitd->itd->itd_bp0),
sys/dev/usb/ohci.c
2023
O32TOH(sitd->itd->itd_nextitd),
sys/dev/usb/ohci.c
2024
O32TOH(sitd->itd->itd_be), 0);
sys/dev/usb/ohci.c
2055
uint32_t flags = O32TOH(sed->ed->ed_flags);
sys/dev/usb/ohci.c
2067
DPRINTF(" tailp=0x%08jx", (u_long)O32TOH(sed->ed->ed_tailp),
sys/dev/usb/ohci.c
2070
O32TOH(sed->ed->ed_headp), O32TOH(sed->ed->ed_nexted),
sys/dev/usb/ohci.c
2071
!!(O32TOH(sed->ed->ed_headp) & OHCI_HALTED),
sys/dev/usb/ohci.c
2072
!!(O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY));
sys/dev/usb/ohci.c
2221
if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) !=
sys/dev/usb/ohci.c
2222
(O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK)) {
sys/dev/usb/ohci.c
2224
std = ohci_hash_find_td(sc, O32TOH(sed->ed->ed_headp));
sys/dev/usb/ohci.c
2227
(int)O32TOH(sed->ed->ed_headp),
sys/dev/usb/ohci.c
2228
(int)O32TOH(sed->ed->ed_tailp),
sys/dev/usb/ohci.c
2237
if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) !=
sys/dev/usb/ohci.c
2238
(O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK))
sys/dev/usb/ohci.c
2246
(O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY) ? 1 : 0;
sys/dev/usb/ohci.c
2369
headp = O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK;
sys/dev/usb/ohci.c
2378
int cc = OHCI_TD_GET_CC(O32TOH(p->td->td_flags));
sys/dev/usb/ohci.c
2412
(int)O32TOH(sed->ed->ed_tailp), 0, 0);
sys/dev/usb/ohci.c
2415
(O32TOH(sed->ed->ed_headp) & OHCI_TOGGLECARRY));
sys/dev/usb/ohci.c
2840
KASSERTMSG(OHCI_ED_GET_FA(O32TOH(sed->ed->ed_flags)) == dev->ud_addr,
sys/dev/usb/ohci.c
2842
OHCI_ED_GET_FA(O32TOH(sed->ed->ed_flags)), dev->ud_addr);
sys/dev/usb/ohci.c
2843
KASSERTMSG(OHCI_ED_GET_MAXP(O32TOH(sed->ed->ed_flags)) ==
sys/dev/usb/ohci.c
2846
OHCI_ED_GET_MAXP(O32TOH(sed->ed->ed_flags)),
sys/dev/usb/ohci.c
2895
setup->td->td_be = HTOO32(O32TOH(setup->td->td_cbp) + sizeof(*req) - 1);
sys/dev/usb/ohci.c
3137
(int)O32TOH(sed->ed->ed_flags),
sys/dev/usb/ohci.c
3138
(int)O32TOH(data->td->td_flags),
sys/dev/usb/ohci.c
3139
(int)O32TOH(data->td->td_cbp),
sys/dev/usb/ohci.c
3140
(int)O32TOH(data->td->td_be));
sys/dev/usb/ohci.c
3384
if ((O32TOH(sed->ed->ed_tailp) & OHCI_HEADMASK) !=
sys/dev/usb/ohci.c
3385
(O32TOH(sed->ed->ed_headp) & OHCI_HEADMASK))
sys/dev/usb/ohci.c
3603
isoc->next = O32TOH(sc->sc_hcca->hcca_frame_number) + 5;
sys/dev/usb/ohci.c
3728
DPRINTF("frame=%jd", O32TOH(sc->sc_hcca->hcca_frame_number),