2 * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com>
3 * Andreas Heppel <aheppel@sysgo.de>
5 * See file CREDITS for list of people who contributed to this
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
25 * Initialisation of the PCI-to-ISA bridge and disabling the BIOS
26 * write protection (for flash) in function 0 of the chip.
27 * Enabling function 1 (IDE controller of the chip.
33 #ifdef CFG_WINBOND_83C553
40 #define out8(addr,val) do { \
41 out_8((u8*) (addr),(val)); udelay(1); \
43 #define out16(addr,val) do { \
44 out_be16((u16*) (addr),(val)); udelay(1); \
47 extern uint ide_bus_offset[CFG_IDE_MAXBUS];
49 void initialise_pic(void);
50 void initialise_dma(void);
52 void initialise_w83c553f(void)
59 devbusfn = pci_find_device(W83C553F_VID, W83C553F_DID, 0);
62 printf("Error: Cannot find W83C553F controller on any PCI bus.");
66 pci_read_config_word(devbusfn, PCI_COMMAND, ®16);
67 reg16 |= PCI_COMMAND_MASTER | PCI_COMMAND_IO | PCI_COMMAND_MEMORY;
68 pci_write_config_word(devbusfn, PCI_COMMAND, reg16);
70 pci_read_config_byte(devbusfn, WINBOND_IPADCR, ®8);
71 /* 16 MB ISA memory space */
72 reg8 |= (IPADCR_IPATOM4 | IPADCR_IPATOM5 | IPADCR_IPATOM6 | IPADCR_IPATOM7);
73 reg8 &= ~IPADCR_MBE512;
74 pci_write_config_byte(devbusfn, WINBOND_IPADCR, reg8);
76 pci_read_config_byte(devbusfn, WINBOND_CSCR, ®8);
77 /* switch off BIOS write protection */
78 reg8 |= CSCR_UBIOSCSE;
80 pci_write_config_byte(devbusfn, WINBOND_CSCR, reg8);
90 pci_write_config_byte(devbusfn, WINBOND_IDEIRCR, 0x90);
91 pci_write_config_word(devbusfn, WINBOND_PCIIRCR, 0xABEF);
94 * Read IDE bus offsets from function 1 device.
95 * We must unmask the LSB indicating that ist is an IO address.
97 devbusfn |= PCI_BDF(0,0,1);
100 * Switch off legacy IRQ for IDE and IDE port 1.
102 pci_write_config_byte(devbusfn, 0x09, 0x8F);
104 pci_read_config_dword(devbusfn, WINDOND_IDECSR, ®32);
105 reg32 &= ~(IDECSR_LEGIRQ | IDECSR_P1EN | IDECSR_P1F16);
106 pci_write_config_dword(devbusfn, WINDOND_IDECSR, reg32);
108 pci_read_config_dword(devbusfn, PCI_BASE_ADDRESS_0, &ide_bus_offset[0]);
109 ide_bus_offset[0] &= ~1;
110 #if CFG_IDE_MAXBUS > 1
111 pci_read_config_dword(devbusfn, PCI_BASE_ADDRESS_2, &ide_bus_offset[1]);
112 ide_bus_offset[1] &= ~1;
116 * Enable function 1, IDE -> busmastering and IO space access
118 pci_read_config_word(devbusfn, PCI_COMMAND, ®16);
119 reg16 |= PCI_COMMAND_MASTER | PCI_COMMAND_IO;
120 pci_write_config_word(devbusfn, PCI_COMMAND, reg16);
123 * Initialise ISA interrupt controller
128 * Initialise DMA controller
133 void initialise_pic(void)
135 out8(W83C553F_PIC1_ICW1, 0x11);
136 out8(W83C553F_PIC1_ICW2, 0x08);
137 out8(W83C553F_PIC1_ICW3, 0x04);
138 out8(W83C553F_PIC1_ICW4, 0x01);
139 out8(W83C553F_PIC1_OCW1, 0xfb);
140 out8(W83C553F_PIC1_ELC, 0x20);
142 out8(W83C553F_PIC2_ICW1, 0x11);
143 out8(W83C553F_PIC2_ICW2, 0x08);
144 out8(W83C553F_PIC2_ICW3, 0x02);
145 out8(W83C553F_PIC2_ICW4, 0x01);
146 out8(W83C553F_PIC2_OCW1, 0xff);
147 out8(W83C553F_PIC2_ELC, 0xce);
149 out8(W83C553F_TMR1_CMOD, 0x74);
151 out8(W83C553F_PIC2_OCW1, 0x20);
152 out8(W83C553F_PIC1_OCW1, 0x20);
154 out8(W83C553F_PIC2_OCW1, 0x2b);
155 out8(W83C553F_PIC1_OCW1, 0x2b);
158 void initialise_dma(void)
160 unsigned int channel;
161 unsigned int rvalue1, rvalue2;
163 /* perform a H/W reset of the devices */
165 out8(W83C553F_DMA1 + W83C553F_DMA1_MC, 0x00);
166 out16(W83C553F_DMA2 + W83C553F_DMA2_MC, 0x0000);
168 /* initialise all channels to a sane state */
170 for (channel = 0; channel < 4; channel++) {
172 * dependent upon the channel, setup the specifics:
176 * autoinitialize-disable
182 rvalue1 = (W83C553F_MODE_TM_DEMAND|W83C553F_MODE_CH0SEL|W83C553F_MODE_TT_VERIFY);
183 rvalue2 = (W83C553F_MODE_TM_CASCADE|W83C553F_MODE_CH0SEL);
186 rvalue1 = (W83C553F_MODE_TM_DEMAND|W83C553F_MODE_CH1SEL|W83C553F_MODE_TT_VERIFY);
187 rvalue2 = (W83C553F_MODE_TM_DEMAND|W83C553F_MODE_CH1SEL|W83C553F_MODE_TT_VERIFY);
190 rvalue1 = (W83C553F_MODE_TM_DEMAND|W83C553F_MODE_CH2SEL|W83C553F_MODE_TT_VERIFY);
191 rvalue2 = (W83C553F_MODE_TM_DEMAND|W83C553F_MODE_CH2SEL|W83C553F_MODE_TT_VERIFY);
194 rvalue1 = (W83C553F_MODE_TM_DEMAND|W83C553F_MODE_CH3SEL|W83C553F_MODE_TT_VERIFY);
195 rvalue2 = (W83C553F_MODE_TM_DEMAND|W83C553F_MODE_CH3SEL|W83C553F_MODE_TT_VERIFY);
203 /* write to write mode registers */
205 out8(W83C553F_DMA1 + W83C553F_DMA1_WM, rvalue1 & 0xFF);
206 out16(W83C553F_DMA2 + W83C553F_DMA2_WM, rvalue2 & 0x00FF);
209 /* enable all channels */
211 out8(W83C553F_DMA1 + W83C553F_DMA1_CM, 0x00);
212 out16(W83C553F_DMA2 + W83C553F_DMA2_CM, 0x0000);
214 * initialize the global DMA configuration
219 * channel group enable
222 out8(W83C553F_DMA1 + W83C553F_DMA1_CS, 0x00);
223 out16(W83C553F_DMA2 + W83C553F_DMA2_CS, 0x0000);
226 #endif /* CFG_WINBOND_83C553 */