HomeSort by relevance Sort by last modified time
    Searched refs:AR5K_EEPROM_N_PWR_POINTS_5111 (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/ath5k/
eeprom.h 185 #define AR5K_EEPROM_N_PWR_POINTS_5111 11
278 u8 pwr[AR5K_EEPROM_N_PWR_POINTS_5111];
281 u8 pcdac[AR5K_EEPROM_N_PWR_POINTS_5111];
ath5k_eeprom.c 701 pd->pd_points = AR5K_EEPROM_N_PWR_POINTS_5111;
704 pd->pd_step = calloc(AR5K_EEPROM_N_PWR_POINTS_5111, sizeof(u8));
708 pd->pd_pwr = calloc(AR5K_EEPROM_N_PWR_POINTS_5111, sizeof(s16));
    [all...]

Completed in 344 milliseconds