Home
last modified time | relevance | path

Searched refs:DCR (Results 1 – 18 of 18) 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()
299 * - the TCHL or TCSL bit is set in DCR in di_handle_invalid_state()
301 dcr = readl(imxdi->ioaddr + DCR); in di_handle_invalid_state()
319 * - its TCE (DCR) is cleared 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_TC in dryice_rtc_set_time()
[all...]
/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
191 seq_printf(s, "DCR = 0x%08x\n", in ie6xx_wdt_show()
192 inl(ie6xx_wdt_data.sch_wdtba + DCR)); in ie6xx_wdt_show()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i3c60 DCR stands for Device Characteristics Register and express the
63 This entry describes the DCR of the master controller driving
133 DCR stands for Device Characteristics Register and express the
/linux/drivers/gpu/drm/stm/
H A Dlvds.c184 u32 DCR; /* Debug Control Register */ member
214 .DCR = 0x84,
240 .DCR = 0x84,
536 lvds_set(lvds, phy->base + phy->ofs.DCR, PHY_DCR_POWER_OK); in lvds_pll_config()
/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/drivers/acpi/nfit/
H A Dnfit.h279 DCR, enumerator
/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/tty/serial/
H A Drsci.c27 #define DCR 0x30 macro
/linux/include/trace/events/
H A Dkvm.h16 ERSN(TPR_ACCESS), ERSN(S390_SIEIC), ERSN(S390_RESET), ERSN(DCR),\
/linux/Documentation/devicetree/bindings/net/
H A Dibm,emac.txt181 - dcr-reg : < DCR registers range >
/linux/Documentation/driver-api/nvdimm/
H A Dnvdimm.rst70 DCR:
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c2044 KVM_EXIT_STRING(DCR),