Home
last modified time | relevance | path

Searched refs:ICR_STOP (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/i2c/busses/
H A Di2c-pxa.c43 #define ICR_STOP (1 << 1) /* stop bit */ macro
330 PXA_BIT(ICR_STOP, "STOP", NULL),
411 icr |= ICR_ACKNAK | ICR_STOP | ICR_TB; in i2c_pxa_abort()
421 writel(readl(_ICR(i2c)) & ~(ICR_MA | ICR_START | ICR_STOP), in i2c_pxa_abort()
546 if (readl(_ICR(i2c)) & ICR_STOP) { in i2c_pxa_set_slave()
548 writel(readl(_ICR(i2c)) & ~ICR_STOP, _ICR(i2c)); in i2c_pxa_set_slave()
806 icr = readl(_ICR(i2c)) & ~(ICR_STOP | ICR_ALDIE); in i2c_pxa_start_message()
835 icr = readl(_ICR(i2c)) & ~(ICR_STOP | ICR_ALDIE); in i2c_pxa_send_mastercode()
911 icr |= ICR_STOP | ICR_ACKNAK; in i2c_pxa_irq_txempty()
929 icr |= ICR_STOP; in i2c_pxa_irq_txempty()
[all …]