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