Searched refs:_IBMR (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-pxa.c67 #define _IBMR(i2c) ((i2c)->reg_base + 0) macro
148 readl(_ISR(i2c)), readl(_ICR(i2c)), readl(_IBMR(i2c)));
191 while (time_before(jiffies, timeout) && (readl(_IBMR(i2c)) & 0x1) == 0) {
233 __func__, (long)jiffies, readl(_ISR(i2c)), readl(_ICR(i2c)), readl(_IBMR(i2c)));
245 if ((readl(_ISR(i2c)) & (ISR_UB | ISR_IBB)) == 0 && readl(_IBMR(i2c)) == 3) {
289 __func__, (long)jiffies, readl(_ISR(i2c)), readl(_ICR(i2c)), readl(_IBMR(i2c)));
428 if ((readl(_IBMR(i2c)) & 2) == 2)
491 if ((readl(_IBMR(i2c)) & 2) == 2)
766 __func__, isr, readl(_ICR(i2c)), readl(_IBMR(i2c)));

Completed in 48 milliseconds