Home
last modified time | relevance | path

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

/linux/drivers/net/wwan/t7xx/
H A Dt7xx_pci.h53 T7XX_MODE_LAST, /* must always be last */ enumerator
H A Dt7xx_pci.c64 static_assert(ARRAY_SIZE(t7xx_mode_names) == T7XX_MODE_LAST);
115 if (mode < T7XX_MODE_LAST) in t7xx_mode_show()