Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/bcma/
Dbcma_subr.c224 KASSERT(dinfo->res_agent == NULL, ("double allocation of agent")); in bcma_dinfo_init_agent()
246 dinfo->res_agent = BHND_BUS_ALLOC_RESOURCE(bus, bus, SYS_RES_MEMORY, in bcma_dinfo_init_agent()
248 if (dinfo->res_agent == NULL) { in bcma_dinfo_init_agent()
274 if (dinfo->res_agent == NULL) in bcma_dinfo_init_intrs()
278 dmpcfg = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_CONFIG); in bcma_dinfo_init_intrs()
283 oobw = bhnd_bus_read_4(dinfo->res_agent, in bcma_dinfo_init_intrs()
301 selout = bhnd_bus_read_4(dinfo->res_agent, BCMA_DMP_OOBSELOUT( in bcma_dinfo_init_intrs()
339 dinfo->res_agent = NULL; in bcma_alloc_dinfo()
441 if (dinfo->res_agent != NULL) { in bcma_free_dinfo()
443 dinfo->res_agent); in bcma_free_dinfo()
[all …]
Dbcma_bhndb.c113 if (dinfo->res_agent != NULL) in bcma_bhndb_suspend_child()
115 SYS_RES_MEMORY, dinfo->res_agent->res); in bcma_bhndb_suspend_child()
135 if (dinfo->res_agent != NULL) { in bcma_bhndb_resume_child()
137 SYS_RES_MEMORY, dinfo->res_agent->res); in bcma_bhndb_resume_child()
145 if (dinfo->res_agent != NULL) { in bcma_bhndb_resume_child()
147 SYS_RES_MEMORY, dinfo->res_agent->res); in bcma_bhndb_resume_child()
Dbcma.c251 if ((r = dinfo->res_agent) == NULL) in bcma_write_ioctl()
320 if ((r = dinfo->res_agent) == NULL) in bcma_reset_hw()
368 if ((r = dinfo->res_agent) == NULL) in bcma_suspend_hw()
399 if ((r = dinfo->res_agent) == NULL) in bcma_read_config()
437 if ((r = dinfo->res_agent) == NULL) in bcma_write_config()
Dbcmavar.h183 struct bhnd_resource *res_agent; /**< Agent (wrapper) resource, or NULL. Not member