Home
last modified time | relevance | path

Searched refs:last_device (Results 1 – 4 of 4) sorted by relevance

/drivers/ata/
Dpata_it821x.c96 u16 last_device; /* Master or slave loaded ? */ member
393 if (itdev && device != itdev->last_device) { in it821x_passthru_dev_select()
396 itdev->last_device = device; in it821x_passthru_dev_select()
768 itdev->last_device = -1; in it821x_port_start()
Dlibata-core.c6291 int last_port = -1, last_device = -1; in ata_parse_force_param() local
6321 te.device = last_device; in ata_parse_force_param()
6327 last_device = te.device; in ata_parse_force_param()
/drivers/w1/
Dw1.c958 int last_zero, last_device; in w1_search() local
965 last_device = 0; in w1_search()
970 while ( !last_device && (slave_count++ < dev->max_slave_count) ) { in w1_search()
1036 last_device = 1; in w1_search()
1045 if (!last_device && slave_count == dev->max_slave_count && in w1_search()
/drivers/scsi/
Dhpsa.c4163 int last_device = nphysicals + nlogicals + (raid_ctlr_position == 0); in figure_lunaddrbytes() local
4172 if (i < last_device) in figure_lunaddrbytes()