Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dfwio.c24 static int cw1200_get_hw_type(u32 config_reg_val, int *major_revision) in cw1200_get_hw_type() argument
27 u32 silicon_type = (config_reg_val >> 24) & 0x7; in cw1200_get_hw_type()
28 u32 silicon_vers = (config_reg_val >> 31) & 0x1; in cw1200_get_hw_type()