Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/
H A Dbhnd_private.h73 struct bhnd_resource *cc_res; /**< resource mapping core's clkctl register */ member
92 bhnd_bus_read_4((_clkctl)->cc_res, (_clkctl)->cc_res_offset)
95 bhnd_bus_write_4((_clkctl)->cc_res, (_clkctl)->cc_res_offset, (_val))
H A Dbhnd_subr.c1086 clkctl->cc_res = r; in bhnd_alloc_core_clkctl()
1152 clkst = bhnd_bus_read_4(clkctl->cc_res, clkctl->cc_res_offset); in bhnd_core_clkctl_wait()
H A Dbhnd.c518 r = clkctl->cc_res; in bhnd_generic_release_pmu()