HomeSort by: relevance | last modified time | path
    Searched defs:siop_sgc_r1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hppa/dev/
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;
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;

Completed in 26 milliseconds