Home
last modified time | relevance | path

Searched refs:inst (Results 1 – 11 of 11) sorted by relevance

/drivers/scsi/
Datari_scsi.h56 #define NCR5380_dma_read_setup(inst,d,c) atari_scsi_dma_setup (inst, d, c, 0) argument
57 #define NCR5380_dma_write_setup(inst,d,c) atari_scsi_dma_setup (inst, d, c, 1) argument
58 #define NCR5380_dma_residual(inst) atari_scsi_dma_residual( inst ) argument
/drivers/edac/
Dedac_device.c77 struct edac_device_instance *dev_inst, *inst; in edac_device_alloc_ctl_info() local
170 inst = &dev_inst[instance]; in edac_device_alloc_ctl_info()
171 inst->ctl = dev_ctl; in edac_device_alloc_ctl_info()
172 inst->nr_blocks = nr_blocks; in edac_device_alloc_ctl_info()
174 inst->blocks = blk_p; in edac_device_alloc_ctl_info()
177 snprintf(inst->name, sizeof(inst->name), in edac_device_alloc_ctl_info()
183 blk->instance = inst; in edac_device_alloc_ctl_info()
189 __func__, instance, inst, block, in edac_device_alloc_ctl_info()
/drivers/net/
Dbnx2_fw.h894 .inst = BNX2_COM_CPU_INSTRUCTION,
2181 .inst = BNX2_CP_CPU_INSTRUCTION,
2962 .inst = BNX2_RXP_CPU_INSTRUCTION,
3567 .inst = BNX2_TPAT_CPU_INSTRUCTION,
4459 .inst = BNX2_TXP_CPU_INSTRUCTION,
Dcassini.c1191 cas_hp_inst_t *inst; in cas_load_firmware() local
1196 while ((inst = firmware) && inst->note) { in cas_load_firmware()
1199 val = CAS_BASE(HP_INSTR_RAM_HI_VAL, inst->val); in cas_load_firmware()
1200 val |= CAS_BASE(HP_INSTR_RAM_HI_MASK, inst->mask); in cas_load_firmware()
1203 val = CAS_BASE(HP_INSTR_RAM_MID_OUTARG, inst->outarg >> 10); in cas_load_firmware()
1204 val |= CAS_BASE(HP_INSTR_RAM_MID_OUTOP, inst->outop); in cas_load_firmware()
1205 val |= CAS_BASE(HP_INSTR_RAM_MID_FNEXT, inst->fnext); in cas_load_firmware()
1206 val |= CAS_BASE(HP_INSTR_RAM_MID_FOFF, inst->foff); in cas_load_firmware()
1207 val |= CAS_BASE(HP_INSTR_RAM_MID_SNEXT, inst->snext); in cas_load_firmware()
1208 val |= CAS_BASE(HP_INSTR_RAM_MID_SOFF, inst->soff); in cas_load_firmware()
[all …]
Dbnx2.h6910 u32 inst; member
Dbnx2.c3491 bnx2_reg_wr_ind(bp, cpu_reg->inst, 0); in load_cpu_fw()
/drivers/serial/
Dsunzilog.c1355 int inst; in zs_probe() local
1366 inst = uart_chip_count + kbm_inst; in zs_probe()
1368 inst = uart_inst; in zs_probe()
1370 sunzilog_chip_regs[inst] = of_ioremap(&op->resource[0], 0, in zs_probe()
1373 if (!sunzilog_chip_regs[inst]) in zs_probe()
1376 rp = sunzilog_chip_regs[inst]; in zs_probe()
1381 up = &sunzilog_port_table[inst * 2]; in zs_probe()
1393 up[0].port.line = (inst * 2) + 0; in zs_probe()
1410 up[1].port.line = (inst * 2) + 1; in zs_probe()
Dsunsab.c1011 static int inst; in sab_probe() local
1015 up = &sunsab_ports[inst * 2]; in sab_probe()
1019 (inst * 2) + 0); in sab_probe()
1025 (inst * 2) + 1); in sab_probe()
1045 inst++; in sab_probe()
Dsunsu.c1407 static int inst; in su_probe() local
1416 if (inst >= UART_NR) in su_probe()
1418 up = &sunsu_ports[inst]; in su_probe()
1425 up->port.line = inst; in su_probe()
1478 inst++; in su_probe()
/drivers/scsi/arm/
Dfas216.c156 unsigned char is, stat, inst; in fas216_dumpstate() local
160 inst = fas216_readb(info, REG_INST); in fas216_dumpstate()
166 fas216_readb(info, REG_CMD), stat, inst, is, in fas216_dumpstate()
1627 unsigned char inst, is, stat; in fas216_intr() local
1634 inst = fas216_readb(info, REG_INST); in fas216_intr()
1636 add_debug_list(stat, is, inst, info->scsi.phase); in fas216_intr()
1639 if (inst & INST_BUSRESET) { in fas216_intr()
1643 } else if (inst & INST_ILLEGALCMD) { in fas216_intr()
1647 } else if (inst & INST_DISCONNECT) in fas216_intr()
1649 else if (inst & INST_RESELECTED) /* reselected */ in fas216_intr()
[all …]
/drivers/scsi/megaraid/
Dmegaraid_sas.h1131 #define MEGASAS_DEV_INDEX(inst, scp) \ argument