Searched refs:acx_get_conf (Results 1 – 4 of 4) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | acx100.c | 339 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_wep() 369 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_tmplt() 398 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_fw_ring() 454 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_memory() 476 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx100_init_memory() 597 if (acx_get_conf(sc, ACX_CONF_CCA_MODE, &cca, sizeof(cca)) != 0) { in acx100_read_config() 606 if (acx_get_conf(sc, ACX_CONF_ED_THRESH, &ed, sizeof(ed)) != 0) { in acx100_read_config()
|
H A D | acx111.c | 359 if (acx_get_conf(sc, ACX111_CONF_MEMINFO, &mem_info, in acx111_init_memory() 423 if (acx_get_conf(sc, ACX_CONF_OPTION, &opt, sizeof(opt)) != 0) { in acx111_write_config()
|
H A D | acx.c | 668 if (acx_get_conf(sc, ACX_CONF_REGDOM, ®_dom, sizeof(reg_dom)) != 0) { in acx_read_config() 676 if (acx_get_conf(sc, ACX_CONF_ANTENNA, &ant, sizeof(ant)) != 0) { in acx_read_config() 698 if (acx_get_conf(sc, ACX_CONF_FWREV, &fw_rev, sizeof(fw_rev)) != 0) { in acx_read_config() 1583 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) { in acx_load_radio_firmware() 1615 if (acx_get_conf(sc, ACX_CONF_MMAP, &mem_map, sizeof(mem_map)) != 0) in acx_load_radio_firmware() 2521 acx_get_conf(struct acx_softc *sc, uint16_t conf_id, void *conf, in acx_get_conf() function
|
H A D | acxvar.h | 481 int acx_get_conf(struct acx_softc *, uint16_t, void *, uint16_t);
|