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.c6675 int last_port = -1, last_device = -1; in ata_parse_force_param() local
6705 te.device = last_device; in ata_parse_force_param()
6711 last_device = te.device; in ata_parse_force_param()
/drivers/w1/
Dw1.c955 int last_zero, last_device; in w1_search() local
962 last_device = 0; in w1_search()
967 while ( !last_device && (slave_count++ < dev->max_slave_count) ) { in w1_search()
1033 last_device = 1; in w1_search()
1042 if (!last_device && slave_count == dev->max_slave_count && in w1_search()
/drivers/scsi/
Dhpsa.c3842 int last_device = nphysicals + nlogicals + (raid_ctlr_position == 0); in figure_lunaddrbytes() local
3851 if (i < last_device) in figure_lunaddrbytes()