Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/
H A Dmbus.c64 #define WIN_CTRL_TGT_MASK 0xf0 macro
129 *target = (ctrlreg & WIN_CTRL_TGT_MASK) >> WIN_CTRL_TGT_SHIFT; in mvebu_mbus_read_window()
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dmvebu-mbus.c75 #define WIN_CTRL_TGT_MASK 0xf0 macro
221 *target = (ctrlreg & WIN_CTRL_TGT_MASK) >> WIN_CTRL_TGT_SHIFT; in mvebu_mbus_read_window()