Searched refs:TX4927_EBUSC_CR (Results 1 – 4 of 4) sorted by relevance
208 #define TX4927_EBUSC_CR(ch) __raw_readq(&tx4927_ebuscptr->cr[(ch)]) macro209 #define TX4927_EBUSC_BA(ch) ((TX4927_EBUSC_CR(ch) >> 48) << 20)211 (0x00100000 << ((unsigned long)(TX4927_EBUSC_CR(ch) >> 8) & 0xf))213 (64 >> ((__u32)(TX4927_EBUSC_CR(ch) >> 20) & 0x3))
274 #define TX4938_EBUSC_CR(ch) TX4927_EBUSC_CR(ch)
490 #define TX4939_EBUSC_CR(ch) TX4927_EBUSC_CR(ch)
101 if (!(TX4927_EBUSC_CR(i) & 0x8)) in tx4927_setup()249 if (!(TX4927_EBUSC_CR(ch) & 0x8)) in tx4927_mtd_init()
Completed in 9 milliseconds