/openbmc/linux/Documentation/devicetree/bindings/bus/ |
H A D | ti-sysc.yaml | 27 SYSCONFIG and SYSSTATUS. 59 REVISION, SYSCONFIG and SYSSTATUS registers as defined in the 152 description: Mask of supported register bits for the SYSSTATUS register
|
/openbmc/u-boot/drivers/usb/musb/ |
H A D | omap3.c | 38 u32 sysstatus; member 74 l = readl(&otg->sysstatus); in musb_db_otg_regs()
|
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/ |
H A D | dss.h | 41 u32 sysstatus; /* 0x14 */ member 54 u32 sysstatus; /* 0x14 */ member
|
H A D | cpu.h | 245 u32 sysstatus; member
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | omap_elm.h | 61 u32 sysstatus; /* 0x014 */ member
|
/openbmc/linux/include/linux/platform_data/ |
H A D | ti-sysc.h | 104 * @syss_mask: configured mask value for SYSSTATUS register
|
/openbmc/linux/drivers/hwspinlock/ |
H A D | omap_hwspinlock.c | 94 * the module SYSSTATUS register in omap_hwspinlock_probe()
|
H A D | sun6i_hwspinlock.c | 141 * one thing have all in common, default value of the sysstatus register is 0x10000000, in sun6i_hwspinlock_probe()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | omap_elm.c | 178 while ((readl(&elm_cfg->sysstatus) & ELM_SYSSTATUS_RESETDONE) != in elm_reset()
|
/openbmc/u-boot/drivers/video/ |
H A D | omap3_dss.c | 107 while (!(readl(&dss->sysstatus) & DSS_RESETDONE)) in omap3_dss_panel_config()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | omap2430.c | 83 "sysstatus 0x%x, intrfsel 0x%x, simenable 0x%x\n", in omap2430_musb_init()
|
/openbmc/u-boot/drivers/spi/ |
H A D | omap3_spi.c | 97 unsigned int sysstatus; /* 0x14 */ member 433 tmp = readl(®s->sysstatus); in spi_reset()
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | dma.c | 46 [SYSSTATUS] = { 0x0028, 0x00, OMAP_DMA_REG_32BIT },
|
H A D | omap_hwmod.h | 85 /* OCP SYSSTATUS bit shifts/masks */ 501 * @sysc: device SYSCONFIG/SYSSTATUS register data
|
H A D | omap_hwmod_2xxx_ipblock_data.c | 603 * XXX The first read from the SYSSTATUS register of the RNG
|
H A D | omap_hwmod.c | 1685 * In OMAP3 a specific SYSSTATUS register is used to get the reset status. 1686 * Starting in OMAP4, some IPs do not have SYSSTATUS registers and instead 3321 * @syss_offs: sysstatus register offset 3374 * @syss_offs: sysstatus register offset
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_mmc.h | 39 unsigned int sysstatus; /* 0x14 */ member
|
/openbmc/linux/include/linux/ |
H A D | omap-dma.h | 146 IRQENABLE_L1, IRQENABLE_L2, IRQENABLE_L3, SYSSTATUS, enumerator
|
/openbmc/linux/drivers/usb/musb/ |
H A D | omap2430.c | 242 "sysstatus 0x%x, intrfsel 0x%x, simenable 0x%x\n", in omap2430_musb_init()
|
/openbmc/linux/drivers/hsi/controllers/ |
H A D | omap_ssi_core.c | 49 seq_printf(m, "SYSSTATUS\t: 0x%08x\n", readl(sys + SSI_SYSSTATUS_REG)); in ssi_regs_show()
|
/openbmc/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispccp2.c | 75 CCP2_PRINT_REGISTER(isp, SYSSTATUS); in ccp2_print_status()
|
H A D | ispcsi2.c | 645 CSI2_PRINT_REGISTER(isp, csi2->regs1, SYSSTATUS); in csi2_print_status()
|
/openbmc/linux/drivers/staging/media/omap4iss/ |
H A D | iss_csi2.c | 614 CSI2_PRINT_REGISTER(iss, csi2->regs1, SYSSTATUS); in csi2_print_status()
|
/openbmc/linux/drivers/bus/ |
H A D | ti-sysc.c | 2320 * bit. We can detect this if there is no SYSSTATUS at all, or the 2321 * SYSTATUS bit 0 is not used. Note that some SYSSTATUS registers
|
/openbmc/u-boot/drivers/mmc/ |
H A D | omap_hsmmc.c | 822 while ((readl(&mmc_base->sysstatus) & RESETDONE) == 0) { in omap_hsmmc_init_setup()
|