Searched refs:dfifo (Results 1 – 7 of 7) 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()
259 uint8_t dfifo; member373 s->dfifo = 0; in lsi_soft_reset()1309 s->dfifo = s->dbc & 0xff; in lsi_execute_script()1733 ret = s->dfifo; in lsi_reg_readb()2259 VMSTATE_UINT8(dfifo, LSIState),
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;
4302 dfifo.h: 2160