Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/tools/testing/selftests/powerpc/math/
A Dfpu_asm.S14 bne cr1,1f
17 bne cr1,1f
20 bne cr1,1f
23 bne cr1,1f
26 bne cr1,1f
29 bne cr1,1f
32 bne cr1,1f
35 bne cr1,1f
38 bne cr1,1f
41 bne cr1,1f
[all …]
/linux-6.3-rc2/drivers/spi/
A Dspi-sh.c76 unsigned long cr1; member
201 ss->cr1 &= ~SPI_SH_TBE; in spi_sh_send()
360 unsigned long cr1; in spi_sh_irq() local
363 if (cr1 & SPI_SH_TBE) in spi_sh_irq()
364 ss->cr1 |= SPI_SH_TBE; in spi_sh_irq()
365 if (cr1 & SPI_SH_TBF) in spi_sh_irq()
366 ss->cr1 |= SPI_SH_TBF; in spi_sh_irq()
367 if (cr1 & SPI_SH_RBE) in spi_sh_irq()
368 ss->cr1 |= SPI_SH_RBE; in spi_sh_irq()
369 if (cr1 & SPI_SH_RBF) in spi_sh_irq()
[all …]
A 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()
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()
1305 chip->cr1 &= ~(SSCR1_SPO | SSCR1_SPH); in setup()
[all …]
/linux-6.3-rc2/drivers/counter/
A 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()
143 u32 cr1; in stm32_count_direction_read() local
145 regmap_read(priv->regmap, TIM_CR1, &cr1); 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()
197 u32 cr1; in stm32_count_enable_write() local
201 if (!(cr1 & TIM_CR1_CEN)) in stm32_count_enable_write()
[all …]
/linux-6.3-rc2/drivers/tty/serial/
A Dstm32-usart.c46 .cr1 = 0x0c,
63 .cr1 = 0x00,
85 .cr1 = 0x00,
203 *cr1 |= rs485_deat_dedt; in stm32_usart_config_reg_rs485()
215 *cr1 |= rs485_deat_dedt; in stm32_usart_config_reg_rs485()
236 cr1 = readl_relaxed(port->membase + ofs->cr1); in stm32_usart_config_rs485()
258 writel_relaxed(cr1, port->membase + ofs->cr1); in stm32_usart_config_rs485()
1156 cr1 |= USART_CR1_M0; in stm32_usart_set_termios()
1158 cr1 |= USART_CR1_M1; in stm32_usart_set_termios()
1195 cr1 |= USART_CR1_PS; in stm32_usart_set_termios()
[all …]
A 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.3-rc2/arch/powerpc/kernel/vdso/
A Dgetcpu.S23 PPC_LCMPI cr1,r4,0
30 beqlr cr1
39 cmpwi cr1, r4, 0
45 beqlr cr1
/linux-6.3-rc2/drivers/i2c/busses/
A 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()
527 cr1 &= ~STM32F4_I2C_CR1_ACK; in stm32f4_i2c_handle_rx_addr()
528 cr1 |= STM32F4_I2C_CR1_POS; in stm32f4_i2c_handle_rx_addr()
542 cr1 |= STM32F4_I2C_CR1_ACK; in stm32f4_i2c_handle_rx_addr()
[all …]
A Di2c-stm32f7.c193 u32 cr1; member
869 u32 cr1, cr2; in stm32f7_i2c_xfer_msg() local
932 cr1 |= STM32F7_I2C_CR1_RXIE; in stm32f7_i2c_xfer_msg()
934 cr1 |= STM32F7_I2C_CR1_TXIE; in stm32f7_i2c_xfer_msg()
959 u32 cr1, cr2; in stm32f7_i2c_smbus_xfer_msg() local
1061 cr1 |= STM32F7_I2C_CR1_PECEN; in stm32f7_i2c_smbus_xfer_msg()
1124 u32 cr1, cr2; in stm32f7_i2c_smbus_rep_start() local
1163 cr1 |= STM32F7_I2C_CR1_RXIE; in stm32f7_i2c_smbus_rep_start()
1190 cr1 |= STM32F7_I2C_CR1_RXIE; in stm32f7_i2c_smbus_rep_start()
2397 u32 cr1; in stm32f7_i2c_regs_restore() local
[all …]
/linux-6.3-rc2/arch/powerpc/kernel/
A Dhead_8xx.S333 cmpwi cr1, r11, RPN_PATTERN
362 cror 4*cr1+eq, 4*cr1+eq, 4*cr7+eq
363 bne cr1, 1f
408 cmpli cr1, r11, PAGE_OFFSET@h
410 blt+ cr1, 3f
433 beq+ cr1, 142f
434 cmpwi cr1, r10, 940 /* Is dcbi? */
435 beq+ cr1, 142f
439 beq+ cr1, 142f
441 beq+ cr1, 142f
[all …]
A Dcpu_setup_6xx.S196 cmpwi cr1,r10,9
198 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
344 cmplwi cr1,r3,0x000c /* 7400 */
352 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq
356 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
365 beq cr1,1f
415 cmplwi cr1,r3,0x000c /* 7400 */
423 cror 4*cr1+eq,4*cr1+eq,4*cr2+eq
427 cror 4*cr0+eq,4*cr0+eq,4*cr1+eq
446 1: beq cr1,2f
/linux-6.3-rc2/sound/soc/stm/
A Dstm32_sai_sub.c338 int ret, cr1, mask; in stm32_sai_set_clk_div() local
646 int cr1, frcr = 0; in stm32_sai_set_dai_fmt() local
653 cr1 = SAI_XCR1_NODIV; 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()
723 cr1 |= SAI_XCR1_SLAVE; in stm32_sai_set_dai_fmt()
738 cr1 |= SAI_XCR1_SLAVE; in stm32_sai_set_dai_fmt()
808 int cr1, cr1_mask, ret; in stm32_sai_set_config() local
845 cr1 |= SAI_XCR1_MONO; in stm32_sai_set_config()
[all …]
/linux-6.3-rc2/arch/powerpc/lib/
A Dmemcmp_64.S102 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
366 bne cr1,.LcmpCD
[all …]
A Dmemcmp_32.S29 cmplwi cr1, r3, 2
30 blt- cr1, 4f
35 beqlr cr1
A 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
A Dmem_64.S25 cmplw cr1,r5,r0
37 cmplw cr1,r5,r0 /* do we get that far? */
41 blt cr1,8f
A 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.3-rc2/tools/testing/selftests/powerpc/stringloops/
A Dmemcmp_64.S102 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
366 bne cr1,.LcmpCD
[all …]
A Dmemcmp_32.S29 cmplwi cr1, r3, 2
30 blt- cr1, 4f
35 beqlr cr1
/linux-6.3-rc2/arch/s390/lib/
A 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.3-rc2/arch/powerpc/mm/nohash/
A Dtlb_low_64e.S303 crclr cr1*4+eq /* set cr1.eq = 0 for non-recursive */
312 beq cr1,3b /* unlock will happen if cr1.eq = 0 */
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
919 cmpldi cr1,r11,1 /* vmalloc mapping ? */
932 beq+ cr1,htw_tlb_miss
[all …]
/linux-6.3-rc2/tools/testing/selftests/powerpc/copyloops/
A 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
A Dmem_64.S25 cmplw cr1,r5,r0
37 cmplw cr1,r5,r0 /* do we get that far? */
41 blt cr1,8f
A 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.3-rc2/drivers/input/touchscreen/
A 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()

Completed in 45 milliseconds

123