tag | line | file | source code |
conf | 564 | drivers/scsi/aha152x.c | aha152x_config conf; |
conf | 687 | drivers/scsi/aha152x.c | conf.cf_port = (GETPORT(PORTA)<<8) + GETPORT(PORTB); |
conf | 689 | drivers/scsi/aha152x.c | interrupt_level = irqs[conf.cf_irq]; |
conf | 690 | drivers/scsi/aha152x.c | this_host = conf.cf_id; |
conf | 691 | drivers/scsi/aha152x.c | can_disconnect = conf.cf_tardisc; |
conf | 692 | drivers/scsi/aha152x.c | can_doparity = !conf.cf_parity; |
conf | 224 | drivers/sound/trix.c | unsigned char conf; |
conf | 250 | drivers/sound/trix.c | conf = 0x84; /* DMA and IRQ enable */ |
conf | 251 | drivers/sound/trix.c | conf |= hw_config->io_base & 0x70; /* I/O address bits */ |
conf | 252 | drivers/sound/trix.c | conf |= irq_translate[hw_config->irq]; |
conf | 254 | drivers/sound/trix.c | conf |= 0x08; |
conf | 255 | drivers/sound/trix.c | trix_write (0x1b, conf); |
conf | 285 | drivers/sound/trix.c | unsigned char conf; |
conf | 307 | drivers/sound/trix.c | conf = 0x00; |
conf | 310 | drivers/sound/trix.c | conf = 0x04; |
conf | 313 | drivers/sound/trix.c | conf = 0x08; |
conf | 316 | drivers/sound/trix.c | conf = 0x0c; |
conf | 322 | drivers/sound/trix.c | conf |= irq_bits[hw_config->irq] << 4; |
conf | 324 | drivers/sound/trix.c | trix_write (0x19, (trix_read (0x19) & 0x83) | conf); |