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))); \
1417 struct usbhs_fifo *dfifo; in usbhs_fifo_init() local1426 usbhs_for_each_dfifo(priv, dfifo, i) in usbhs_fifo_init()1427 dfifo->pipe = NULL; in usbhs_fifo_init()
176 struct dfifo { struct195 struct dfifo d_tx; /* D-send channel */ argument196 struct dfifo d_rx; /* D-receive channel */
459 struct dfifo *df; in receive_dmsg()667 struct dfifo *df; in hfcpci_fill_dfifo()
2428 u32 dfifo; local2433 dfifo = INL(np, nc_dfifo);2439 if (dfifo & (DFS << 16))2440 delta = ((((dfifo >> 8) & 0x300) |2441 (dfifo & 0xff)) - rest) & 0x3ff;2443 delta = ((dfifo & 0xff) - rest) & 0x7f;