Lines Matching refs:ch
23 #define TX4939_ATA_REG(ch) (TX4939_REG_BASE + 0x3000 + (ch) * 0x1000) argument
31 #define TX4939_DMA_REG(ch) (TX4939_REG_BASE + 0xb000 + (ch) * 0x800) argument
36 #define TX4939_TMR_REG(ch) \ argument
37 (TX4939_REG_BASE + 0xf000 + ((ch) + ((ch) >= 3) * 10) * 0x100)
39 #define TX4939_SIO_REG(ch) \ argument
40 (TX4939_REG_BASE + 0xf300 + (((ch) & 1) << 8) + (((ch) & 2) << 6))
197 #define TX4939_IR_DMA(ch, n) (((ch) ? 22 : 10) + (n)) /* 10-13,22-25 */ argument
295 #define TX4939_PCFG_PCICLKEN(ch) (0x00010000<<(ch)) argument
519 #define TX4939_EBUSC_CR(ch) TX4927_EBUSC_CR(ch) argument
520 #define TX4939_EBUSC_BA(ch) TX4927_EBUSC_BA(ch) argument
521 #define TX4939_EBUSC_SIZE(ch) TX4927_EBUSC_SIZE(ch) argument
522 #define TX4939_EBUSC_WIDTH(ch) \ argument
523 (16 >> ((__u32)(TX4939_EBUSC_CR(ch) >> 20) & 0x1))
544 void tx4939_mtd_init(int ch);