Lines Matching refs:host_id
1041 m <<= dev->host_id[0];
1275 atp_dev->host_id[c] = 0x07;
1293 static void atp_set_host_id(struct atp_unit *atp, u8 c, u8 host_id)
1295 atp_writeb_io(atp, c, 0, host_id | 0x08);
1309 unsigned char k, host_id;
1317 pci_read_config_byte(pdev, 0x49, &host_id);
1325 host_id &= 0x07;
1326 atpdev->host_id[0] = host_id;
1346 atp_set_host_id(atpdev, 0, host_id);
1354 shpnt->this_id = host_id;
1361 unsigned char k, m, host_id;
1369 host_id = atp_readb_base(atpdev, 0x39) >> 4;
1374 atpdev->host_id[0] = host_id;
1434 atp_set_host_id(atpdev, 0, host_id);
1440 shpnt->this_id = host_id;
1506 atpdev->host_id[c] = setupdata[c][0] & 0x07;
1524 k = atpdev->host_id[0];
1529 k = atpdev->host_id[1];
1551 shpnt->this_id = atpdev->host_id[0];
1793 if (i == dev->host_id[c]) {
1794 printk(KERN_INFO " ID: %2d Host Adapter\n", dev->host_id[c]);