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

  /src/sys/dev/ic/
am7930.c 173 am7930_iwrite16(struct am7930_softc *sc, int reg, uint16_t val) function in typeref:typename:void
194 #define AM7930_IWRITE16(sc,r,v) am7930_iwrite16(sc,r,v)
330 AM7930_IWRITE16(sc, AM7930_IREG_MAP_GX, gx);
331 AM7930_IWRITE16(sc, AM7930_IREG_MAP_STG, stgr);
332 AM7930_IWRITE16(sc, AM7930_IREG_MAP_GR, gr);
333 AM7930_IWRITE16(sc, AM7930_IREG_MAP_GER, ger);

Completed in 40 milliseconds