Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.h193 #define WILC_CHIP_REV_FIELD GENMASK(11, 0) macro
H A Dwlan.c17 return (id & (~WILC_CHIP_REV_FIELD)) == WILC_1000_BASE_ID; in is_wilc1000()