Home
last modified time | relevance | path

Searched refs:cr1 (Results 1 – 25 of 75) sorted by relevance

123

/linux-6.6.21/tools/testing/selftests/powerpc/math/
Dfpu_asm.S13 fcmpu cr1,f0,f14
14 bne cr1,1f
16 fcmpu cr1,f0,f15
17 bne cr1,1f
19 fcmpu cr1,f0,f16
20 bne cr1,1f
22 fcmpu cr1,f0,f17
23 bne cr1,1f
25 fcmpu cr1,f0,f18
26 bne cr1,1f
[all …]
/linux-6.6.21/drivers/spi/
Dspi-sh.c76 unsigned long cr1; member
185 ss->cr1 &= ~SPI_SH_TBE; in spi_sh_send()
188 ss->cr1 & SPI_SH_TBE, in spi_sh_send()
190 if (ret == 0 && !(ss->cr1 & SPI_SH_TBE)) { in spi_sh_send()
201 ss->cr1 &= ~SPI_SH_TBE; in spi_sh_send()
204 ss->cr1 & SPI_SH_TBE, in spi_sh_send()
206 if (ret == 0 && (ss->cr1 & SPI_SH_TBE)) { in spi_sh_send()
237 ss->cr1 &= ~SPI_SH_RBF; in spi_sh_receive()
240 ss->cr1 & SPI_SH_RBF, in spi_sh_receive()
360 unsigned long cr1; in spi_sh_irq() local
[all …]
Dspi-pxa2xx.c956 u32 cr1; in pxa2xx_spi_transfer_one() local
1033 cr1 = chip->cr1 | dma_thresh | drv_data->dma_cr1; in pxa2xx_spi_transfer_one()
1042 cr1 = chip->cr1 | chip->threshold | drv_data->int_cr1; in pxa2xx_spi_transfer_one()
1085 pxa2xx_spi_update(drv_data, SSCR1, change_mask, cr1); in pxa2xx_spi_transfer_one()
1119 pxa2xx_spi_write(drv_data, SSCR1, cr1); in pxa2xx_spi_transfer_one()
1250 chip->cr1 = 0; in setup()
1252 chip->cr1 |= SSCR1_SCFR; in setup()
1253 chip->cr1 |= SSCR1_SCLKDIR; in setup()
1254 chip->cr1 |= SSCR1_SFRMDIR; in setup()
1255 chip->cr1 |= SSCR1_SPH; in setup()
[all …]
/linux-6.6.21/drivers/counter/
Dstm32-timer-cnt.c25 u32 cr1; member
103 u32 cr1, sms; in stm32_count_function_write() local
123 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_function_write()
133 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN, cr1); in stm32_count_function_write()
143 u32 cr1; in stm32_count_direction_read() local
145 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_direction_read()
146 *direction = (cr1 & TIM_CR1_DIR) ? COUNTER_COUNT_DIRECTION_BACKWARD : in stm32_count_direction_read()
184 u32 cr1; in stm32_count_enable_read() local
186 regmap_read(priv->regmap, TIM_CR1, &cr1); in stm32_count_enable_read()
188 *enable = cr1 & TIM_CR1_CEN; in stm32_count_enable_read()
[all …]
/linux-6.6.21/drivers/tty/serial/
Dstm32-usart.c46 .cr1 = 0x0c,
63 .cr1 = 0x00,
85 .cr1 = 0x00,
181 static void stm32_usart_config_reg_rs485(u32 *cr1, u32 *cr3, u32 delay_ADE, in stm32_usart_config_reg_rs485() argument
189 over8 = *cr1 & USART_CR1_OVER8; in stm32_usart_config_reg_rs485()
191 *cr1 &= ~(USART_CR1_DEDT_MASK | USART_CR1_DEAT_MASK); in stm32_usart_config_reg_rs485()
203 *cr1 |= rs485_deat_dedt; in stm32_usart_config_reg_rs485()
215 *cr1 |= rs485_deat_dedt; in stm32_usart_config_reg_rs485()
224 u32 usartdiv, baud, cr1, cr3; in stm32_usart_config_rs485() local
227 stm32_usart_clr_bits(port, ofs->cr1, BIT(cfg->uart_enable_bit)); in stm32_usart_config_rs485()
[all …]
Dfsl_linflexuart.c316 unsigned long cr, ier, cr1; in linflex_setup_watermark() local
330 cr1 = LINFLEXD_LINCR1_BF | LINFLEXD_LINCR1_MME in linflex_setup_watermark()
332 writel(cr1, sport->membase + LINCR1); in linflex_setup_watermark()
356 cr1 &= ~(LINFLEXD_LINCR1_INIT); in linflex_setup_watermark()
358 writel(cr1, sport->membase + LINCR1); in linflex_setup_watermark()
406 unsigned long cr, old_cr, cr1; in linflex_set_termios() local
413 cr1 = readl(port->membase + LINCR1); in linflex_set_termios()
414 cr1 |= LINFLEXD_LINCR1_INIT; in linflex_set_termios()
415 writel(cr1, port->membase + LINCR1); in linflex_set_termios()
506 cr1 &= ~(LINFLEXD_LINCR1_INIT); in linflex_set_termios()
[all …]
/linux-6.6.21/arch/powerpc/kernel/vdso/
Dgetcpu.S23 PPC_LCMPI cr1,r4,0
30 beqlr cr1
39 cmpwi cr1, r4, 0
45 beqlr cr1
/linux-6.6.21/drivers/i2c/busses/
Di2c-stm32f4.c489 u32 cr1; in stm32f4_i2c_handle_rx_addr() local
506 cr1 = readl_relaxed(i2c_dev->base + STM32F4_I2C_CR1); in stm32f4_i2c_handle_rx_addr()
507 cr1 &= ~(STM32F4_I2C_CR1_ACK | STM32F4_I2C_CR1_POS); in stm32f4_i2c_handle_rx_addr()
508 writel_relaxed(cr1, i2c_dev->base + STM32F4_I2C_CR1); in stm32f4_i2c_handle_rx_addr()
513 cr1 |= STM32F4_I2C_CR1_STOP; in stm32f4_i2c_handle_rx_addr()
515 cr1 |= STM32F4_I2C_CR1_START; in stm32f4_i2c_handle_rx_addr()
516 writel_relaxed(cr1, i2c_dev->base + STM32F4_I2C_CR1); in stm32f4_i2c_handle_rx_addr()
526 cr1 = readl_relaxed(i2c_dev->base + STM32F4_I2C_CR1); in stm32f4_i2c_handle_rx_addr()
527 cr1 &= ~STM32F4_I2C_CR1_ACK; in stm32f4_i2c_handle_rx_addr()
528 cr1 |= STM32F4_I2C_CR1_POS; in stm32f4_i2c_handle_rx_addr()
[all …]
Di2c-stm32f7.c193 u32 cr1; member
869 u32 cr1, cr2; in stm32f7_i2c_xfer_msg() local
880 cr1 = readl_relaxed(base + STM32F7_I2C_CR1); in stm32f7_i2c_xfer_msg()
909 cr1 |= STM32F7_I2C_CR1_ERRIE | STM32F7_I2C_CR1_TCIE | in stm32f7_i2c_xfer_msg()
913 cr1 &= ~(STM32F7_I2C_CR1_RXIE | STM32F7_I2C_CR1_TXIE | in stm32f7_i2c_xfer_msg()
932 cr1 |= STM32F7_I2C_CR1_RXIE; in stm32f7_i2c_xfer_msg()
934 cr1 |= STM32F7_I2C_CR1_TXIE; in stm32f7_i2c_xfer_msg()
937 cr1 |= STM32F7_I2C_CR1_RXDMAEN; in stm32f7_i2c_xfer_msg()
939 cr1 |= STM32F7_I2C_CR1_TXDMAEN; in stm32f7_i2c_xfer_msg()
948 writel_relaxed(cr1, base + STM32F7_I2C_CR1); in stm32f7_i2c_xfer_msg()
[all …]
/linux-6.6.21/arch/powerpc/kernel/
Dhead_8xx.S332 cmpwi cr1, r11, RPN_PATTERN
333 beq- cr1, FixupDAR /* must be a buggy dcbX, icbi insn. */
359 cmplwi cr1, r11, (.Ldtlbie - PAGE_OFFSET)@l
361 cror 4*cr1+eq, 4*cr1+eq, 4*cr7+eq
362 bne cr1, 1f
407 cmpli cr1, r11, PAGE_OFFSET@h
409 blt+ cr1, 3f
431 cmpwi cr1, r10, 2028 /* Is dcbz? */
432 beq+ cr1, 142f
433 cmpwi cr1, r10, 940 /* Is dcbi? */
[all …]
Dcpu_setup_6xx.S215 cmpwi cr1,r10,9
217 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
363 cmplwi cr1,r3,0x000c /* 7400 */
371 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq
375 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
384 beq cr1,1f
434 cmplwi cr1,r3,0x000c /* 7400 */
442 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq
446 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
465 1: beq cr1,2f
/linux-6.6.21/sound/soc/stm/
Dstm32_sai_sub.c338 int ret, cr1, mask; in stm32_sai_set_clk_div() local
346 cr1 = SAI_XCR1_MCKDIV_SET(div); in stm32_sai_set_clk_div()
347 ret = stm32_sai_sub_reg_up(sai, STM_SAI_CR1_REGX, mask, cr1); in stm32_sai_set_clk_div()
646 int cr1, frcr = 0; in stm32_sai_set_dai_fmt() local
653 cr1 = SAI_XCR1_NODIV; in stm32_sai_set_dai_fmt()
658 cr1 |= SAI_XCR1_PRTCFG_SET(SAI_SPDIF_PROTOCOL); in stm32_sai_set_dai_fmt()
662 cr1 |= SAI_XCR1_PRTCFG_SET(SAI_FREE_PROTOCOL); in stm32_sai_set_dai_fmt()
667 cr1 |= SAI_XCR1_CKSTR; in stm32_sai_set_dai_fmt()
699 cr1 ^= SAI_XCR1_CKSTR; in stm32_sai_set_dai_fmt()
706 cr1 ^= SAI_XCR1_CKSTR; in stm32_sai_set_dai_fmt()
[all …]
/linux-6.6.21/tools/testing/selftests/powerpc/stringloops/
Dmemcmp_64.S48 cmpwi cr1,r3,0; \
102 cmpdi cr1,r5,0
115 beq cr1,.Lzero
287 cmpld cr1,rC,rD
301 bne cr1,.LcmpCD
312 cmpld cr1,rC,rD
328 bne cr1,.LcmpCD
336 cmpld cr1,rC,rD
345 bne cr1,.LcmpCD
361 cmpld cr1,rC,rD
[all …]
Dmemcmp_32.S29 cmplwi cr1, r3, 2
30 blt- cr1, 4f
35 beqlr cr1
/linux-6.6.21/arch/powerpc/lib/
Dmemcmp_64.S48 cmpwi cr1,r3,0; \
102 cmpdi cr1,r5,0
115 beq cr1,.Lzero
287 cmpld cr1,rC,rD
301 bne cr1,.LcmpCD
312 cmpld cr1,rC,rD
328 bne cr1,.LcmpCD
336 cmpld cr1,rC,rD
345 bne cr1,.LcmpCD
361 cmpld cr1,rC,rD
[all …]
Dmemcmp_32.S29 cmplwi cr1, r3, 2
30 blt- cr1, 4f
35 beqlr cr1
Dmemcpy_64.S42 cmpldi cr1,r5,16
46 blt cr1,.Lshort_copy
75 blt cr1,3f
162 cmpwi cr1,r5,8
165 ble cr1,6f
188 cmpldi cr1,r5,16
Dmem_64.S25 cmplw cr1,r5,r0
37 cmplw cr1,r5,r0 /* do we get that far? */
41 blt cr1,8f
Dcopyuser_64.S57 cmpldi cr1,r5,16
70 blt cr1,.Lshort_copy
92 blt cr1,.Ldo_tail /* if < 16 bytes to copy */
94 cmpdi cr1,r0,0
106 beq cr1,72f
227 6: cmpwi cr1,r5,8
231 ble cr1,7f
270 cmpldi cr1,r5,16
/linux-6.6.21/arch/s390/lib/
Duaccess.c19 unsigned long cr1, cr7; in debug_user_asce() local
21 __ctl_store(cr1, 1, 1); in debug_user_asce()
23 if (cr1 == S390_lowcore.kernel_asce && cr7 == S390_lowcore.user_asce) in debug_user_asce()
28 exit ? "exit" : "entry", cr1, cr7, in debug_user_asce()
/linux-6.6.21/arch/powerpc/mm/nohash/
Dtlb_low_64e.S303 crclr cr1*4+eq /* set cr1.eq = 0 for non-recursive */
311 2: cmpd cr1,r15,r10 /* recursive lock due to mcheck/crit/etc? */
312 beq cr1,3b /* unlock will happen if cr1.eq = 0 */
439 beq cr1,1f /* no unlock if lock was recursively grabbed */
499 cmplwi cr1,r15,1
500 beq+ cr1,tlb_miss_common_e6500
536 cmpldi cr1,r15,1 /* vmalloc mapping ? */
581 beq+ cr1,normal_tlb_miss
611 cmpldi cr1,r15,1 /* vmalloc mapping ? */
628 beq+ cr1,normal_tlb_miss
[all …]
/linux-6.6.21/tools/testing/selftests/powerpc/copyloops/
Dmemcpy_64.S42 cmpldi cr1,r5,16
46 blt cr1,.Lshort_copy
75 blt cr1,3f
162 cmpwi cr1,r5,8
165 ble cr1,6f
188 cmpldi cr1,r5,16
Dmem_64.S25 cmplw cr1,r5,r0
37 cmplw cr1,r5,r0 /* do we get that far? */
41 blt cr1,8f
Dcopyuser_64.S57 cmpldi cr1,r5,16
70 blt cr1,.Lshort_copy
92 blt cr1,.Ldo_tail /* if < 16 bytes to copy */
94 cmpdi cr1,r0,0
106 beq cr1,72f
227 6: cmpwi cr1,r5,8
231 ble cr1,7f
270 cmpldi cr1,r5,16
/linux-6.6.21/drivers/input/touchscreen/
Dmc13783_ts.c71 int cr0, cr1; in mc13783_ts_report_sample() local
84 cr1 = (priv->sample[3] >> 12) & 0xfff; in mc13783_ts_report_sample()
88 x0, x1, x2, y0, y1, y2, cr0, cr1); in mc13783_ts_report_sample()
93 cr0 = (cr0 + cr1) / 2; in mc13783_ts_report_sample()

123