Home
last modified time | relevance | path

Searched refs:status1 (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/dts/
H A Dam571x-idk.dts47 label = "status1:red:usr";
53 label = "status1:green:usr";
59 label = "status1:blue:mmc0";
H A Dam572x-idk.dts54 label = "status1:red:cpu1";
61 label = "status1:green:usr";
67 label = "status1:blue:mmc0";
H A Dam335x-icev2.dts129 label = "status1:red:mmc0";
136 label = "status1:green:usr";
142 label = "status1:yellow:usr";
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dgrf_rv1126b.h17 uint32_t status1; /* address offset: 0x0010 */ member
20 check_member(rv1126b_cpu_grf_reg, status1, 0x0010);
45 uint32_t status1; /* address offset: 0x0104 */ member
/rk3399_rockchip-uboot/include/
H A Dfsl_usb.h74 u32 status1; member
/rk3399_rockchip-uboot/drivers/rkflash/
H A Dsfc_nand.c548 u8 status, status1; in sfc_nand_get_ecc_status2() local
557 ret = sfc_nand_read_feature(0xF0, &status1); in sfc_nand_get_ecc_status2()
569 ecc = (ecc << 2) | ((status1 >> 4) & 0x03); in sfc_nand_get_ecc_status2()
597 u8 status, status1; in sfc_nand_get_ecc_status3() local
606 ret = sfc_nand_read_feature(0xF0, &status1); in sfc_nand_get_ecc_status3()
618 ecc = (ecc << 2) | ((status1 >> 4) & 0x03); in sfc_nand_get_ecc_status3()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dcpu_init.c104 u32 status = in_be32(&usb_phy->status1); in fsl_erratum_a006261_workaround()