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

/freebsd-10.1-release/sys/arm/xscale/ixp425/
H A Dixp425_wdog.c56 return bus_space_read_4(&ixp425_bs_tag, IXP425_TIMER_VBASE, off);
62 bus_space_write_4(&ixp425_bs_tag, IXP425_TIMER_VBASE, off, val);
H A Dixp425_space.c64 struct bus_space ixp425_bs_tag = { variable in typeref:struct:bus_space
H A Dixp425var.h99 extern struct bus_space ixp425_bs_tag;
H A Dixp425.c274 bus_space_write_4(&ixp425_bs_tag, IXP425_TIMER_VBASE,
276 bus_space_write_4(&ixp425_bs_tag, IXP425_TIMER_VBASE,
278 bus_space_write_4(&ixp425_bs_tag, IXP425_TIMER_VBASE,
306 sc->sc_iot = &ixp425_bs_tag;

Completed in 59 milliseconds