Home
last modified time | relevance | path

Searched refs:QE_BRGC_DIVISOR_SHIFT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dfsl_qe.h190 #define QE_BRGC_DIVISOR_SHIFT 1 macro
/OK3568_Linux_fs/kernel/drivers/soc/fsl/qe/
H A Dqe.c231 tempval = ((divisor - 1) << QE_BRGC_DIVISOR_SHIFT) | in qe_setbrg()
/OK3568_Linux_fs/u-boot/drivers/qe/
H A Dqe.c297 *bp = ((divisor - 1) << QE_BRGC_DIVISOR_SHIFT) | QE_BRGC_ENABLE; in qe_set_brg()
/OK3568_Linux_fs/kernel/include/soc/fsl/qe/
H A Dqe.h535 #define QE_BRGC_DIVISOR_SHIFT 1 macro