Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-pxa.c137 #define ICR_ALDIE (1 << 12) /* enable arbitration interrupt */ macro
283 PXA_BIT(ICR_ALDIE, "ALDIE", NULL),
528 writel(readl(_ICR(i2c)) | ICR_SADIE | ICR_ALDIE | ICR_SSDIE, _ICR(i2c)); in i2c_pxa_reset()
703 icr = readl(_ICR(i2c)) & ~(ICR_STOP | ICR_ALDIE); in i2c_pxa_start_message()
760 icr = readl(_ICR(i2c)) & ~(ICR_STOP | ICR_ALDIE); in i2c_pxa_send_mastercode()
972 icr |= ICR_ALDIE | ICR_TB; in i2c_pxa_irq_txempty()
979 icr |= ICR_ALDIE | ICR_TB; in i2c_pxa_irq_txempty()
1015 icr &= ~ICR_ALDIE; in i2c_pxa_irq_txempty()
1052 icr |= ICR_ALDIE | ICR_TB; in i2c_pxa_irq_rxfull()