Home
last modified time | relevance | path

Searched refs:rsr (Results 1 – 23 of 23) sorted by relevance

/u-boot/arch/xtensa/include/asm/arch-dc232b/
A Dtie-asm.h38 rsr \at1, ACCLO // MAC16 accumulator
39 rsr \at2, ACCHI
46 rsr \at1, M0 // MAC16 registers
47 rsr \at2, M1
50 rsr \at1, M2
51 rsr \at2, M3
58 rsr \at1, SCOMPARE1 // conditional store option
/u-boot/arch/xtensa/include/asm/arch-de212/
A Dtie-asm.h60 rsr.ACCLO \at1 // MAC16 option
62 rsr.ACCHI \at1 // MAC16 option
72 rsr.SCOMPARE1 \at1 // conditional store option
74 rsr.M0 \at1 // MAC16 option
76 rsr.M1 \at1 // MAC16 option
78 rsr.M2 \at1 // MAC16 option
80 rsr.M3 \at1 // MAC16 option
/u-boot/arch/xtensa/include/asm/arch-dc233c/
A Dtie-asm.h69 rsr \at1, ACCLO // MAC16 option
71 rsr \at1, ACCHI // MAC16 option
81 rsr \at1, M0 // MAC16 option
83 rsr \at1, M1 // MAC16 option
85 rsr \at1, M2 // MAC16 option
87 rsr \at1, M3 // MAC16 option
89 rsr \at1, SCOMPARE1 // conditional store option
/u-boot/arch/xtensa/cpu/
A Dstart.S302 rsr a0, windowbase
375 rsr a2, EXCCAUSE # find handler
395 rsr a3, EXCSAVE1
417 rsr a2, WINDOWSTART
421 rsr a2, SAR
422 rsr a3, EPC1
423 rsr a4, EXCVADDR
430 rsr a3, LBEG
433 rsr a3, LEND
441 rsr a2, EXCCAUSE
[all …]
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dcpu_init.c154 gd->arch.reset_status = __raw_readl(&im->reset.rsr); in cpu_init_f()
155 __raw_writel(~(RSR_RES), &im->reset.rsr); in cpu_init_f()
390 ulong rsr = gd->arch.reset_status; in prt_83xx_rsr() local
398 if (rsr & bits[i].mask) { in prt_83xx_rsr()
405 print_83xx_arb_event(rsr & RSR_BMRS); in prt_83xx_rsr()
/u-boot/drivers/sysreset/
A Dsysreset_mpc83xx.c153 ulong rsr = gd->arch.reset_status; in mpc83xx_sysreset_get_status() local
170 if (rsr & bits[i].mask) { in mpc83xx_sysreset_get_status()
193 res = print_83xx_arb_event(rsr & RSR_BMRS, buf, size); in mpc83xx_sysreset_get_status()
/u-boot/arch/arm/mach-imx/imx8ulp/upower/
A Dupower_hal.c37 while (!(readl(&muptr->rsr) & BIT(0))) { in upower_wait_resp()
38 debug("%s: poll the mu:%x\n", __func__, readl(&muptr->rsr)); in upower_wait_resp()
A Dupower_api.c200 u32 len = readl(&mu->rsr); in upwr_rx()
279 if (readl(&mu->rsr)) in upwr_txrx_isr()
388 if (readl(&mu->rsr) & BIT(0)) /* first clean any Rx message left over */ in upwr_init()
407 while (!readl(&mu->rsr) & BIT(0)) in upwr_init()
/u-boot/arch/arm/mach-at91/include/mach/
A Dat91_emac.h20 u32 rsr; member
/u-boot/arch/m68k/include/asm/
A Dimmap_5307.h21 u8 rsr; member
A Dimmap_520x.h83 u8 rsr; member
A Dimmap_5235.h197 u8 rsr; /* 0x02 */ member
A Dimmap_5301x.h141 u8 rsr; member
A Dimmap_5275.h347 u8 rsr; member
A Dimmap_5329.h141 u8 rsr; member
A Dimmap_5441x.h99 u8 rsr; member
/u-boot/arch/arm/include/asm/arch-imx8ulp/
A Dimx-regs.h87 u32 rsr; member
/u-boot/drivers/misc/sentinel/
A Ds4mu.c73 ret = readl_poll_timeout(&mu_base->rsr, val, val & mask, 10000); in mu_hal_receivemsg()
/u-boot/arch/arm/include/asm/arch-imx9/
A Dimx-regs.h74 u32 rsr; member
/u-boot/arch/arm/include/asm/arch-sunxi/
A Ddram_sun50i_h6.h267 u32 rsr[4]; /* 0xd0 */ member
/u-boot/drivers/clk/stm32/
A Dclk-stm32h7.c172 u32 rsr; /* 0xd0 Reset Status Register */ member
/u-boot/arch/arm/mach-sunxi/
A Ddram_sun50i_h6.c537 debug("DRAM PHY DX%dRSR0 = %x\n", i, readl(&mctl_phy->dx[i].rsr[0])); in mctl_channel_init()
/u-boot/arch/powerpc/include/asm/
A Dimmap_83xx.h186 u32 rsr; /* Reset Status Register */ member

Completed in 63 milliseconds