Searched refs:malo_hal (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/malo/
H A Dif_malohal.h177 struct malo_hal { struct
206 struct malo_hal *malo_hal_attach(device_t, uint16_t,
209 int malo_hal_fwload(struct malo_hal *, char *, char *);
210 int malo_hal_gethwspecs(struct malo_hal *,
212 void malo_hal_detach(struct malo_hal *);
213 void malo_hal_intrset(struct malo_hal *, uint32_t);
214 int malo_hal_setantenna(struct malo_hal *,
216 int malo_hal_setradio(struct malo_hal *, int,
218 int malo_hal_setchannel(struct malo_hal *,
220 int malo_hal_setmaxtxpwr(struct malo_hal *, uint16_
[all...]
H A Dif_malohal.c66 malo_hal_read4(struct malo_hal *mh, bus_size_t off)
72 malo_hal_write4(struct malo_hal *mh, bus_size_t off, uint32_t val)
94 struct malo_hal *
99 struct malo_hal *mh;
101 mh = malloc(sizeof(struct malo_hal), M_DEVBUF, M_NOWAIT | M_ZERO);
185 malo_hal_send_cmd(struct malo_hal *mh)
200 malo_hal_waitforcmd(struct malo_hal *mh, uint16_t cmd)
217 malo_hal_execute_cmd(struct malo_hal *mh, unsigned short cmd)
249 malo_hal_get_cal_table(struct malo_hal *mh, uint8_t annex, uint8_t index)
267 malo_hal_get_pwrcal_table(struct malo_hal *m
[all...]
H A Dif_malo.c183 struct malo_hal *mh;
405 struct malo_hal *mh = sc->malo_mh;
1368 struct malo_hal *mh = sc->malo_mh;
1499 struct malo_hal *mh = sc->malo_mh;
1619 struct malo_hal *mh = sc->malo_mh;
1688 struct malo_hal *mh = sc->malo_mh;
1785 struct malo_hal *mh = sc->malo_mh;
1812 struct malo_hal *mh = sc->malo_mh;
1969 struct malo_hal *mh = sc->malo_mh;
H A Dif_malo.h538 struct malo_hal *malo_mh; /* h/w access layer */

Completed in 110 milliseconds