Home
last modified time | relevance | path

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

/Linux-v4.19/arch/alpha/kernel/
Dcore_wildfire.c50 #define QBB_MAP_EMPTY 0xff macro
212 memset(wildfire_hard_qbb_map, QBB_MAP_EMPTY, WILDFIRE_MAX_QBB); in wildfire_hardware_probe()
213 memset(wildfire_soft_qbb_map, QBB_MAP_EMPTY, WILDFIRE_MAX_QBB); in wildfire_hardware_probe()
644 if (wildfire_hard_qbb_map[i] == QBB_MAP_EMPTY) in wildfire_dump_hardware_config()
652 if (wildfire_soft_qbb_map[i] == QBB_MAP_EMPTY) in wildfire_dump_hardware_config()
/Linux-v4.19/arch/alpha/include/asm/
Dcore_wildfire.h17 #define QBB_MAP_EMPTY 0xff macro