Lines Matching refs:unit_address
327 uint32_t unit_address, unsigned int irq, struct vio_dev *dev);
436 hvcsd->vdev->unit_address, in hvcs_vterm_state_store()
560 uint32_t unit_address = hvcsd->vdev->unit_address; in hvcs_try_write() local
566 sent = hvc_put_chars(unit_address, in hvcs_try_write()
590 uint32_t unit_address; in hvcs_io() local
598 unit_address = hvcsd->vdev->unit_address; in hvcs_io()
613 got = hvc_get_chars(unit_address, in hvcs_io()
714 hvcsd->vdev->unit_address, in hvcs_destruct_port()
719 hvcsd->vdev->unit_address); in hvcs_destruct_port()
810 hvcsd->vdev->unit_address); in hvcs_probe()
825 hvcsd->vdev->unit_address); in hvcs_probe()
829 printk(KERN_INFO "HVCS: vty-server@%X added to the vio bus.\n", dev->unit_address); in hvcs_probe()
870 " vio bus.\n", dev->unit_address); in hvcs_remove()
884 hvcsd->p_unit_address = pi->unit_address; in hvcs_set_pi()
908 uint32_t unit_address = hvcsd->vdev->unit_address; in hvcs_get_pi() local
917 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff); in hvcs_get_pi()
921 " info for vty-server@%x.\n", unit_address); in hvcs_get_pi()
979 unsigned int unit_address = hvcsd->vdev->unit_address; in hvcs_partner_connect() local
988 retval = hvcs_register_connection(unit_address, in hvcs_partner_connect()
1007 retval = hvcs_register_connection(unit_address, in hvcs_partner_connect()
1031 retval = hvcs_free_connection(hvcsd->vdev->unit_address); in hvcs_partner_free()
1037 static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, in hvcs_enable_device() argument
1057 " vty-server@%X.\n", unit_address); in hvcs_enable_device()
1062 " vty-server@%X.\n", unit_address); in hvcs_enable_device()
1104 unsigned long unit_address, flags; in hvcs_install() local
1142 unit_address = hvcsd->vdev->unit_address; in hvcs_install()
1151 retval = hvcs_enable_device(hvcsd, unit_address, irq, vdev); in hvcs_install()
1190 hvcsd->vdev->unit_address ); in hvcs_open()
1247 hvcsd->vdev->unit_address, hvcsd->port.count); in hvcs_close()
1324 unsigned int unit_address; in hvcs_write() local
1360 unit_address = hvcsd->vdev->unit_address; in hvcs_write()
1386 result = hvc_put_chars(unit_address, in hvcs_write()