Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dqos_rk3288.h9 #define PRIORITY_LOW_SHIFT 0 macro
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Drk3288-board.c32 int val = 2 << PRIORITY_HIGH_SHIFT | 2 << PRIORITY_LOW_SHIFT; in rk3288_qos_init()