Searched refs:attr_mem (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/wireless/hostap/ |
H A D | hostap_plx.c | 43 void __iomem *attr_mem; member in struct:hostap_plx_priv 276 if (hw_priv->attr_mem == NULL) { prism2_plx_cor_sreset() 285 corsave = readb(hw_priv->attr_mem + hw_priv->cor_offset); prism2_plx_cor_sreset() 287 hw_priv->attr_mem + hw_priv->cor_offset); prism2_plx_cor_sreset() 290 hw_priv->attr_mem + hw_priv->cor_offset); prism2_plx_cor_sreset() 301 if (hw_priv->attr_mem == NULL) { prism2_plx_genesis_reset() 312 corsave = readb(hw_priv->attr_mem + hw_priv->cor_offset); prism2_plx_genesis_reset() 314 hw_priv->attr_mem + hw_priv->cor_offset); prism2_plx_genesis_reset() 316 writeb(hcr, hw_priv->attr_mem + hw_priv->cor_offset + 2); prism2_plx_genesis_reset() 319 hw_priv->attr_mem + hw_priv->cor_offset); prism2_plx_genesis_reset() 334 static int prism2_plx_check_cis(void __iomem *attr_mem, int attr_len, prism2_plx_check_cis() argument 351 /* read CIS; it is in even offsets in the beginning of attr_mem */ prism2_plx_check_cis() 353 cis[i] = readb(attr_mem + 2 * i); prism2_plx_check_cis() 385 "attr_mem\n", dev_info); prism2_plx_check_cis() 437 void __iomem *attr_mem = NULL; prism2_plx_probe() local 463 attr_mem = NULL; /* no access to PC Card attribute memory */ prism2_plx_probe() 489 attr_mem = ioremap(pccard_attr_mem, pccard_attr_len); prism2_plx_probe() 490 if (attr_mem == NULL) { prism2_plx_probe() 491 printk(KERN_ERR "%s: cannot remap attr_mem\n", prism2_plx_probe() 500 if (prism2_plx_check_cis(attr_mem, pccard_attr_len, prism2_plx_probe() 512 attr_mem + cor_offset); prism2_plx_probe() 547 hw_priv->attr_mem = attr_mem; prism2_plx_probe() 571 if (attr_mem) prism2_plx_probe() 572 iounmap(attr_mem); prism2_plx_probe() 598 if (hw_priv->attr_mem) prism2_plx_remove() 599 iounmap(hw_priv->attr_mem); prism2_plx_remove()
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | bfin_cf_pcmcia.c | 201 struct resource *io_mem, *attr_mem; bfin_cf_probe() local 241 attr_mem = platform_get_resource(pdev, IORESOURCE_MEM, 1); bfin_cf_probe() 243 if (!io_mem || !attr_mem) bfin_cf_probe() 247 cf->phys_cf_attr = attr_mem->start; bfin_cf_probe()
|
/linux-4.1.27/tools/perf/util/ |
H A D | dwarf-aux.c | 528 Dwarf_Attribute attr_mem; __die_walk_instances_cb() local 534 attr = dwarf_attr(inst, DW_AT_abstract_origin, &attr_mem); __die_walk_instances_cb()
|
Completed in 111 milliseconds