Searched refs:HVC_IUCV_MAGIC (Results 1 – 1 of 1) sorted by relevance
32 #define HVC_IUCV_MAGIC 0xc9e4c3e5 macro134 if ((num < HVC_IUCV_MAGIC) || (num - HVC_IUCV_MAGIC > hvc_iucv_devices)) in hvc_iucv_get_private()136 return hvc_iucv_table[num - HVC_IUCV_MAGIC]; in hvc_iucv_get_private()1122 priv->hvc = hvc_alloc(HVC_IUCV_MAGIC + id, /* PAGE_SIZE */ in hvc_iucv_alloc()1123 HVC_IUCV_MAGIC + id, &hvc_iucv_ops, 256); in hvc_iucv_alloc()1427 rc = hvc_instantiate(HVC_IUCV_MAGIC, IUCV_HVC_CON_IDX, &hvc_iucv_ops); in hvc_iucv_init()