Searched refs:last_device (Results 1 - 6 of 6) sorted by relevance

/drivers/ata/
H A Dpata_it821x.c97 u16 last_device; /* Master or slave loaded ? */ member in struct:it821x_dev
394 if (itdev && device != itdev->last_device) {
397 itdev->last_device = device;
769 itdev->last_device = -1;
H A Dlibata-core.c6467 int last_port = -1, last_device = -1; local
6497 te.device = last_device;
6503 last_device = te.device;
/drivers/iommu/
H A Damd_iommu_init.c748 iommu->last_device = calc_devid(MMIO_GET_BUS(range),
848 PCI_BUS(iommu->last_device),
849 PCI_SLOT(iommu->last_device),
850 PCI_FUNC(iommu->last_device),
854 dev_i <= iommu->last_device; ++dev_i)
979 for (i = iommu->first_device; i <= iommu->last_device; ++i)
H A Damd_iommu_types.h517 u16 last_device; member in struct:amd_iommu
/drivers/w1/
H A Dw1.c869 int last_zero, last_device; local
875 last_device = 0;
880 while ( !last_device && (slave_count++ < dev->max_slave_count) ) {
939 last_device = 1;
/drivers/scsi/
H A Dhpsa.c1816 int last_device = nphysicals + nlogicals + (raid_ctlr_position == 0); local
1824 if (i < last_device)

Completed in 182 milliseconds