Home
last modified time | relevance | path

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

/freebsd/sys/dev/malo/
H A Dif_malohal.h177 struct malo_hal { struct
206 struct malo_hal *malo_hal_attach(device_t, uint16_t, argument
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_t);
[all …]
H A Dif_malohal.c66 malo_hal_read4(struct malo_hal *mh, bus_size_t off) in malo_hal_read4()
72 malo_hal_write4(struct malo_hal *mh, bus_size_t off, uint32_t val) in malo_hal_write4()
94 struct malo_hal *
99 struct malo_hal *mh; in malo_hal_attach()
101 mh = malloc(sizeof(struct malo_hal), M_DEVBUF, M_NOWAIT | M_ZERO); in malo_hal_attach()
174 malo_hal_send_cmd(struct malo_hal *mh) in malo_hal_send_cmd()
188 malo_hal_waitforcmd(struct malo_hal *mh, uint16_t cmd) in malo_hal_waitforcmd()
205 malo_hal_execute_cmd(struct malo_hal *mh, unsigned short cmd) in malo_hal_execute_cmd()
237 malo_hal_get_cal_table(struct malo_hal *mh, uint8_t annex, uint8_t index) in malo_hal_get_cal_table()
255 malo_hal_get_pwrcal_table(struct malo_hal *mh, struct malo_hal_caldata *cal) in malo_hal_get_pwrcal_table()
[all …]
H A Dif_malo.c168 struct malo_hal *mh; in malo_attach()
370 struct malo_hal *mh = sc->malo_mh; in malo_intr()
1304 struct malo_hal *mh = sc->malo_mh; in malo_hal_reset()
1434 struct malo_hal *mh = sc->malo_mh; in malo_init_locked()
1549 struct malo_hal *mh = sc->malo_mh; in malo_mode_init()
1609 struct malo_hal *mh = sc->malo_mh; in malo_stop()
1686 struct malo_hal *mh = sc->malo_mh; in malo_updateslot()
1713 struct malo_hal *mh = sc->malo_mh; in malo_newstate()
1865 struct malo_hal *mh = sc->malo_mh; in malo_chan_set()
H A Dif_malo.h540 struct malo_hal *malo_mh; /* h/w access layer */