Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c43 #define NODE_COUNT_MASK 0x00ffffff macro
319 u32 node_count = be32_to_cpu(*data) & NODE_COUNT_MASK; in pseries_devicetree_update()
/openbmc/linux/drivers/misc/cxl/
H A Dflash.c49 #define NODE_COUNT_MASK 0x00ffffff macro
200 node_count = be32_to_cpu(*data) & NODE_COUNT_MASK; in update_devicetree()