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

  /src/sys/dev/ic/
am7930.c 157 am7930_iwrite(struct am7930_softc *sc, int reg, uint8_t val) function in typeref:typename:void
192 #define AM7930_IWRITE(sc,r,v) am7930_iwrite(sc,r,v)
217 AM7930_IWRITE(sc, AM7930_IREG_MUX_MCR4, 0);
220 AM7930_IWRITE(sc, AM7930_IREG_INIT,
226 AM7930_IWRITE(sc, AM7930_IREG_PP_PPCR1, AM7930_PPCR1_SBP);
231 AM7930_IWRITE(sc, AM7930_IREG_MUX_MCR1,
233 AM7930_IWRITE(sc, AM7930_IREG_MUX_MCR2, AM7930_MCRCHAN_NC);
234 AM7930_IWRITE(sc, AM7930_IREG_MUX_MCR3, AM7930_MCRCHAN_NC);
245 AM7930_IWRITE(sc, AM7930_IREG_MUX_MCR1, 0)
    [all...]

Completed in 14 milliseconds