Lines Matching refs:host_id
993 m <<= dev->host_id[0];
1222 atp_dev->host_id[c] = 0x07;
1240 static void atp_set_host_id(struct atp_unit *atp, u8 c, u8 host_id)
1242 atp_writeb_io(atp, c, 0, host_id | 0x08);
1256 unsigned char k, host_id;
1264 pci_read_config_byte(pdev, 0x49, &host_id);
1271 host_id &= 0x07;
1272 atpdev->host_id[0] = host_id;
1292 atp_set_host_id(atpdev, 0, host_id);
1300 shpnt->this_id = host_id;
1307 unsigned char k, m, host_id;
1315 host_id = atp_readb_base(atpdev, 0x39) >> 4;
1319 atpdev->host_id[0] = host_id;
1379 atp_set_host_id(atpdev, 0, host_id);
1385 shpnt->this_id = host_id;
1448 atpdev->host_id[c] = setupdata[c][0] & 0x07;
1466 k = atpdev->host_id[0];
1471 k = atpdev->host_id[1];
1493 shpnt->this_id = atpdev->host_id[0];
1735 if (i == dev->host_id[c]) {
1736 printk(KERN_INFO " ID: %2d Host Adapter\n", dev->host_id[c]);