Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/txx9/
Dtx4927.h208 #define TX4927_EBUSC_CR(ch) __raw_readq(&tx4927_ebuscptr->cr[(ch)]) macro
209 #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))
Dtx4938.h274 #define TX4938_EBUSC_CR(ch) TX4927_EBUSC_CR(ch)
/linux-6.1.9/arch/mips/txx9/generic/
Dsetup_tx4927.c101 if (!(TX4927_EBUSC_CR(i) & 0x8)) in tx4927_setup()
249 if (!(TX4927_EBUSC_CR(ch) & 0x8)) in tx4927_mtd_init()