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

/freebsd-10.2-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.c63 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.c275 bus_space_write_4(&ixp425_bs_tag, IXP425_TIMER_VBASE,
277 bus_space_write_4(&ixp425_bs_tag, IXP425_TIMER_VBASE,
279 bus_space_write_4(&ixp425_bs_tag, IXP425_TIMER_VBASE,
307 sc->sc_iot = &ixp425_bs_tag;

Completed in 51 milliseconds