Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/snoc/
H A Dif_ahb.c406 struct resource *memres = NULL; in hif_ahb_disable_bus() local
423 memres = (struct resource *)vmres; in hif_ahb_disable_bus()
424 if (memres) in hif_ahb_disable_bus()
425 mem_pa_size = memres->end - memres->start + 1; in hif_ahb_disable_bus()
479 struct resource *memres = NULL; in hif_ahb_enable_bus() local
522 memres = (struct resource *)vmres; in hif_ahb_enable_bus()
523 if (!memres) { in hif_ahb_enable_bus()
532 (struct qdf_vbus_resource *)memres, in hif_ahb_enable_bus()
537 (struct qdf_vbus_resource *)memres, in hif_ahb_enable_bus()
549 ol_sc->mem_pa = memres->start; in hif_ahb_enable_bus()