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

  /src/sys/arch/mips/cavium/dev/
octeon_twsi.c 114 static inline uint64_t octeon_twsi_reg_rd(struct octeon_twsi_softc *, int);
248 cmd = octeon_twsi_reg_rd(sc);
260 cmd = octeon_twsi_reg_rd(sc);
387 return (uint8_t)octeon_twsi_reg_rd(sc, MIO_TWS_SW_TWSI_OFFSET);
431 octeon_twsi_reg_rd(sc, MIO_TWS_SW_TWSI_OFFSET, ...);
443 octeon_twsi_reg_rd(struct octeon_twsi_softc *sc, int offset) function in typeref:typename:uint64_t
540 value = octeon_twsi_reg_rd(sc, reg->offset);

Completed in 79 milliseconds