Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/w1/
H A Dw1-uclass.c33 bool last_device = false; in w1_enumerate() local
42 while (!last_device) { in w1_enumerate()
89 last_device = 1; in w1_enumerate()
/openbmc/linux/drivers/ata/
H A 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()
771 itdev->last_device = -1; in it821x_port_start()
H A Dlibata-core.c6484 int last_port = -1, last_device = -1; in ata_parse_force_param() local
6514 te.device = last_device; in ata_parse_force_param()
6520 last_device = te.device; in ata_parse_force_param()
/openbmc/linux/drivers/w1/
H A Dw1.c982 int last_zero, last_device; in w1_search() local
989 last_device = 0; in w1_search()
994 while ( !last_device && (slave_count++ < dev->max_slave_count) ) { in w1_search()
1060 last_device = 1; in w1_search()
1069 if (!last_device && slave_count == dev->max_slave_count && in w1_search()
/openbmc/linux/drivers/scsi/
H A Dhpsa.c4163 int last_device = nphysicals + nlogicals + (raid_ctlr_position == 0); in figure_lunaddrbytes() local
4172 if (i < last_device) in figure_lunaddrbytes()