• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/malo/

Lines Matching refs:malo_hal

71 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 *mh, struct malo_hal_caldata *cal)
284 malo_hal_resetstate(struct malo_hal *mh)
296 malo_hal_fw_reset(struct malo_hal *mh)
310 malo_hal_trigger_pcicmd(struct malo_hal *mh)
328 malo_hal_waitfor(struct malo_hal *mh, uint32_t val)
345 malo_hal_send_helper(struct malo_hal *mh, int bsize,
373 malo_hal_fwload_helper(struct malo_hal *mh, char *helper)
406 malo_hal_send_main(struct malo_hal *mh, const void *data, size_t dsize,
435 malo_hal_fwload_main(struct malo_hal *mh, char *firmware)
482 malo_hal_fwload(struct malo_hal *mh, char *helper, char *firmware)
547 malo_hal_gethwspecs(struct malo_hal *mh, struct malo_hal_hwspec *hw)
582 malo_hal_detach(struct malo_hal *mh)
598 malo_hal_setantenna(struct malo_hal *mh, enum malo_hal_antenna dirset, int ant)
630 malo_hal_setradio(struct malo_hal *mh, int onoff,
658 malo_hal_intrset(struct malo_hal *mh, uint32_t mask)
670 malo_hal_setchannel(struct malo_hal *mh, const struct malo_hal_channel *chan)
690 malo_hal_settxpower(struct malo_hal *mh, const struct malo_hal_channel *c)
716 malo_hal_setpromisc(struct malo_hal *mh, int enable)
723 malo_hal_setassocid(struct malo_hal *mh,
748 malo_hal_txstart(struct malo_hal *mh, int qnum)
759 malo_hal_getisr(struct malo_hal *mh, uint32_t *status)
784 malo_hal_cmddone(struct malo_hal *mh)
790 malo_hal_prescan(struct malo_hal *mh)
808 malo_hal_postscan(struct malo_hal *mh, uint8_t *macaddr, uint8_t ibsson)
828 malo_hal_set_slot(struct malo_hal *mh, int is_short)
847 malo_hal_set_rate(struct malo_hal *mh, uint16_t curmode, uint8_t rate)
890 malo_hal_setmcast(struct malo_hal *mh, int nmc, const uint8_t macs[])