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

/freebsd-12-stable/sys/dev/malo/
H A Dif_malohal.h179 struct malo_hal { struct
208 struct malo_hal *malo_hal_attach(device_t, uint16_t,
211 int malo_hal_fwload(struct malo_hal *, char *, char *);
212 int malo_hal_gethwspecs(struct malo_hal *,
214 void malo_hal_detach(struct malo_hal *);
215 void malo_hal_intrset(struct malo_hal *, uint32_t);
216 int malo_hal_setantenna(struct malo_hal *,
218 int malo_hal_setradio(struct malo_hal *, int,
220 int malo_hal_setchannel(struct malo_hal *,
222 int malo_hal_setmaxtxpwr(struct malo_hal *, uint16_
[all...]
H A Dif_malohal.c71 malo_hal_read4(struct malo_hal *mh, bus_size_t off)
77 malo_hal_write4(struct malo_hal *mh, bus_size_t off, uint32_t val)
99 struct malo_hal *
104 struct malo_hal *mh;
106 mh = malloc(sizeof(struct malo_hal), M_DEVBUF, M_NOWAIT | M_ZERO);
179 malo_hal_send_cmd(struct malo_hal *mh)
194 malo_hal_waitforcmd(struct malo_hal *mh, uint16_t cmd)
211 malo_hal_execute_cmd(struct malo_hal *mh, unsigned short cmd)
243 malo_hal_get_cal_table(struct malo_hal *mh, uint8_t annex, uint8_t index)
261 malo_hal_get_pwrcal_table(struct malo_hal *m
[all...]
H A Dif_malo.c177 struct malo_hal *mh;
379 struct malo_hal *mh = sc->malo_mh;
1318 struct malo_hal *mh = sc->malo_mh;
1448 struct malo_hal *mh = sc->malo_mh;
1566 struct malo_hal *mh = sc->malo_mh;
1626 struct malo_hal *mh = sc->malo_mh;
1703 struct malo_hal *mh = sc->malo_mh;
1730 struct malo_hal *mh = sc->malo_mh;
1882 struct malo_hal *mh = sc->malo_mh;
H A Dif_malo.h542 struct malo_hal *malo_mh; /* h/w access layer */

Completed in 120 milliseconds