siop_sgc.c | 53 uint8_t siop_sgc_r1(void *, bus_space_handle_t, bus_size_t); 104 sgc->sc_bustag.hbt_r1 = siop_sgc_r1; 155 siop_sgc_r1(void *v, bus_space_handle_t h, bus_size_t o) function in typeref:typename:uint8_t 166 reg = siop_sgc_r1(v, h, SIOP_SIST0); 167 reg |= siop_sgc_r1(v, h, SIOP_SIST1) << 8;
|