Searched refs:tx3927_pioptr (Results 1 – 3 of 3) sorted by relevance
509 tx3927_pioptr->dir = 0x0000f000; in tx3927_setup()510 tx3927_pioptr->maskcpu = 0; in tx3927_setup()511 tx3927_pioptr->maskext = 0; in tx3927_setup()
193 #define jmr3927_dipsw1() ((tx3927_pioptr->din & (1 << 11)) == 0)194 #define jmr3927_dipsw2() ((tx3927_pioptr->din & (1 << 10)) == 0)
361 #define tx3927_pioptr ((struct txx927_pio_reg *)TX3927_PIO_REG) macro