/freebsd/tools/tools/ath/athalq/ |
H A D | ar9300_ds.c | 124 MS(txs.status2, AR_tx_rssi_ant00), in ar9300_decode_txstatus() 125 MS(txs.status2, AR_tx_rssi_ant01), in ar9300_decode_txstatus() 126 MS(txs.status2, AR_tx_rssi_ant02)); in ar9300_decode_txstatus() 135 MF(txs.status2, AR_tx_ba_status)); in ar9300_decode_txstatus() 360 MS(rxs.status2, AR_data_len), in ar9300_decode_rxstatus() 361 MF(rxs.status2, AR_rx_more), in ar9300_decode_rxstatus() 362 MS(rxs.status2, AR_num_delim), in ar9300_decode_rxstatus() 363 MS(rxs.status2, AR_hw_upload_data)); in ar9300_decode_rxstatus()
|
/freebsd/sys/dev/sound/pci/ |
H A D | hdsp.c | 590 uint32_t status2; in hdsp_sysctl_clock_source() local 604 status2 = hdsp_read_4(sc, HDSP_STATUS2_REG); in hdsp_sysctl_clock_source() 605 status2 &= HDSP_STATUS2_CLOCK_MASK; in hdsp_sysctl_clock_source() 614 } else if (hdsp_status2_clock_source(clock->type) == status2) in hdsp_sysctl_clock_source() 655 uint32_t status2) in hdsp_clock_source_locked() argument 669 return ((status2 >> 3) & 0x01); in hdsp_clock_source_locked() 679 uint32_t status2) in hdsp_clock_source_synced() argument 693 return ((status2 >> 4) & 0x01); in hdsp_clock_source_synced() 709 uint32_t status, status2; in hdsp_sysctl_sync_status() local 725 status2 = hdsp_read_4(sc, HDSP_STATUS2_REG); in hdsp_sysctl_sync_status() [all …]
|
/freebsd/contrib/kyua/utils/signals/ |
H A D | interrupts_test.cpp | 221 const process::status status2 = child2->wait(); in ATF_TEST_CASE_BODY() local 222 ATF_REQUIRE(status2.signaled()); in ATF_TEST_CASE_BODY() 223 ATF_REQUIRE_EQ(SIGKILL, status2.termsig()); in ATF_TEST_CASE_BODY()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_recv_ds.c | 73 rxs->rs_datalen = rxsp->status2 & AR_data_len; in ar9300_proc_rx_desc_fast() 91 rxs->rs_more = (rxsp->status2 & AR_rx_more) ? 1 : 0; in ar9300_proc_rx_desc_fast() 101 rxs->rs_flags |= (rxsp->status2 & AR_hw_upload_data) ? HAL_RX_HW_UPLOAD_DATA : 0; in ar9300_proc_rx_desc_fast()
|
H A D | ar9300_xmit_ds.c | 164 ads->status1 = ads->status2 = 0; in ar9300_clear_tx_desc_status() 190 ds->status2 = __bswap32(ds->status2); 270 ads->status2, in ar9300_proc_tx_desc() 337 if (ads->status2 & AR_tx_ba_status) { in ar9300_proc_tx_desc() 352 ts->ts_rssi_ctl[0] = MS(ads->status2, AR_tx_rssi_ant00); in ar9300_proc_tx_desc() 353 ts->ts_rssi_ctl[1] = MS(ads->status2, AR_tx_rssi_ant01); in ar9300_proc_tx_desc() 354 ts->ts_rssi_ctl[2] = MS(ads->status2, AR_tx_rssi_ant02); in ar9300_proc_tx_desc()
|
H A D | ar9300desc.h | 32 u_int32_t status2; member 44 u_int32_t status2; member
|
/freebsd/usr.bin/lockf/tests/ |
H A D | lockf_test.sh | 149 status2=$? 152 atf_check test "$status2" -eq 0
|
/freebsd/sys/dev/gem/ |
H A D | if_gem.c | 1689 uint32_t status, status2; in gem_intr() local 1703 status2 = in gem_intr() 1706 if ((status2 & GEM_MII_INTERRUP_LINK) != 0) in gem_intr() 1711 status2 = GEM_READ_4(sc, GEM_MAC_CONTROL_STATUS); in gem_intr() 1712 if ((status2 & GEM_MAC_PAUSED) != 0) in gem_intr() 1715 __func__, GEM_MAC_PAUSE_TIME(status2)); in gem_intr() 1716 if ((status2 & GEM_MAC_PAUSE) != 0) in gem_intr() 1719 if ((status2 & GEM_MAC_RESUME) != 0) in gem_intr() 1738 status2 = GEM_READ_4(sc, GEM_MAC_TX_STATUS); in gem_intr() 1739 if ((status2 & in gem_intr() [all …]
|
/freebsd/sys/dev/cas/ |
H A D | if_cas.c | 1955 uint32_t status, status2; in cas_intr_task() local 1976 status2 = in cas_intr_task() 1979 if ((status2 & CAS_PCS_INTR_LINK) != 0) in cas_intr_task() 1984 status2 = CAS_READ_4(sc, CAS_MAC_CTRL_STATUS); in cas_intr_task() 1985 if ((status2 & CAS_MAC_CTRL_PAUSE) != 0) in cas_intr_task() 1989 (status2 & CAS_MAC_CTRL_STATUS_PT_MASK) >> in cas_intr_task() 1991 if ((status2 & CAS_MAC_CTRL_PAUSE) != 0) in cas_intr_task() 1994 if ((status2 & CAS_MAC_CTRL_NON_PAUSE) != 0) in cas_intr_task() 2011 status2 = CAS_READ_4(sc, CAS_MAC_TX_STATUS); in cas_intr_task() 2012 if ((status2 & in cas_intr_task() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416desc.h | 56 uint32_t status2; member 91 #define ds_rxstatus2 u.rx.status2
|
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/ |
H A D | keystone-k2g-ice.dts | 177 label = "status2:red:usr"; 183 label = "status2:green:usr"; 189 label = "status2:yellow:usr";
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mm-phg.dts | 40 label = "status2";
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_ripencc.c | 293 short rpt_0x46 (TSIPPKT *rpt, unsigned char *status1, unsigned char *status2); 2138 unsigned char *status2 in rpt_0x46() argument 2146 *status2 = buf[1]; in rpt_0x46() 3442 status1, status2; in rpt_rcvr_health() local 3463 if (rpt_0x46 (rpt, &status1, &status2)) in rpt_rcvr_health() 3475 pbuf += sprintf(pbuf, "status2: %s, %s (%02Xh)", in rpt_rcvr_health() 3476 (status2 & 0x01)?"No BBRAM":"BBRAM OK", in rpt_rcvr_health() 3477 (status2 & 0x10)?"No Ant":"Ant OK", in rpt_rcvr_health() 3478 status2); in rpt_rcvr_health()
|
/freebsd/sys/dev/usb/misc/ |
H A D | cp2112.c | 151 uint16_t status2; member 974 uint16_t, be16toh(xfer_status_resp.status2), in cp2112iic_check_req_status()
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap4-panda-common.dtsi | 59 label = "pandaboard::status2";
|
H A D | motorola-mapphone-common.dtsi |
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 1076 # $tag1 $item1 $status1 $tag2 $item2 $status2 ... 1172 # $tag1 $item1 $status1 $tag2 $item2 $status2 ... 1197 # $tag2 $item2 $status2 $help2 ... 1313 # $tag2 $item2 $status2 $help2 ...
|