Lines Matching refs:unit_address
312 uint32_t unit_address, unsigned int irq, struct vio_dev *dev);
421 hvcsd->vdev->unit_address, in hvcs_vterm_state_store()
544 uint32_t unit_address = hvcsd->vdev->unit_address; in hvcs_try_write() local
550 sent = hvc_put_chars(unit_address, in hvcs_try_write()
574 uint32_t unit_address; in hvcs_io() local
582 unit_address = hvcsd->vdev->unit_address; in hvcs_io()
597 got = hvc_get_chars(unit_address, in hvcs_io()
698 hvcsd->vdev->unit_address, in hvcs_destruct_port()
703 hvcsd->vdev->unit_address); in hvcs_destruct_port()
794 hvcsd->vdev->unit_address); in hvcs_probe()
809 hvcsd->vdev->unit_address); in hvcs_probe()
813 printk(KERN_INFO "HVCS: vty-server@%X added to the vio bus.\n", dev->unit_address); in hvcs_probe()
854 " vio bus.\n", dev->unit_address); in hvcs_remove()
868 hvcsd->p_unit_address = pi->unit_address; in hvcs_set_pi()
892 uint32_t unit_address = hvcsd->vdev->unit_address; in hvcs_get_pi() local
901 retval = hvcs_get_partner_info(unit_address, &head, hvcs_pi_buff); in hvcs_get_pi()
905 " info for vty-server@%x.\n", unit_address); in hvcs_get_pi()
963 unsigned int unit_address = hvcsd->vdev->unit_address; in hvcs_partner_connect() local
972 retval = hvcs_register_connection(unit_address, in hvcs_partner_connect()
991 retval = hvcs_register_connection(unit_address, in hvcs_partner_connect()
1015 retval = hvcs_free_connection(hvcsd->vdev->unit_address); in hvcs_partner_free()
1021 static int hvcs_enable_device(struct hvcs_struct *hvcsd, uint32_t unit_address, in hvcs_enable_device() argument
1041 " vty-server@%X.\n", unit_address); in hvcs_enable_device()
1046 " vty-server@%X.\n", unit_address); in hvcs_enable_device()
1088 unsigned long unit_address, flags; in hvcs_install() local
1126 unit_address = hvcsd->vdev->unit_address; in hvcs_install()
1135 retval = hvcs_enable_device(hvcsd, unit_address, irq, vdev); in hvcs_install()
1174 hvcsd->vdev->unit_address ); in hvcs_open()
1223 hvcsd->vdev->unit_address, hvcsd->port.count); in hvcs_close()
1307 unsigned int unit_address; in hvcs_write() local
1343 unit_address = hvcsd->vdev->unit_address; in hvcs_write()
1369 result = hvc_put_chars(unit_address, in hvcs_write()