Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dsetup.c509 tx3927_pioptr->dir = 0x0000f000; in tx3927_setup()
510 tx3927_pioptr->maskcpu = 0; in tx3927_setup()
511 tx3927_pioptr->maskext = 0; in tx3927_setup()
/linux-2.4.37.9/include/asm-mips/jmr3927/
Djmr3927.h193 #define jmr3927_dipsw1() ((tx3927_pioptr->din & (1 << 11)) == 0)
194 #define jmr3927_dipsw2() ((tx3927_pioptr->din & (1 << 10)) == 0)
Dtx3927.h361 #define tx3927_pioptr ((struct txx927_pio_reg *)TX3927_PIO_REG) macro