Home
last modified time | relevance | path

Searched defs:acx_config (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dacxvar.h287 struct acx_config { struct
288 uint8_t antenna;
289 uint8_t regdom;
290 uint8_t cca_mode; /* acx100 */
291 uint8_t ed_thresh; /* acx100 */
H A Dacx.c624 acx_config(struct acx_softc *sc) in acx_config() function