Searched refs:TXD (Results 1 – 4 of 4) sorted by relevance
| /drivers/mailbox/ |
| A D | bcm-pdc-mailbox.c | 70 #define TXD(x, max_mask) XXD((x), (max_mask)) macro 72 #define NEXTTXD(i, max_mask) TXD((i) + 1, (max_mask)) 73 #define PREVTXD(i, max_mask) TXD((i) - 1, (max_mask)) 76 #define NTXDACTIVE(h, t, max_mask) TXD((t) - (h), (max_mask))
|
| /drivers/mtd/nand/raw/ |
| A D | mxic_nand.c | 63 #define TXD(x) (0x14 + ((x) * 4)) macro 361 writel(data, nfc->regs + TXD(nbytes % 4)); in mxic_nfc_data_xfer()
|
| /drivers/misc/ |
| A D | lan966x_pci.dtso | 103 /* RXD, TXD */
|
| /drivers/spi/ |
| A D | spi-mxic.c | 64 #define TXD(x) (0x14 + ((x) * 4)) macro 370 writel(data, mxic->regs + TXD(nbytes % 4)); in mxic_spi_data_xfer()
|
Completed in 17 milliseconds