| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | stacktrace_64.c | 62 void dump_core_stack(struct pt_regs *regs) in dump_core_stack() 107 struct pt_regs regs; in dump_stack() local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx27/ |
| H A D | reset.c | 28 struct wdog_regs *regs = (struct wdog_regs *)IMX_WDT_BASE; in reset_cpu() local
|
| H A D | timer.c | 91 struct gpt_regs *regs = (struct gpt_regs *)IMX_TIM1_BASE; in timer_init() local 113 struct gpt_regs *regs = (struct gpt_regs *)IMX_TIM1_BASE; in get_ticks() local
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mx25/ |
| H A D | reset.c | 28 struct wdog_regs *regs = (struct wdog_regs *)IMX_WDT_BASE; in reset_cpu() local
|
| /rk3399_rockchip-uboot/board/creative/xfi3/ |
| H A D | xfi3.c | 79 struct mxs_lcdif_regs *regs = (struct mxs_lcdif_regs *)MXS_LCDIF_BASE; in mxsfb_write_byte() local 168 struct mxs_lcdif_regs *regs = (struct mxs_lcdif_regs *)MXS_LCDIF_BASE; in mxsfb_system_setup() local
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | atmel_hlcdfb.c | 63 struct atmel_hlcd_regs *regs; in lcd_ctrl_init() local 254 struct atmel_hlcd_regs *regs; member 294 struct atmel_hlcd_regs *regs = priv->regs; in atmel_hlcdc_init() local
|
| H A D | broadwell_igd.c | 24 u8 *regs; member 72 u8 *regs = priv->regs; in haswell_early_init() local 165 u8 *regs = priv->regs; in haswell_late_init() local 196 u8 *regs = priv->regs; in broadwell_early_init() local 292 u8 *regs = priv->regs; in broadwell_late_init() local
|
| /rk3399_rockchip-uboot/arch/x86/cpu/i386/ |
| H A D | interrupt.c | 68 static void dump_regs(struct irq_regs *regs) in dump_regs() 150 static void do_exception(struct irq_regs *regs) in do_exception() 287 void irq_llsr(struct irq_regs *regs) in irq_llsr()
|
| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | altera_sysid.c | 22 struct altera_sysid_regs *regs; member 64 struct altera_sysid_regs *const regs = plat->regs; in altera_sysid_read() local
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | lpc32xx_eth.c | 203 struct lpc32xx_eth_registers *regs; member 235 struct lpc32xx_eth_registers *regs = dlpc32xx_eth->regs; in mii_reg_read() local 294 struct lpc32xx_eth_registers *regs = dlpc32xx_eth->regs; in mii_reg_write() local 362 struct lpc32xx_eth_registers *regs = lpc32xx_eth_device->regs; in lpc32xx_eth_send() local 398 struct lpc32xx_eth_registers *regs = lpc32xx_eth_device->regs; in lpc32xx_eth_recv() local 432 struct lpc32xx_eth_registers *regs = lpc32xx_eth_device->regs; in lpc32xx_eth_write_hwaddr() local 449 struct lpc32xx_eth_registers *regs = lpc32xx_eth_device->regs; in lpc32xx_eth_init() local 542 struct lpc32xx_eth_registers *regs = lpc32xx_eth_device->regs; in lpc32xx_eth_halt() local 598 struct lpc32xx_eth_registers *regs = lpc32xx_eth.regs; in lpc32xx_eth_initialize() local
|
| H A D | xilinx_axi_emac.c | 150 static inline int mdio_wait(struct axi_regs *regs) in mdio_wait() 170 struct axi_regs *regs = priv->iobase; in phyread() local 196 struct axi_regs *regs = priv->iobase; in phywrite() local 225 struct axi_regs *regs = priv->iobase; in axiemac_phy_init() local 270 struct axi_regs *regs = priv->iobase; in setup_phy() local 352 struct axi_regs *regs = priv->iobase; in axi_ethernet_init() local 403 struct axi_regs *regs = priv->iobase; in axiemac_write_hwaddr() local 442 struct axi_regs *regs = priv->iobase; in axiemac_start() local
|
| H A D | xilinx_ll_temac_mdio.h | 44 struct temac_reg *regs; member
|
| /rk3399_rockchip-uboot/board/gdsys/a38x/ |
| H A D | spl.c | 16 u32 *regs = (u32 *)(*bootrom_save); in spl_board_init() local
|
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_lpc.c | 57 struct tpm_locality *regs; member 201 struct tpm_locality *regs = priv->regs; in tis_senddata() local 302 struct tpm_locality *regs = priv->regs; in tis_readresponse() local 395 struct tpm_locality *regs = priv->regs; in tpm_tis_lpc_open() local 420 struct tpm_locality *regs = priv->regs; in tpm_tis_lpc_close() local
|
| /rk3399_rockchip-uboot/arch/mips/mach-pic32/ |
| H A D | cpu.c | 59 struct pic32_reg_atomic *regs; in prefetch_init() local 106 void __iomem *regs; in ddr2_pmd_ungate() local
|
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | ag101p_timer.c | 65 struct atftmr_timer_regs *regs; member 71 struct atftmr_timer_regs *const regs = plat->regs; in atftmr_timer_get_count() local 81 struct atftmr_timer_regs *const regs = plat->regs; in atftmr_timer_probe() local
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | setjmp.h | 17 u64 regs[13]; member
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap4/ |
| H A D | sdram_elpida.c | 115 static void emif_get_reg_dump_sdp(u32 emif_nr, const struct emif_regs **regs) in emif_get_reg_dump_sdp() 316 void get_lpddr2_mr_regs(const struct lpddr2_mr_regs **regs) in get_lpddr2_mr_regs()
|
| /rk3399_rockchip-uboot/drivers/crypto/fsl/ |
| H A D | jr.c | 67 struct jr_regs *regs = (struct jr_regs *)SEC_JR0_ADDR(sec_idx); in jr_disable_irq() local 77 struct jr_regs *regs = (struct jr_regs *)SEC_JR0_ADDR(sec_idx); in jr_initregs() local 153 struct jr_regs *regs = (struct jr_regs *)SEC_JR0_ADDR(sec_idx); in jr_hw_reset() local 185 struct jr_regs *regs = (struct jr_regs *)SEC_JR0_ADDR(sec_idx); in jr_enqueue() local 260 struct jr_regs *regs = (struct jr_regs *)SEC_JR0_ADDR(sec_idx); in jr_dequeue() local
|
| /rk3399_rockchip-uboot/board/qca/ap143/ |
| H A D | ap143.c | 21 void __iomem *regs; in board_debug_uart_init() local
|
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | mpc86xx_ddr.c | 15 void fsl_ddr_set_memctl_regs(const fsl_ddr_cfg_regs_t *regs, in fsl_ddr_set_memctl_regs()
|
| /rk3399_rockchip-uboot/board/qca/ap121/ |
| H A D | ap121.c | 21 void __iomem *regs; in board_debug_uart_init() local
|
| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | serial_ar933x.c | 37 void __iomem *regs; member 202 void __iomem *regs = (void *)CONFIG_DEBUG_UART_BASE; in _debug_uart_init() local 230 void __iomem *regs = (void *)CONFIG_DEBUG_UART_BASE; in _debug_uart_putc() local
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci-pci.c | 19 struct ohci_regs *regs; in ohci_pci_probe() local
|
| /rk3399_rockchip-uboot/board/compulab/cm_t54/ |
| H A D | spl.c | 58 void emif_get_reg_dump(u32 emif_nr, const struct emif_regs **regs) in emif_get_reg_dump()
|