Searched refs:clb (Results 1 – 3 of 3) sorted by relevance
36 .macro save_xtregs_opt ptr clb at1 at2 at3 at4 offset38 addi \clb, \ptr, \offset39 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT43 .macro load_xtregs_opt ptr clb at1 at2 at3 at4 offset45 addi \clb, \ptr, \offset46 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT55 .macro save_xtregs_user ptr clb at1 at2 at3 at4 offset57 addi \clb, \ptr, \offset58 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT62 .macro load_xtregs_user ptr clb at1 at2 at3 at4 offset[all …]
7 #define __CLOBBERS_MEM(clb...) "memory", ## clb argument
1856 struct at91_adc_temp_sensor_clb *clb = &st->soc_info.temp_sensor_clb; in at91_adc_read_temp() local1893 div1 = DIV_ROUND_CLOSEST_ULL(((u64)vtemp * clb->p6), vbg); in at91_adc_read_temp()1895 div2 = DIV_ROUND_CLOSEST_ULL((u64)clb->p4, AT91_ADC_TS_VTEMP_DT); in at91_adc_read_temp()1897 *val = clb->p1 + (int)div1 - (int)div2; in at91_adc_read_temp()2252 struct at91_adc_temp_sensor_clb *clb = &st->soc_info.temp_sensor_clb; in at91_adc_temp_sensor_init() local2282 clb->p1 = buf[AT91_ADC_TS_CLB_IDX_P1]; in at91_adc_temp_sensor_init()2283 clb->p4 = buf[AT91_ADC_TS_CLB_IDX_P4]; in at91_adc_temp_sensor_init()2284 clb->p6 = buf[AT91_ADC_TS_CLB_IDX_P6]; in at91_adc_temp_sensor_init()2289 clb->p1 = clb->p1 * 1000; in at91_adc_temp_sensor_init()