Home
last modified time | relevance | path

Searched refs:DCR (Results 1 – 20 of 20) sorted by relevance

/linux-3.4.99/drivers/net/wan/
Dhd64570.h141 #define DCR 0x15 /* DMA Command */ macro
142 #define DCR_RX(node) (DCR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET))
143 #define DCR_TX(node) (DCR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
/linux-3.4.99/arch/sh/include/cpu-sh5/cpu/
Dregisters.h40 #define DCR cr16
99 #define __DCR __str(DCR)
/linux-3.4.99/Documentation/devicetree/bindings/powerpc/4xx/
Dppc440spe-adma.txt17 - dcr-reg : <DCR registers range>
36 - dcr-reg : <DCR registers range>
85 - dcr-reg : <DCR registers range>
Dcpm.txt6 - dcr-reg : < DCR register range >
Demac.txt123 - dcr-reg : < DCR registers range >
/linux-3.4.99/drivers/rtc/
Drtc-imxdi.c50 #define DCR 0x10 /* Control Reg */ macro
456 if (!(__raw_readl(imxdi->ioaddr + DCR) & DCR_TCE)) { in dryice_rtc_probe()
458 __raw_readl(imxdi->ioaddr + DCR) | DCR_TCE, in dryice_rtc_probe()
459 DCR); in dryice_rtc_probe()
/linux-3.4.99/arch/mn10300/include/asm/
Dframe.inc77 movhu (DCR),d1
79 movhu d1,(DCR)
Dcpu-regs.h122 #define DCR __SYSREG(0xc0000030, u16) /* Debug control register */ macro
/linux-3.4.99/arch/ia64/kernel/
Dparavirt.c183 CASE_GET_CR(DCR); in ia64_native_getreg_func()
263 CASE_SET_CR(DCR); in ia64_native_setreg_func()
443 __DEFINE_GET_CR(DCR, dcr)
526 __DEFINE_SET_CR(DCR, dcr)
836 IA64_NATIVE_PATCH_BUNDLE_ELEM_CR(dcr, DCR),
/linux-3.4.99/drivers/usb/serial/
Dmos7720.c146 DCR, enumerator
525 write_mos_reg(mos_parport->serial, dummy, DCR, data); in parport_mos7715_write_control()
558 write_mos_reg(mos_parport->serial, dummy, DCR, mos_parport->shadowDCR); in parport_mos7715_frob_control()
597 write_mos_reg(mos_parport->serial, dummy, DCR, mos_parport->shadowDCR); in parport_mos7715_data_forward()
609 write_mos_reg(mos_parport->serial, dummy, DCR, mos_parport->shadowDCR); in parport_mos7715_data_reverse()
650 write_parport_reg_nonblock(mos_parport, DCR, mos_parport->shadowDCR); in parport_mos7715_restore_state()
737 write_mos_reg(mos_parport->serial, dummy, DCR, mos_parport->shadowDCR); in mos7715_parport_init()
/linux-3.4.99/Documentation/powerpc/
Dkvm_440.txt38 IO: MMIO and DCR accesses are emulated by userspace. We use virtio for network
/linux-3.4.99/arch/powerpc/boot/dts/
Darches.dts130 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
131 0x030 0x008>; /* L2 cache DCR's */
Dtaishan.dts111 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
112 0x030 0x008>; /* L2 cache DCR's */
Dcanyonlands.dts119 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
120 0x030 0x008>; /* L2 cache DCR's */
Dglacier.dts112 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
113 0x030 0x008>; /* L2 cache DCR's */
/linux-3.4.99/Documentation/
Dkprobes.txt584 [<- DCR ->]
592 DCR: Detoured Code Region
594 The instructions in DCR are copied to the out-of-line buffer
595 of the kprobe, because the bytes in DCR are replaced by
598 a) The instructions in DCR must be relocatable.
599 b) The instructions in DCR must not include a call instruction.
601 d) DCR must not straddle the border between functions.
/linux-3.4.99/arch/ia64/kvm/
Dtrampoline.S269 add r2 = CTX(DCR),r32; \
272 st8 [r2] = r16,CTX(IVA)-CTX(DCR); \
287 add r2 = CTX(DCR),r33; \
289 ld8 r16 = [r2],CTX(IVA)-CTX(DCR); \
/linux-3.4.99/include/trace/events/
Dkvm.h15 ERSN(TPR_ACCESS), ERSN(S390_SIEIC), ERSN(S390_RESET), ERSN(DCR),\
/linux-3.4.99/arch/sh/kernel/cpu/sh5/
Dentry.S455 putcon SP, DCR
500 getcon DCR, SP
513 putcon SP, DCR
540 getcon DCR, SP
/linux-3.4.99/drivers/tty/
Dsynclink.c378 #define DCR 0x06 /* DMA Control Register (shared) */ macro
5090 usc_OutDmaReg( info, DCR, 0xa00b ); in usc_set_sdlc_mode()
5093 usc_OutDmaReg( info, DCR, 0x800b ); in usc_set_sdlc_mode()