Lines Matching refs:outw
47 outw( 0x0000 , MRSHPC_MODE ); in pcmcia_on()
51 outw(0x0674 ,MRSHPC_CPWCR); /* Card Vcc is 3.3v? */ in pcmcia_on()
53 outw(0x0678 ,MRSHPC_CPWCR); /* Card Vcc is 5V */ in pcmcia_on()
64 outw(0x8a84,MRSHPC_MW0CR1); /* window 0xb8400000 */ in pcmcia_on()
66 outw(0x0b00,MRSHPC_MW0CR2); /* common mode & bus width 16bit SWAP = 1 */ in pcmcia_on()
68 outw(0x0300,MRSHPC_MW0CR2); /* common mode & bus width 16bit SWAP = 0 */ in pcmcia_on()
71 outw(0x8a85,MRSHPC_MW1CR1); /* window 0xb8500000 */ in pcmcia_on()
73 outw(0x0a00,MRSHPC_MW1CR2); /* attribute mode & bus width 16bit SWAP = 1 */ in pcmcia_on()
75 outw(0x0200,MRSHPC_MW1CR2); /* attribute mode & bus width 16bit SWAP = 0 */ in pcmcia_on()
78 outw(0x8a86,MRSHPC_IOWCR1); /* I/O window 0xb8600000 */ in pcmcia_on()
79 outw(0x0008,MRSHPC_CDCR); /* I/O card mode */ in pcmcia_on()
81 outw(0x0a00,MRSHPC_IOWCR2); /* bus width 16bit SWAP = 1 */ in pcmcia_on()
83 outw(0x0200,MRSHPC_IOWCR2); /* bus width 16bit SWAP = 0 */ in pcmcia_on()
85 outw(0x0000,MRSHPC_ISR); in pcmcia_on()
86 outw(0x2000,MRSHPC_ICR); in pcmcia_on()