Home
last modified time | relevance | path

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

/linux/drivers/rtc/
H A Drtc-imxdi.c43 #define DCR 0x10 /* Control Reg */ macro
251 dcr = readl(imxdi->ioaddr + DCR); in di_handle_failure_state()
290 di_write_busy_wait(imxdi, DCR_TDCSL, DCR); in di_handle_invalid_state()
301 dcr = readl(imxdi->ioaddr + DCR); in di_handle_invalid_state()
329 di_write_busy_wait(imxdi, dcr | DCR_TCE, DCR); in di_handle_invalid_state()
348 dcr = __raw_readl(imxdi->ioaddr + DCR); in di_handle_invalid_and_failure_state()
561 dcr = readl(imxdi->ioaddr + DCR); in dryice_rtc_set_time()
586 return di_write_wait(imxdi, readl(imxdi->ioaddr + DCR) | DCR_TCE, DCR); in dryice_rtc_set_time()
/linux/drivers/net/wan/
H A Dhd64570.h142 #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/Documentation/devicetree/bindings/powerpc/4xx/
H A Dppc440spe-adma.txt17 - dcr-reg : <DCR registers range>
36 - dcr-reg : <DCR registers range>
83 - dcr-reg : <DCR registers range>
H A Dcpm.txt6 - dcr-reg : < DCR register range >
/linux/drivers/watchdog/
H A Die6xx_wdt.c37 #define DCR 0x14 macro
192 inl(ie6xx_wdt_data.sch_wdtba + DCR)); in ie6xx_wdt_show()
/linux/arch/powerpc/boot/dts/
H A Darches.dts116 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
117 0x030 0x008>; /* L2 cache DCR's */
H A Dtaishan.dts111 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
112 0x030 0x008>; /* L2 cache DCR's */
H A Dcanyonlands.dts119 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
120 0x030 0x008>; /* L2 cache DCR's */
H A Dglacier.dts112 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
113 0x030 0x008>; /* L2 cache DCR's */
/linux/Documentation/trace/
H A Dkprobes.rst618 [<- DCR ->]
626 DCR: Detoured Code Region
628 The instructions in DCR are copied to the out-of-line buffer
629 of the kprobe, because the bytes in DCR are replaced by
632 a) The instructions in DCR must be relocatable.
633 b) The instructions in DCR must not include a call instruction.
635 d) DCR must not straddle the border between functions.
/linux/drivers/acpi/nfit/
H A Dnfit.h279 DCR, enumerator
/linux/Documentation/devicetree/bindings/net/
H A Dibm,emac.txt181 - dcr-reg : < DCR registers range >
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c2026 KVM_EXIT_STRING(DCR),