Home
last modified time | relevance | path

Searched refs:common_res (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pcmcia/
H A Dbcm63xx_pcmcia.c308 res = skt->common_res; in bcm63xx_pcmcia_set_mem_map()
344 skt->common_res = platform_get_resource(pdev, IORESOURCE_MEM, 1); in bcm63xx_drv_pcmcia_probe()
348 if (!skt->common_res || !skt->attr_res || (irq < 0) || !skt->pd) { in bcm63xx_drv_pcmcia_probe()
393 sock->map_size = resource_size(skt->common_res); in bcm63xx_drv_pcmcia_probe()
H A Dbcm63xx_pcmcia.h54 struct resource *common_res; member