Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-imxdi.c52 #define DCR 0x10 /* Control Reg */ macro
262 dcr = readl(imxdi->ioaddr + DCR); in di_handle_failure_state()
301 di_write_busy_wait(imxdi, DCR_TDCSL, DCR); in di_handle_invalid_state()
312 dcr = readl(imxdi->ioaddr + DCR); in di_handle_invalid_state()
340 di_write_busy_wait(imxdi, dcr | DCR_TCE, DCR); in di_handle_invalid_state()
359 dcr = __raw_readl(imxdi->ioaddr + DCR); in di_handle_invalid_and_failure_state()
572 dcr = readl(imxdi->ioaddr + DCR); in dryice_rtc_set_mmss()
597 return di_write_wait(imxdi, readl(imxdi->ioaddr + DCR) | DCR_TCE, DCR); in dryice_rtc_set_mmss()
/linux-4.4.14/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-4.4.14/arch/sh/include/cpu-sh5/cpu/
Dregisters.h40 #define DCR cr16 macro
99 #define __DCR __str(DCR)
/linux-4.4.14/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-4.4.14/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-4.4.14/drivers/watchdog/
Die6xx_wdt.c52 #define DCR 0x14 macro
207 inl(ie6xx_wdt_data.sch_wdtba + DCR)); in ie6xx_wdt_dbg_show()
/linux-4.4.14/drivers/acpi/
Dnfit.h121 DCR, enumerator
Dnfit.c1073 struct nfit_blk_mmio *mmio = &nfit_blk->mmio[DCR]; in read_blk_stat()
1086 struct nfit_blk_mmio *mmio = &nfit_blk->mmio[DCR]; in write_blk_ctl()
1398 mmio = &nfit_blk->mmio[DCR]; in acpi_nfit_blk_region_enable()
/linux-4.4.14/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-4.4.14/Documentation/
Dkprobes.txt599 [<- DCR ->]
607 DCR: Detoured Code Region
609 The instructions in DCR are copied to the out-of-line buffer
610 of the kprobe, because the bytes in DCR are replaced by
613 a) The instructions in DCR must be relocatable.
614 b) The instructions in DCR must not include a call instruction.
616 d) DCR must not straddle the border between functions.
/linux-4.4.14/include/trace/events/
Dkvm.h15 ERSN(TPR_ACCESS), ERSN(S390_SIEIC), ERSN(S390_RESET), ERSN(DCR),\
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dentry.S455 putcon SP, DCR
500 getcon DCR, SP
513 putcon SP, DCR
540 getcon DCR, SP
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt68 DCR: NVDIMM Control Region Structure defined in ACPI 6 Section 5.2.25.5.
528 example, the NFIT allows for a DCR to be published without a
/linux-4.4.14/drivers/tty/
Dsynclink.c377 #define DCR 0x06 /* DMA Control Register (shared) */ macro
5089 usc_OutDmaReg( info, DCR, 0xa00b ); in usc_set_sdlc_mode()
5092 usc_OutDmaReg( info, DCR, 0x800b ); in usc_set_sdlc_mode()