Searched refs:Device_ID (Results 1 – 4 of 4) sorted by relevance
25 ABSOLUTE Device_ID = 0 ; ID of target for command141 SELECT ATN Device_ID, Reselect
28 ABSOLUTE Device_ID = 0 ; ID of target for command144 SELECT ATN Device_ID, Reselect
1457 script_patch_ID(hostdata, hostdata->script, Device_ID, 1<<scmd_id(SCp)); in NCR_700_start_command()
2382 u8 Vendor_ID[2], Device_ID[2]; in it6161_check_device_ready() local2386 Device_ID[0] = it6161_mipi_rx_read(it6161, 0x02); in it6161_check_device_ready()2387 Device_ID[1] = it6161_mipi_rx_read(it6161, 0x03); in it6161_check_device_ready()2389 … if (Vendor_ID[0] == 0x54 && Vendor_ID[1] == 0x49 && Device_ID[0] == 0x61 && Device_ID[1] == 0x61) in it6161_check_device_ready()