Searched refs:pcinfo (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ath5k/ |
D | ath5k_eeprom.c | 667 struct ath5k_chan_pcal_info_rf5111 *pcinfo; in ath5k_eeprom_convert_pcal_info_5111() local 675 pcinfo = &chinfo[pier].rf5111_info; in ath5k_eeprom_convert_pcal_info_5111() 718 pd->pd_pwr[point] = 2 * pcinfo->pwr[point]; in ath5k_eeprom_convert_pcal_info_5111() 721 pd->pd_step[point] = pcinfo->pcdac[point]; in ath5k_eeprom_convert_pcal_info_5111() 848 struct ath5k_chan_pcal_info_rf5112 *pcinfo; in ath5k_eeprom_convert_pcal_info_5112() local 855 pcinfo = &chinfo[pier].rf5112_info; in ath5k_eeprom_convert_pcal_info_5112() 891 pd->pd_step[0] = pcinfo->pcdac_x0[0]; in ath5k_eeprom_convert_pcal_info_5112() 892 pd->pd_pwr[0] = pcinfo->pwr_x0[0]; in ath5k_eeprom_convert_pcal_info_5112() 898 pcinfo->pwr_x0[point]; in ath5k_eeprom_convert_pcal_info_5112() 903 pcinfo->pcdac_x0[point]; in ath5k_eeprom_convert_pcal_info_5112() [all …]
|
D | ath5k_phy.c | 1591 struct ath5k_chan_pcal_info *pcinfo; in ath5k_get_chan_pcal_surrounding_piers() local 1600 pcinfo = ee->ee_pwr_cal_b; in ath5k_get_chan_pcal_surrounding_piers() 1603 pcinfo = ee->ee_pwr_cal_g; in ath5k_get_chan_pcal_surrounding_piers() 1606 pcinfo = ee->ee_pwr_cal_a; in ath5k_get_chan_pcal_surrounding_piers() 1614 if (target < pcinfo[0].freq) { in ath5k_get_chan_pcal_surrounding_piers() 1622 if (target > pcinfo[max].freq) { in ath5k_get_chan_pcal_surrounding_piers() 1636 if (pcinfo[i].freq == target) { in ath5k_get_chan_pcal_surrounding_piers() 1644 if (target < pcinfo[i].freq) { in ath5k_get_chan_pcal_surrounding_piers() 1652 *pcinfo_l = &pcinfo[idx_l]; in ath5k_get_chan_pcal_surrounding_piers() 1653 *pcinfo_r = &pcinfo[idx_r]; in ath5k_get_chan_pcal_surrounding_piers()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmticmlr.h | 101 PCStackInfo* pcinfo; /* array of numpcs pc descriptors */ member
|
/external/valgrind/memcheck/tests/solaris/ |
D | scalar.c | 574 pcinfo_t pcinfo; in sys_priocntlsys() local 575 pcinfo.pc_clname[0] = x0 + 'T'; in sys_priocntlsys() 576 pcinfo.pc_clname[1] = x0 + 'S'; in sys_priocntlsys() 577 pcinfo.pc_clname[2] = x0; in sys_priocntlsys() 580 SY(SYS_priocntlsys, x0 + 1, x0, x0 + PC_GETCID, x0 + &pcinfo, x0); SUCC; in sys_priocntlsys() 586 pcinfo_t pcinfo; in sys_priocntlsys2() local 587 pcinfo.pc_cid = x0 + 1; in sys_priocntlsys2() 590 SY(SYS_priocntlsys, x0 + 1, x0, x0 + PC_GETCLINFO, x0 + &pcinfo, x0); SUCC; in sys_priocntlsys2()
|