Searched refs:_obio_tag (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/arm/xscale/pxa/
H A Dpxa_space.c173 static struct bus_space _obio_tag; variable in typeref:struct:bus_space
182 bcopy(&_base_tag, &_obio_tag, sizeof(struct bus_space));
183 _obio_tag.bs_privdata = (void *)PXA2X0_PERIPH_OFFSET;
184 obio_tag = &_obio_tag;

Completed in 12 milliseconds