Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/cw1200/
Dfwio.c27 static int cw1200_get_hw_type(u32 config_reg_val, int *major_revision) in cw1200_get_hw_type() argument
30 u32 silicon_type = (config_reg_val >> 24) & 0x7; in cw1200_get_hw_type()
31 u32 silicon_vers = (config_reg_val >> 31) & 0x1; in cw1200_get_hw_type()