Home
last modified time | relevance | path

Searched refs:RWSC (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Drpmpd.c123 DEFINE_RPMPD_VFL(msm8976, vddcx_vfl, RWSC, 2);
172 DEFINE_RPMPD_LEVEL(msm8998, vdd_ssccx, RWSC, 0);
173 DEFINE_RPMPD_VFL(msm8998, vdd_ssccx_vfl, RWSC, 0);
/OK3568_Linux_fs/u-boot/include/configs/
H A Dmx53ard.h194 #define MX53ARD_CS1RCR1 (RCSN(2) | OEN (1) | RWSC(22))
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx5/
H A Dimx-regs.h173 #define RWSC(x) (((x) & 0x3f) << 24) macro