Lines Matching refs:eisa_out8
100 void eisa_out8(unsigned char data, unsigned short port)
123 EXPORT_SYMBOL(eisa_out8);
154 eisa_out8(slave_mask, 0xa1);
157 eisa_out8(master_mask, 0x21);
174 eisa_out8(slave_mask, 0xa1);
177 eisa_out8(master_mask, 0x21);
197 eisa_out8(0x0a, 0x20);
198 eisa_out8(0x0a, 0xa0);
204 eisa_out8(0x0a, 0x20);
205 eisa_out8(0x0a, 0xa0);
214 eisa_out8(slave_mask, 0xa1);
215 eisa_out8(0x60 | (irq&7),0xa0);/* 'Specific EOI' to slave */
216 eisa_out8(0x62, 0x20); /* 'Specific EOI' to master-IRQ2 */
220 eisa_out8(master_mask, 0x21);
221 eisa_out8(0x60|irq, 0x20); /* 'Specific EOI' to master */
231 eisa_out8(slave_mask, 0xa1);
234 eisa_out8(master_mask, 0x21);
252 eisa_out8(0xff, 0x21); /* mask during init */
253 eisa_out8(0xff, 0xa1); /* mask during init */
256 eisa_out8(0x11, 0x20); /* ICW1 */
257 eisa_out8(0x00, 0x21); /* ICW2 */
258 eisa_out8(0x04, 0x21); /* ICW3 */
259 eisa_out8(0x01, 0x21); /* ICW4 */
260 eisa_out8(0x40, 0x20); /* OCW2 */
263 eisa_out8(0x11, 0xa0); /* ICW1 */
264 eisa_out8(0x08, 0xa1); /* ICW2 */
265 eisa_out8(0x02, 0xa1); /* ICW3 */
266 eisa_out8(0x01, 0xa1); /* ICW4 */
267 eisa_out8(0x40, 0xa0); /* OCW2 */
273 eisa_out8(slave_mask, 0xa1); /* OCW1 */
274 eisa_out8(master_mask, 0x21); /* OCW1 */
279 eisa_out8(eisa_irq_level&0xff, 0x4d0); /* Set all irq's to edge */
280 eisa_out8((eisa_irq_level >> 8) & 0xff, 0x4d1);