Searched refs:__DFIR_CFG_NR (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/contrib/dev/rtw89/
H A Drtw8851b.c1655 #define __DFIR_CFG_NR 8 macro
1659 static_assert(ARRAY_SIZE(param_ ## _name) == __DFIR_CFG_NR)
1663 rtw89_static_assert(ARRAY_SIZE(param_ ## _name) == __DFIR_CFG_NR)
1691 for (i = 0; i < __DFIR_CFG_NR; i++) {
1700 #undef __DFIR_CFG_NR macro
H A Drtw8852b.c1640 #define __DFIR_CFG_NR 8 macro
1644 static_assert(ARRAY_SIZE(param_ ## _name) == __DFIR_CFG_NR)
1648 rtw89_static_assert(ARRAY_SIZE(param_ ## _name) == __DFIR_CFG_NR)
1676 for (i = 0; i < __DFIR_CFG_NR; i++) {
1685 #undef __DFIR_CFG_NR macro
H A Drtw8852c.c1912 #define __DFIR_CFG_NR 8 macro
1916 static_assert(ARRAY_SIZE(_prefix ## _ ## _name) == __DFIR_CFG_NR)
1920 rtw89_static_assert(ARRAY_SIZE(_prefix ## _ ## _name) == __DFIR_CFG_NR)
1952 for (i = 0; i < __DFIR_CFG_NR; i++) {
1963 #undef __DFIR_CFG_NR macro

Completed in 73 milliseconds