Home
last modified time | relevance | path

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

/arch/arm/mach-orion5x/
Dmpp.c129 int num_type; in orion5x_mpp_conf() local
144 num_type = determine_type_encoding(mode->mpp, mode->type); in orion5x_mpp_conf()
145 if (num_type < 0) { in orion5x_mpp_conf()
154 *reg |= (num_type & 0xf) << shift; in orion5x_mpp_conf()