HomeSort by: relevance | last modified time | path
    Searched defs:NW (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/
ah_eeprom_v14.c 300 #define NW(a) (sizeof(a) / sizeof(uint16_t))
328 for (w = 0; w < NW(struct ar5416eeprom); w++) {
339 for (w = 0; w < NW(struct ar5416eeprom); w++)
403 #undef NW
ah_eeprom_v4k.c 283 #define NW(a) (sizeof(a) / sizeof(uint16_t))
311 for (w = 0; w < NW(struct ar5416eeprom_4k); w++) {
322 for (w = 0; w < NW(struct ar5416eeprom_4k); w++)
387 #undef NW

Completed in 11 milliseconds