Home
last modified time | relevance | path

Searched refs:DMR (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/wan/
Dhd64570.h132 #define DMR 0x11 /* DMA Mode */ macro
133 #define DMR_RX(node) (DMR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET))
134 #define DMR_TX(node) (DMR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
/linux-3.4.99/drivers/input/misc/
DKconfig283 tristate "Keyspan DMR USB remote control (EXPERIMENTAL)"
288 Say Y here if you want to use a Keyspan DMR USB remote control.
291 will tell you what type of DMR you have. The UIA-10 type is not
/linux-3.4.99/drivers/tty/
Dsynclinkmp.c376 #define DMR 0x91 macro
4669 write_reg(info, TXDMA + DMR, 0x14); in hdlc_mode()
4670 write_reg(info, RXDMA + DMR, 0x14); in hdlc_mode()