Searched refs:RXD (Results 1 – 5 of 5) sorted by relevance
| /drivers/mailbox/ |
| A D | bcm-pdc-mailbox.c | 71 #define RXD(x, max_mask) XXD((x), (max_mask)) macro 74 #define NEXTRXD(i, max_mask) RXD((i) + 1, (max_mask)) 75 #define PREVRXD(i, max_mask) RXD((i) - 1, (max_mask)) 77 #define NRXDACTIVE(h, t, max_mask) RXD((t) - (h), (max_mask))
|
| /drivers/mtd/nand/raw/ |
| A D | mxic_nand.c | 64 #define RXD 0x24 macro 374 data = readl(nfc->regs + RXD); in mxic_nfc_data_xfer()
|
| /drivers/net/ethernet/intel/idpf/ |
| A D | idpf_txrx.h | 82 #define IDPF_RX_BUFQ_DESC_COUNT(RXD, NUM_BUFQ) ((RXD) / (NUM_BUFQ)) argument
|
| /drivers/misc/ |
| A D | lan966x_pci.dtso | 103 /* RXD, TXD */
|
| /drivers/spi/ |
| A D | spi-mxic.c | 65 #define RXD 0x24 macro 383 data = readl(mxic->regs + RXD); in mxic_spi_data_xfer()
|
Completed in 20 milliseconds