Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/rtc/
Drtc-imxdi.c42 #define DCR 0x10 /* Control Reg */ macro
250 dcr = readl(imxdi->ioaddr + DCR); in di_handle_failure_state()
289 di_write_busy_wait(imxdi, DCR_TDCSL, DCR); in di_handle_invalid_state()
300 dcr = readl(imxdi->ioaddr + DCR); in di_handle_invalid_state()
328 di_write_busy_wait(imxdi, dcr | DCR_TCE, DCR); in di_handle_invalid_state()
347 dcr = __raw_readl(imxdi->ioaddr + DCR); in di_handle_invalid_and_failure_state()
560 dcr = readl(imxdi->ioaddr + DCR); in dryice_rtc_set_time()
585 return di_write_wait(imxdi, readl(imxdi->ioaddr + DCR) | DCR_TCE, DCR); in dryice_rtc_set_time()
/Linux-v5.10/drivers/net/wan/
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-v5.10/Documentation/devicetree/bindings/powerpc/4xx/
Dppc440spe-adma.txt17 - dcr-reg : <DCR registers range>
36 - dcr-reg : <DCR registers range>
83 - dcr-reg : <DCR registers range>
Dcpm.txt6 - dcr-reg : < DCR register range >
/Linux-v5.10/drivers/watchdog/
Die6xx_wdt.c37 #define DCR 0x14 macro
192 inl(ie6xx_wdt_data.sch_wdtba + DCR)); in ie6xx_wdt_show()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-i3c60 DCR stands for Device Characteristics Register and express the
63 This entry describes the DCR of the master controller driving
118 DCR stands for Device Characteristics Register and express the
/Linux-v5.10/arch/powerpc/boot/dts/
Darches.dts116 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */
117 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-v5.10/Documentation/trace/
Dkprobes.rst632 [<- DCR ->]
640 DCR: Detoured Code Region
642 The instructions in DCR are copied to the out-of-line buffer
643 of the kprobe, because the bytes in DCR are replaced by
646 a) The instructions in DCR must be relocatable.
647 b) The instructions in DCR must not include a call instruction.
649 d) DCR must not straddle the border between functions.
/Linux-v5.10/drivers/acpi/nfit/
Dnfit.h285 DCR, enumerator
Dcore.c2453 struct nfit_blk_mmio *mmio = &nfit_blk->mmio[DCR]; in read_blk_stat()
2467 struct nfit_blk_mmio *mmio = &nfit_blk->mmio[DCR]; in write_blk_ctl()
2656 mmio = &nfit_blk->mmio[DCR]; in acpi_nfit_blk_region_enable()
/Linux-v5.10/include/trace/events/
Dkvm.h16 ERSN(TPR_ACCESS), ERSN(S390_SIEIC), ERSN(S390_RESET), ERSN(DCR),\
/Linux-v5.10/Documentation/devicetree/bindings/net/
Dibm,emac.txt181 - dcr-reg : < DCR registers range >
/Linux-v5.10/Documentation/driver-api/i3c/
Dprotocol.rst72 * DCR: Device Characteristic Register. This 8-bit register describes the
/Linux-v5.10/Documentation/driver-api/nvdimm/
Dnvdimm.rst79 DCR:
585 example, the NFIT allows for a DCR to be published without a
/Linux-v5.10/drivers/tty/
Dsynclink.c375 #define DCR 0x06 /* DMA Control Register (shared) */ macro
4915 usc_OutDmaReg( info, DCR, 0xa00b ); in usc_set_sdlc_mode()