Home | History | Annotate | Download | only in isa

Lines Matching refs:wh_sh

87 	bus_space_write_1(wh->wh_st, wh->wh_sh, WEASEL_MISC_COMMAND, OS_NOP);
90 sum = bus_space_read_1(wh->wh_st, wh->wh_sh,
108 bus_space_write_1(wh->wh_st, wh->wh_sh, WEASEL_MISC_COMMAND,
117 bus_space_read_region_1(wh->wh_st, wh->wh_sh,
254 reg = bus_space_read_1(wh->wh_st, wh->wh_sh, WEASEL_WDT_TICKLE);
255 bus_space_write_1(wh->wh_st, wh->wh_sh, WEASEL_WDT_TICKLE, ~reg);
288 bus_space_write_1(wh->wh_st, wh->wh_sh, WEASEL_WDT_SEMAPHORE,
292 reg = bus_space_read_1(wh->wh_st, wh->wh_sh,
301 bus_space_write_1(wh->wh_st, wh->wh_sh, WEASEL_WDT_SEMAPHORE, mode);
304 reg = bus_space_read_1(wh->wh_st, wh->wh_sh,
313 bus_space_write_1(wh->wh_st, wh->wh_sh, WEASEL_WDT_SEMAPHORE, ~reg);
316 reg = bus_space_read_1(wh->wh_st, wh->wh_sh,
356 bus_space_write_1(wh->wh_st, wh->wh_sh,
360 reg = bus_space_read_1(wh->wh_st, wh->wh_sh,
365 return(bus_space_read_1(wh->wh_st, wh->wh_sh, WEASEL_MISC_RESPONSE));