Searched refs:clb (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | coprocessor.h | 36 .macro save_xtregs_opt ptr clb at1 at2 at3 at4 offset 38 addi \clb, \ptr, \offset 39 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT 43 .macro load_xtregs_opt ptr clb at1 at2 at3 at4 offset 45 addi \clb, \ptr, \offset 46 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT 55 .macro save_xtregs_user ptr clb at1 at2 at3 at4 offset 57 addi \clb, \ptr, \offset 58 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT 62 .macro load_xtregs_user ptr clb at [all...] |
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | coprocessor.h | 36 .macro save_xtregs_opt ptr clb at1 at2 at3 at4 offset 38 addi \clb, \ptr, \offset 39 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT 43 .macro load_xtregs_opt ptr clb at1 at2 at3 at4 offset 45 addi \clb, \ptr, \offset 46 xchal_ncp_load \clb \at1 \at2 \at3 \at4 select=_SELECT 55 .macro save_xtregs_user ptr clb at1 at2 at3 at4 offset 57 addi \clb, \ptr, \offset 58 xchal_ncp_store \clb \at1 \at2 \at3 \at4 select=_SELECT 62 .macro load_xtregs_user ptr clb at [all...] |
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | rmwcc.h | 7 #define __CLOBBERS_MEM(clb...) "memory", ## clb
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | rmwcc.h | 12 #define __CLOBBERS_MEM(clb...) "memory", ## clb
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | at91-sama5d2_adc.c | 1869 struct at91_adc_temp_sensor_clb *clb = &st->soc_info.temp_sensor_clb; in at91_adc_read_temp() local 1910 * Temp[milli] = p1[milli] + (vtemp * clb->p6 - clb->p4 * vbg)/ in at91_adc_read_temp() 1913 div1 = DIV_ROUND_CLOSEST_ULL(((u64)vtemp * clb->p6), vbg); in at91_adc_read_temp() 1915 div2 = DIV_ROUND_CLOSEST_ULL((u64)clb->p4, AT91_ADC_TS_VTEMP_DT); in at91_adc_read_temp() 1917 *val = clb->p1 + (int)div1 - (int)div2; in at91_adc_read_temp() 2262 struct at91_adc_temp_sensor_clb *clb = &st->soc_info.temp_sensor_clb; in at91_adc_temp_sensor_init() local 2292 clb->p1 = buf[AT91_ADC_TS_CLB_IDX_P1]; in at91_adc_temp_sensor_init() 2293 clb->p4 = buf[AT91_ADC_TS_CLB_IDX_P4]; in at91_adc_temp_sensor_init() 2294 clb in at91_adc_temp_sensor_init() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/ |
H A D | saa7134-video.c | 617 const struct cliplist *clb = b; in cliplist_cmp() local 618 if (cla->position < clb->position) in cliplist_cmp() 620 if (cla->position > clb->position) in cliplist_cmp()
|
Completed in 8 milliseconds