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

  /src/sys/dev/ic/
atw.c 161 /* Note well: I never got atw_rf3000_read or atw_si4126_read to work. */
164 static int atw_rf3000_read(struct atw_softc *sc, u_int, u_int *);
1702 if (atw_rf3000_read(sc, addr, &val) != 0) {
1826 atw_rf3000_read(struct atw_softc *sc, u_int addr, u_int *val) function in typeref:typename:int
1839 printf("%s: start atw_rf3000_read, BBPCTL busy\n",
1857 printf("%s: atw_rf3000_read wrote %08x; BBPCTL still busy\n",

Completed in 14 milliseconds