Searched refs:cpu_to_hc32 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/adm5120/files/drivers/usb/host/
H A Dadm5120-q.c106 (ed->hwINFO & cpu_to_hc32(ahcd, ED_ISO)) ? "iso " : "",
131 *prev_p = cpu_to_hc32(ahcd, ed->dma);
156 ed->hwNextED = cpu_to_hc32(ahcd, ed->ed_next->dma);
161 old_tail->hwNextED = cpu_to_hc32(ahcd, ed->dma);
196 (ed->hwINFO & cpu_to_hc32(ahcd, ED_ISO)) ? "iso " : "",
230 ed->hwINFO |= cpu_to_hc32(ahcd, ED_SKIP);
276 ed->hwINFO = cpu_to_hc32(ahcd, info);
277 ed->hwTailP = cpu_to_hc32(ahcd, td->td_dma);
337 ed->hwINFO |= cpu_to_hc32(ahcd, ED_DEQUEUE);
403 td->hwINFO = cpu_to_hc32(ahc
[all...]
H A Dadm5120-mem.c110 td->hwNextTD = cpu_to_hc32(ahcd, dma);
127 else if ((td->hwINFO & cpu_to_hc32(ahcd, TD_DONE)) != 0)
H A Dadm5120-hcd.c408 ahcd->ed_tails[PIPE_INTERRUPT]->hwNextED = cpu_to_hc32(ahcd, ed->dma);
417 ahcd->ed_tails[PIPE_ISOCHRONOUS]->hwNextED = cpu_to_hc32(ahcd, ed->dma);
426 ahcd->ed_tails[PIPE_CONTROL]->hwNextED = cpu_to_hc32(ahcd, ed->dma);
H A Dadm5120-pm.c372 ed->hwINFO |= cpu_to_hc32(ahcd, ED_DEQUEUE);
H A Dadm5120.h592 static inline __hc32 cpu_to_hc32(const struct admhcd *ahcd, const u32 x) function
H A Dadm5120-dbg.c580 cpu_to_hc32(ahcd, ED_H)) ?

Completed in 35 milliseconds