Searched refs:HD64465_REG_SMSCR (Results 1 – 4 of 4) sorted by relevance
119 outw(inw(HD64465_REG_SMSCR) & (~HD64465_SMSCR_PS2ST), HD64465_REG_SMSCR); /* PS2 */ in tahoe_init()123 outw(inw(HD64465_REG_SMSCR) & (~HD64465_SMSCR_UARTST), HD64465_REG_SMSCR); /* UART */ in tahoe_init()126 outw(inw(HD64465_REG_SMSCR) & (~HD64465_SMSCR_PPST), HD64465_REG_SMSCR); /* PARPORT */ in tahoe_init()130 outw(inw(HD64465_REG_SMSCR) & (~HD64465_SMSCR_PC0ST), HD64465_REG_SMSCR); /* PC0 */ in tahoe_init()131 outw(inw(HD64465_REG_SMSCR) & (~HD64465_SMSCR_PC1ST), HD64465_REG_SMSCR); /* PC1 */ in tahoe_init()
198 smscr = inw(HD64465_REG_SMSCR); in setup_hd64465()199 outw(smscr & (~HD64465_SMSCR_UARTST), HD64465_REG_SMSCR); in setup_hd64465()
35 #define HD64465_REG_SMSCR 0x10000 /* System Module Standby Control Reg */ macro
1010 v = inw(HD64465_REG_SMSCR); in init_hs()1012 outw(v, HD64465_REG_SMSCR); in init_hs()