/linux/drivers/rtc/ |
H A D | rtc-imxdi.c | 43 #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 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/Documentation/devicetree/bindings/powerpc/4xx/ |
H A D | ppc440spe-adma.txt | 17 - dcr-reg : <DCR registers range> 36 - dcr-reg : <DCR registers range> 83 - dcr-reg : <DCR registers range>
|
H A D | cpm.txt | 6 - dcr-reg : < DCR register range >
|
/linux/drivers/watchdog/ |
H A D | ie6xx_wdt.c | 37 #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 D | sysfs-bus-i3c | 60 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 D | lvds.c | 184 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 D | arches.dts | 116 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 117 0x030 0x008>; /* L2 cache DCR's */
|
H A D | taishan.dts | 111 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 112 0x030 0x008>; /* L2 cache DCR's */
|
H A D | canyonlands.dts | 119 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 120 0x030 0x008>; /* L2 cache DCR's */
|
H A D | glacier.dts | 112 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 113 0x030 0x008>; /* L2 cache DCR's */
|
/linux/drivers/acpi/nfit/ |
H A D | nfit.h | 279 DCR, enumerator
|
/linux/Documentation/trace/ |
H A D | kprobes.rst | 618 [<- 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 D | rsci.c | 27 #define DCR 0x30 macro
|
/linux/include/trace/events/ |
H A D | kvm.h | 16 ERSN(TPR_ACCESS), ERSN(S390_SIEIC), ERSN(S390_RESET), ERSN(DCR),\
|
/linux/Documentation/devicetree/bindings/net/ |
H A D | ibm,emac.txt | 181 - dcr-reg : < DCR registers range >
|
/linux/Documentation/driver-api/nvdimm/ |
H A D | nvdimm.rst | 70 DCR:
|
/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 2044 KVM_EXIT_STRING(DCR),
|