Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/zyd/
H A Dzyd.h122 struct zyd_softc; /* forward declaration */
131 struct zyd_softc *rf_sc; /* back-pointer */
138 struct zyd_softc { struct
330 (struct zyd_softc *)(\
331 (uintptr_t)(ic) - offsetof(struct zyd_softc, ic)\
342 (struct zyd_softc *)(\
343 (uintptr_t)(usbp) - offsetof(struct zyd_softc, usb)\
365 extern zyd_res zyd_read32(struct zyd_softc *, uint16_t, uint32_t *);
366 extern zyd_res zyd_write32(struct zyd_softc *, uint16_t, uint32_t);
367 extern zyd_res zyd_read16(struct zyd_softc *, uint16_t, uint16_t *);
[all …]
H A Dzyd_hw.c41 static zyd_res zyd_hw_configure(struct zyd_softc *sc);
42 static zyd_res zyd_al2230_rf_init(struct zyd_softc *);
43 static zyd_res zyd_al2230_rf_init_b(struct zyd_softc *);
44 static zyd_res zyd_al2230_switch_radio(struct zyd_softc *, boolean_t);
45 static zyd_res zyd_al2230_set_channel(struct zyd_softc *, uint8_t);
46 static zyd_res zyd_rfmd_rf_init(struct zyd_softc *);
47 static zyd_res zyd_rfmd_switch_radio(struct zyd_softc *, boolean_t);
48 static zyd_res zyd_rfmd_set_channel(struct zyd_softc *, uint8_t);
72 zyd_read32(struct zyd_softc *sc, uint16_t reg, uint32_t *val) in zyd_read32()
108 zyd_write32(struct zyd_softc *sc, uint16_t reg, uint32_t val) in zyd_write32()
[all …]
H A Dzyd.c207 struct zyd_softc *sc = arg; in zyd_next_scan()
223 zyd_receive(struct zyd_softc *sc, const uint8_t *buf, uint16_t len) in zyd_receive()
283 struct zyd_softc *sc = ZYD_IC_TO_SOFTC(ic); in zyd_send()
466 zyd_mac_init(struct zyd_softc *sc) in zyd_mac_init()
517 zyd_wifi_init(struct zyd_softc *sc) in zyd_wifi_init()
586 struct zyd_softc *sc; in zyd_attach()
662 struct zyd_softc *sc = NULL; in zyd_detach()
714 struct zyd_softc *sc = (struct zyd_softc *)arg; in zyd_m_stat()
779 struct zyd_softc *sc = (struct zyd_softc *)arg; in zyd_m_start()
800 struct zyd_softc *sc = (struct zyd_softc *)arg; in zyd_m_stop()
[all …]
H A Dzyd_usb.c486 struct zyd_softc *sc = (struct zyd_softc *)req->bulk_client_private; in zyd_data_out_cb()
888 struct zyd_softc *sc; in zyd_data_in_cb()
1083 zyd_usb_init(struct zyd_softc *sc) in zyd_usb_init()
1135 zyd_usb_deinit(struct zyd_softc *sc) in zyd_usb_deinit()
1152 struct zyd_softc *sc; in zyd_usb_reconnect()
1198 struct zyd_softc *sc; in zyd_usb_disconnect()
1226 zyd_suspend(struct zyd_softc *sc) in zyd_suspend()
1251 zyd_resume(struct zyd_softc *sc) in zyd_resume()