anxedp.c | 110 anxedp_write(struct anxedp_softc *sc, u_int off, uint8_t reg, uint8_t val) function in typeref:typename:void 171 anxedp_write(sc, 1, ANX_DP_INT_STA, val); 200 anxedp_write(sc, 0, ANX_BUF_DATA(n), buf[n]); 203 anxedp_write(sc, 0, ANX_DP_AUX_ADDR(0), addr & 0xff); 204 anxedp_write(sc, 0, ANX_DP_AUX_ADDR(1), (addr >> 8) & 0xff); 205 anxedp_write(sc, 0, ANX_DP_AUX_ADDR(2), (addr >> 16) & 0xf); 206 anxedp_write(sc, 0, ANX_DP_AUX_CH_CTL_1, ctrl[0]); 207 anxedp_write(sc, 0, ANX_DP_AUX_CH_CTL_2, ctrl[1]);
|