Home
last modified time | relevance | path

Searched refs:dfifo (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/usb/renesas_usbhs/
Dfifo.h35 struct usbhs_fifo dfifo[USBHS_MAX_NUM_DFIFO]; member
37 #define usbhsf_get_dnfifo(p, n) (&((p)->fifo_info.dfifo[n]))
38 #define usbhs_for_each_dfifo(priv, dfifo, i) \ argument
41 ((dfifo) = usbhsf_get_dnfifo(priv, (i))); \
Dfifo.c1417 struct usbhs_fifo *dfifo; in usbhs_fifo_init() local
1426 usbhs_for_each_dfifo(priv, dfifo, i) in usbhs_fifo_init()
1427 dfifo->pipe = NULL; in usbhs_fifo_init()
/linux-5.19.10/drivers/isdn/hardware/mISDN/
Dhfc_pci.h176 struct dfifo { struct
195 struct dfifo d_tx; /* D-send channel */ argument
196 struct dfifo d_rx; /* D-receive channel */
Dhfcpci.c459 struct dfifo *df; in receive_dmsg()
667 struct dfifo *df; in hfcpci_fill_dfifo()
/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c2428 u32 dfifo; local
2433 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;