Home
last modified time | relevance | path

Searched refs:TXD (Results 1 – 4 of 4) sorted by relevance

/drivers/mailbox/
A Dbcm-pdc-mailbox.c70 #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 Dmxic_nand.c63 #define TXD(x) (0x14 + ((x) * 4)) macro
361 writel(data, nfc->regs + TXD(nbytes % 4)); in mxic_nfc_data_xfer()
/drivers/misc/
A Dlan966x_pci.dtso103 /* RXD, TXD */
/drivers/spi/
A Dspi-mxic.c64 #define TXD(x) (0x14 + ((x) * 4)) macro
370 writel(data, mxic->regs + TXD(nbytes % 4)); in mxic_spi_data_xfer()

Completed in 17 milliseconds