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

  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_eeprom.c 701 pd->pd_points = AR5K_EEPROM_N_PWR_POINTS_5111;
715 for (point = 0; point < pd->pd_points; point++) {
875 pd->pd_points = AR5K_EEPROM_N_XPD0_POINTS;
878 pd->pd_step = calloc(pd->pd_points, sizeof(u8));
883 pd->pd_pwr = calloc(pd->pd_points, sizeof(s16));
894 for (point = 1; point < pd->pd_points;
912 pd->pd_points = AR5K_EEPROM_N_XPD3_POINTS;
915 pd->pd_step = calloc(pd->pd_points, sizeof(u8));
920 pd->pd_pwr = calloc(pd->pd_points, sizeof(s16));
927 for (point = 0; point < pd->pd_points;
    [all...]
ath5k_phy.c     [all...]
eeprom.h 319 u8 pd_points; member in struct:ath5k_pdgain_info

Completed in 51 milliseconds