Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/
H A Dbcm_sf2_regs.h340 #define RAM_SEL_SHIFT 10 macro
341 #define TCAM_SEL (1 << RAM_SEL_SHIFT)
342 #define ACT_POL_RAM (2 << RAM_SEL_SHIFT)
343 #define RATE_METER_RAM (4 << RAM_SEL_SHIFT)
344 #define GREEN_STAT_RAM (8 << RAM_SEL_SHIFT)
345 #define YELLOW_STAT_RAM (16 << RAM_SEL_SHIFT)
346 #define RED_STAT_RAM (24 << RAM_SEL_SHIFT)
347 #define RAM_SEL_MASK (0x1f << RAM_SEL_SHIFT)