Searched refs:TARG_OFFSET (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_reg.h | 350 #define TARG_OFFSET 0x70 macro
|
D | aic7xxx.reg | 1360 TARG_OFFSET {
|
D | aic7xxx.seq | 225 add SINDEX, TARG_OFFSET, A;
|
/linux-2.4.37.9/drivers/scsi/ |
D | aic7xxx_old.c | 2197 aic_outb(p, offset, TARG_OFFSET + tindex); in aic7xxx_set_syncrate() 3918 aic_outb(p, 0, TARG_OFFSET + offset_min); in aic7xxx_reset_channel() 4352 aic_outb(p, 0, TARG_OFFSET + tindex); in aic7xxx_handle_device_reset() 8540 aic_outb(p, 0, TARG_OFFSET + i); in aic7xxx_register() 9149 if (aic_inb(p, TARG_OFFSET + i)) in aic7xxx_load_seeprom() 9186 aic_outb(p, 0, TARG_OFFSET + i); in aic7xxx_load_seeprom() 9247 p->transinfo[i].cur_offset = aic_inb(p, TARG_OFFSET + i); in aic7xxx_load_seeprom() 9279 p->transinfo[i].cur_offset = aic_inb(p, TARG_OFFSET + i); in aic7xxx_load_seeprom() 11944 for(i = TARG_OFFSET; i < 0x80; i++) in aic7xxx_print_scratch_ram()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_reg.h | 1459 #define TARG_OFFSET 0x70 macro
|
D | aic7xxx_pci.c | 1530 ahc_outb(ahc, TARG_OFFSET + i, offset); in ahc_parse_pci_eeprom()
|
D | aic7xxx.reg | 1553 TARG_OFFSET {
|
D | aic7xxx_core.c | 5025 offset = ahc_inb(ahc, TARG_OFFSET + i); in ahc_init()
|