Searched defs:logical (Results 1 - 7 of 7) sorted by relevance

/drivers/mtd/
H A Dinftlmount.c59 * Assume logical EraseSize == physical erasesize for starting the
514 int logical, block, i; local
520 for (logical = 0; logical < s->nb_blocks; logical++) {
521 block = s->VUtable[logical];
524 pr_debug(" LOGICAL %d --> %d ", logical, block);
558 /* Init the logical to physical table */
619 /* Check if chain for this logical */
/drivers/video/vermilion/
H A Dvermilion.h206 unsigned long logical; member in struct:vram_area
/drivers/isdn/hardware/eicon/
H A Ddebug.c44 int logical; member in struct:_diva_maint_client
841 static int diva_get_idi_adapter_info(IDI_CALL request, dword *serial, dword *logical) { argument
847 *logical = sync_req.xdi_logical_adapter_number.info.logical_adapter_number;
863 dword sec, usec, logical, serial, org_mask; local
872 diva_get_idi_adapter_info(d->request, &serial, &logical);
875 (int)logical,
879 sprintf(tmp, "ADAPTER:%d SN:%u", (int)logical, serial);
929 clients[id].logical = (int)logical;
958 DivaSTraceLibraryCreateInstance((int)logical,
[all...]
/drivers/scsi/pm8001/
H A Dpm8001_hwi.c1124 s8 bar, logical = 0; local
1127 ** logical BARs for SPC:
1128 ** bar 0 and 1 - logical BAR0
1129 ** bar 2 and 3 - logical BAR1
1130 ** bar4 - logical BAR2
1131 ** bar5 - logical BAR3
1136 if (pm8001_ha->io_mem[logical].memvirtaddr) {
1137 iounmap(pm8001_ha->io_mem[logical].memvirtaddr);
1138 logical++;
/drivers/scsi/
H A Dst.c3030 int logical)
3046 if (!logical && !STp->scsi2_logical)
3091 int logical)
3140 if (!logical && !STp->scsi2_logical)
3016 get_location(struct scsi_tape *STp, unsigned int *block, int *partition, int logical) argument
3077 set_location(struct scsi_tape *STp, unsigned int block, int partition, int logical) argument
H A Dhpsa.c394 /* Is this even a logical drive? */
634 * byte 4 of the 8-byte LUN addr will contain the logical
649 * Use the logical unit number from the firmware.
1540 static int hpsa_scsi_do_report_luns(struct ctlr_info *h, int logical, argument
1556 fill_cmd(c, logical ? HPSA_REPORT_LOG : HPSA_REPORT_PHYS, h,
1674 * Puts non-external target logical volumes on bus 0, external target logical
1694 /* It's a logical device */
1729 return 0; /* It's the logical targets that may lack lun 0. */
1784 dev_err(&h->pdev->dev, "report logical LUN
[all...]
/drivers/scsi/aacraid/
H A Daacraid.h559 u64 logical; /*address we give the adapter */ member in struct:aac_queue
809 * logical block address or residue associated with

Completed in 448 milliseconds