Home
last modified time | relevance | path

Searched refs:JZ_NEMC_SMCR_STRV_MASK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/ingenic/
H A Djz4780_nemc.c184 smcr &= ~JZ_NEMC_SMCR_STRV_MASK; in jz4780_nemc_configure_bank()
H A Djz4780_regs.h773 # define JZ_NEMC_SMCR_STRV_MASK (((1 << JZ_NEMC_SMCR_STRV_WIDTH) - 1) << JZ_NEMC_SMCR_STRV_SHIFT) macro