Searched refs:sta (Results 1 - 18 of 18) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c336 stream->sta = STA_POINT;
339 stream->sta = STA_PIINT;
414 uint32 sta; local
419 sta = auich_reg_read_32(&card->config, AUICH_REG_GLOB_STA) & STA_INTMASK;
420 if (sta & (STA_S0RI | STA_S1RI | STA_S2RI)) {
422 auich_reg_write_32(&card->config, AUICH_REG_GLOB_STA, sta & (STA_S0RI | STA_S1RI | STA_S2RI));
423 TRACE(("interrupt !! %x\n", sta));
425 sta &= ~(STA_S0RI | STA_S1RI | STA_S2RI);
428 if (sta & card->interrupt_mask) {
429 //TRACE(("interrupt !! %x\n", sta));
[all...]
H A Dauich.h132 uint16 sta; /* GLOB_STA int bit */ member in struct:_auich_stream
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_uralvar.h110 uint16_t sta[11]; member in struct:ural_softc
H A Dif_rumvar.h141 uint32_t sta[6]; member in struct:rum_softc
H A Dif_ural.c575 /* enable s/w bmiss handling for sta mode */
2065 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof sc->sta);
2174 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof sc->sta);
2200 ural_read_multi(sc, RAL_STA_CSR0, sc->sta, sizeof(sc->sta));
2203 txs->nsuccess = sc->sta[7] + /* TX ok w/o retry */
2204 sc->sta[8]; /* TX ok w/ retry */
2205 fail = sc->sta[
[all...]
H A Dif_rum.c674 /* enable s/w bmiss handling for sta mode */
2591 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof sc->sta);
3123 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof sc->sta);
3149 rum_read_multi(sc, RT2573_STA_CSR0, sc->sta, sizeof(sc->sta));
3151 ok[0] = (le32toh(sc->sta[4]) & 0xffff); /* TX ok w/o retry */
3152 ok[1] = (le32toh(sc->sta[4]) >> 16); /* TX ok w/ one retry */
3153 ok[2] = (le32toh(sc->sta[
[all...]
H A Dif_run.c1004 /* enable s/w bmiss handling for sta mode */
2177 uint32_t sta[3]; local
2244 (uint8_t *)sta, sizeof sta);
2688 union run_stats sta[2]; local
2705 error = run_read_region_1(sc, RT2860_TX_STA_CNT0, (uint8_t *)sta,
2706 sizeof sta);
2712 le16toh(sta[0].error.fail));
2714 txs->nretries = le16toh(sta[1].tx.retry);
2715 txs->nsuccess = le16toh(sta[
[all...]
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/
H A Dacpi_als.cpp260 uint64 sta; local
261 status_t status = acpi_GetInteger(device, "_STA", &sta);
264 if (status == B_OK && (sta & mask) != mask) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c332 uint32 sta, sctrl; local
336 sta = es1370_reg_read_32(&card->config, ES1370_REG_STATUS);
337 if (sta & card->interrupt_mask) {
339 //TRACE(("interrupt !! %x\n", sta));
344 if ((sta & STAT_ADC) == 0)
349 if ((sta & STAT_DAC2) == 0)
367 //TRACE(("sta %x\n", sta));
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp313 int64 sta; local
314 status_t status = acpi_GetInteger(object, "_STA", &sta);
315 if (status == B_OK && (sta & ACPI_STA_DEVICE_PRESENT) == 0)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hostap.c295 * to weed out sta's that don't follow a CSA.
402 struct ieee80211_node *sta = ieee80211_find_vap_node( local
404 if (sta != NULL) {
405 if (ieee80211_node_is_authorized(sta)) {
411 if (sta != vap->iv_bss) {
417 IEEE80211_NODE_STAT(sta, rx_unauth);
419 ieee80211_free_node(sta);
920 "bad sta auth mode %u", ni->ni_authmode);
1022 "bad sta auth mode %u", ni->ni_authmode);
1814 ((scan.erp & 0x100) == 0 || /* NB: no ERP, 11b sta*/
[all...]
H A Dieee80211_scan_sta.c159 IEEE80211_SCANNER_MODULE(sta, 1);
316 * Off-channel, locate the home/bss channel for the sta
1300 * really want to do this only for sta's
1432 * in sta mode and automatic roaming is set.
1528 IEEE80211_SCANNER_ALG(sta, IEEE80211_M_STA, sta_default);
1694 * really want to do this only for sta's
1964 * really want to do this only for sta's
H A Dieee80211_ddb.c92 DB_SHOW_COMMAND(sta, db_show_sta)
95 db_printf("usage: show sta <addr>\n");
614 db_printf(" sta %p", &ic->ic_sta);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2661.c2229 uint32_t tmp, sta[3]; local
2336 RAL_READ_REGION_4(sc, RT2661_STA_CSR0, sta, nitems(sta));
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c6470 printf("%s: could not update sta (error %d)\n",
6762 panic("sta already removed");
7417 struct iwx_mac_data_sta *sta, int assoc)
7427 sta->is_assoc = htole32(assoc);
7429 sta->dtim_time = htole32(ni->ni_rstamp + dtim_off);
7430 sta->dtim_tsf = htole64(tsf + dtim_off);
7431 sta->assoc_beacon_arrive_time = htole32(ni->ni_rstamp);
7433 sta->bi = htole32(ni->ni_intval);
7434 sta->dtim_interval = htole32(ni->ni_intval * ni->ni_dtimperiod);
7435 sta
7416 iwx_mac_ctxt_cmd_fill_sta(struct iwx_softc *sc, struct iwx_node *in, struct iwx_mac_data_sta *sta, int assoc) argument
[all...]
H A Dif_iwxreg.h4369 * @sta: iwx_mac_data_sta struct with most config data
4374 struct iwx_mac_data_sta sta; member in struct:iwx_mac_data_p2p_sta
4504 struct iwx_mac_data_sta sta; member in union:iwx_mac_ctx_cmd::__anon40
7394 * struct iwx_add_sta_cmd - Add/modify a station in the fw's sta table.
7483 * struct iwx_add_sta_key_common - add/modify sta key common part
7500 * struct iwx_add_sta_key_cmd_v1 - add/modify sta key
7514 * struct iwx_add_sta_key_cmd - add/modify sta key
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c3655 printf("%s: could not update sta (error %d)\n",
7461 printf("%s: could not update sta (error %d)\n",
7520 panic("sta already removed");
8370 struct iwm_mac_data_sta *sta, int assoc)
8380 sta->is_assoc = htole32(assoc);
8381 sta->dtim_time = htole32(ni->ni_rstamp + dtim_off);
8382 sta->dtim_tsf = htole64(tsf + dtim_off);
8383 sta->bi = htole32(ni->ni_intval);
8384 sta->bi_reciprocal = htole32(iwm_reciprocal(ni->ni_intval));
8385 sta
8369 iwm_mac_ctxt_cmd_fill_sta(struct iwm_softc *sc, struct iwm_node *in, struct iwm_mac_data_sta *sta, int assoc) argument
[all...]
H A Dif_iwmreg.h3926 * @sta: iwm_mac_data_sta struct with most config data
3931 struct iwm_mac_data_sta sta; member in struct:iwm_mac_data_p2p_sta
4061 struct iwm_mac_data_sta sta; member in union:iwm_mac_ctx_cmd::__anon45
6233 * struct iwm_add_sta_cmd_v7 - Add/modify a station in the fw's sta table.
6292 * struct iwm_add_sta_cmd - Add/modify a station in the fw's sta table.
6381 * struct iwm_add_sta_key_common - add/modify sta key common part
6398 * struct iwm_add_sta_key_cmd_v1 - add/modify sta key
6412 * struct iwm_add_sta_key_cmd - add/modify sta key

Completed in 401 milliseconds