Searched refs:DCR (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/drivers/rtc/ |
D | rtc-imxdi.c | 52 #define DCR 0x10 /* Control Reg */ macro 260 dcr = readl(imxdi->ioaddr + DCR); in di_handle_failure_state() 299 di_write_busy_wait(imxdi, DCR_TDCSL, DCR); in di_handle_invalid_state() 310 dcr = readl(imxdi->ioaddr + DCR); in di_handle_invalid_state() 338 di_write_busy_wait(imxdi, dcr | DCR_TCE, DCR); in di_handle_invalid_state() 357 dcr = __raw_readl(imxdi->ioaddr + DCR); in di_handle_invalid_and_failure_state() 570 dcr = readl(imxdi->ioaddr + DCR); in dryice_rtc_set_mmss() 595 return di_write_wait(imxdi, readl(imxdi->ioaddr + DCR) | DCR_TCE, DCR); in dryice_rtc_set_mmss()
|
/Linux-v4.19/drivers/net/wan/ |
D | hd64570.h | 142 #define DCR 0x15 /* DMA Command */ macro 143 #define DCR_RX(node) (DCR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) 144 #define DCR_TX(node) (DCR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
|
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/4xx/ |
D | ppc440spe-adma.txt | 17 - dcr-reg : <DCR registers range> 36 - dcr-reg : <DCR registers range> 83 - dcr-reg : <DCR registers range>
|
D | cpm.txt | 6 - dcr-reg : < DCR register range >
|
/Linux-v4.19/arch/sh/include/cpu-sh5/cpu/ |
D | registers.h | 40 #define DCR cr16 macro 99 #define __DCR __str(DCR)
|
/Linux-v4.19/drivers/watchdog/ |
D | ie6xx_wdt.c | 52 #define DCR 0x14 macro 207 inl(ie6xx_wdt_data.sch_wdtba + DCR)); in ie6xx_wdt_dbg_show()
|
/Linux-v4.19/drivers/acpi/nfit/ |
D | nfit.h | 225 DCR, enumerator
|
D | core.c | 2204 struct nfit_blk_mmio *mmio = &nfit_blk->mmio[DCR]; in read_blk_stat() 2218 struct nfit_blk_mmio *mmio = &nfit_blk->mmio[DCR]; in write_blk_ctl() 2407 mmio = &nfit_blk->mmio[DCR]; in acpi_nfit_blk_region_enable()
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | arches.dts | 130 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 131 0x030 0x008>; /* L2 cache DCR's */
|
D | taishan.dts | 111 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 112 0x030 0x008>; /* L2 cache DCR's */
|
D | glacier.dts | 112 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 113 0x030 0x008>; /* L2 cache DCR's */
|
D | canyonlands.dts | 119 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 120 0x030 0x008>; /* L2 cache DCR's */
|
/Linux-v4.19/Documentation/ |
D | kprobes.txt | 630 [<- DCR ->] 638 DCR: Detoured Code Region 640 The instructions in DCR are copied to the out-of-line buffer 641 of the kprobe, because the bytes in DCR are replaced by 644 a) The instructions in DCR must be relocatable. 645 b) The instructions in DCR must not include a call instruction. 647 d) DCR must not straddle the border between functions.
|
/Linux-v4.19/include/trace/events/ |
D | kvm.h | 16 ERSN(TPR_ACCESS), ERSN(S390_SIEIC), ERSN(S390_RESET), ERSN(DCR),\
|
/Linux-v4.19/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 455 putcon SP, DCR 500 getcon DCR, SP 513 putcon SP, DCR 540 getcon DCR, SP
|
/Linux-v4.19/Documentation/devicetree/bindings/net/ |
D | ibm,emac.txt | 181 - dcr-reg : < DCR registers range >
|
/Linux-v4.19/Documentation/nvdimm/ |
D | nvdimm.txt | 68 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-v4.19/drivers/tty/ |
D | synclink.c | 376 #define DCR 0x06 /* DMA Control Register (shared) */ macro 5059 usc_OutDmaReg( info, DCR, 0xa00b ); in usc_set_sdlc_mode() 5062 usc_OutDmaReg( info, DCR, 0x800b ); in usc_set_sdlc_mode()
|