Searched refs:dfifo (Results 1 – 5 of 5) sorted by relevance
35 struct usbhs_fifo dfifo[USBHS_MAX_NUM_DFIFO]; member37 #define usbhsf_get_dnfifo(p, n) (&((p)->fifo_info.dfifo[n]))38 #define usbhs_for_each_dfifo(priv, dfifo, i) \ argument41 ((dfifo) = usbhsf_get_dnfifo(priv, (i))); \
1392 struct usbhs_fifo *dfifo; in usbhs_fifo_init() local1401 usbhs_for_each_dfifo(priv, dfifo, i) in usbhs_fifo_init()1402 dfifo->pipe = NULL; in usbhs_fifo_init()
190 struct dfifo { struct209 struct dfifo d_tx; /* D-send channel */ argument210 struct dfifo d_rx; /* D-receive channel */
472 struct dfifo *df; in receive_dmsg()681 struct dfifo *df; in hfcpci_fill_dfifo()
2441 u32 dfifo; local2446 dfifo = INL(np, nc_dfifo);2452 if (dfifo & (DFS << 16))2453 delta = ((((dfifo >> 8) & 0x300) |2454 (dfifo & 0xff)) - rest) & 0x3ff;2456 delta = ((dfifo & 0xff) - rest) & 0x7f;