Searched refs:DCR (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/drivers/rtc/ |
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() 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-6.6.21/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-6.6.21/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-6.6.21/drivers/watchdog/ |
D | ie6xx_wdt.c | 37 #define DCR 0x14 macro 192 inl(ie6xx_wdt_data.sch_wdtba + DCR)); in ie6xx_wdt_show()
|
/linux-6.6.21/Documentation/ABI/testing/ |
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 118 DCR stands for Device Characteristics Register and express the
|
/linux-6.6.21/arch/powerpc/boot/dts/ |
D | arches.dts | 116 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 117 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 | canyonlands.dts | 119 dcr-reg = <0x020 0x008 /* Internal SRAM DCR's */ 120 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 */
|
/linux-6.6.21/drivers/acpi/nfit/ |
D | nfit.h | 279 DCR, enumerator
|
/linux-6.6.21/Documentation/trace/ |
D | kprobes.rst | 617 [<- DCR ->] 625 DCR: Detoured Code Region 627 The instructions in DCR are copied to the out-of-line buffer 628 of the kprobe, because the bytes in DCR are replaced by 631 a) The instructions in DCR must be relocatable. 632 b) The instructions in DCR must not include a call instruction. 634 d) DCR must not straddle the border between functions.
|
/linux-6.6.21/include/trace/events/ |
D | kvm.h | 16 ERSN(TPR_ACCESS), ERSN(S390_SIEIC), ERSN(S390_RESET), ERSN(DCR),\
|
/linux-6.6.21/Documentation/devicetree/bindings/net/ |
D | ibm,emac.txt | 181 - dcr-reg : < DCR registers range >
|
/linux-6.6.21/Documentation/driver-api/i3c/ |
D | protocol.rst | 72 * DCR: Device Characteristic Register. This 8-bit register describes the
|
/linux-6.6.21/Documentation/driver-api/nvdimm/ |
D | nvdimm.rst | 70 DCR:
|
/linux-6.6.21/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 1866 KVM_EXIT_STRING(DCR),
|