Lines Matching refs:host_id
1068 m <<= dev->host_id[0]; in tscam()
1316 if (i == dev->host_id[0]) { in is870()
1317 printk(KERN_INFO " ID: %2d Host Adapter\n", dev->host_id[0]); in is870()
1840 if (i == dev->host_id[0]) { in is880()
1841 printk(KERN_INFO " ID: %2d Host Adapter\n", dev->host_id[0]); in is880()
2545 atp_dev->host_id[c] = 0x07; in atp870u_init_tables()
2569 unsigned char host_id; in atp870u_probe() local
2616 host_id = inb(base_io + 0x39); in atp870u_probe()
2617 host_id >>= 0x04; in atp870u_probe()
2624 atpdev->host_id[0] = host_id; in atp870u_probe()
2719 outb((host_id | 0x08), tmport); in atp870u_probe()
2738 shpnt->this_id = host_id; in atp870u_probe()
2833 p->host_id[c] = setupdata[c][0] & 0x07; in atp870u_probe()
2851 k=p->host_id[0]; in atp870u_probe()
2872 k=p->host_id[1]; in atp870u_probe()
2911 shpnt->this_id = p->host_id[0]; in atp870u_probe()
2918 error = pci_read_config_byte(pdev, 0x49, &host_id); in atp870u_probe()
2926 host_id &= 0x07; in atp870u_probe()
2927 atpdev->host_id[0] = host_id; in atp870u_probe()
2972 outb((host_id | 0x08), tmport); in atp870u_probe()
2997 shpnt->this_id = host_id; in atp870u_probe()
3239 if (i == dev->host_id[c]) { in is885()
3240 printk(KERN_INFO " ID: %2d Host Adapter\n", dev->host_id[c]); in is885()