Searched refs:stat1 (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_musb.c | 209 uint32_t stat, stat0, stat1; in musbotg_wrapper_interrupt() local 213 stat1 = USBCTRL_READ4(ssc, USBCTRL_IRQ_STAT1); in musbotg_wrapper_interrupt() 216 if (stat1) in musbotg_wrapper_interrupt() 217 USBCTRL_WRITE4(ssc, USBCTRL_IRQ_STAT1, stat1); in musbotg_wrapper_interrupt() 220 sc->sc_id, stat0, stat1, stat); in musbotg_wrapper_interrupt() 222 if (stat1 & IRQ_STAT1_DRVVBUS) in musbotg_wrapper_interrupt() 226 stat0 & 0xffff, stat1 & 0xff); in musbotg_wrapper_interrupt()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pip.h | 371 cvmx_pip_stat1_prtx_t stat1; in cvmx_pip_get_port_status() local 399 stat1.u64 = cvmx_read_csr(CVMX_PIP_STAT1_X(pknd)); in cvmx_pip_get_port_status() 416 stat1.u64 = cvmx_read_csr(CVMX_PIP_XSTAT1_PRTX(port_num)); in cvmx_pip_get_port_status() 434 stat1.u64 = cvmx_read_csr(CVMX_PIP_STAT1_PRTX(port_num)); in cvmx_pip_get_port_status() 470 status->octets = stat1.s.octs; in cvmx_pip_get_port_status()
|
| H A D | cvmx-spxx-defs.h | 289 uint64_t stat1 : 1; /**< Bist Results/No Repair (Rx calendar table) member 295 uint64_t stat1 : 1;
|
| H A D | cvmx-spi.c | 249 if (spxx_bist_stat.s.stat1) in cvmx_spi_reset_cb()
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | t4fw_interface.h | 1546 __be64 stat1; member 2039 __be64 stat1; member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 618 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument 621 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \ 623 ARCSTAT_BUMP(arcstat_##stat1##_##notstat2##_##stat); \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 4209 while $do_once || [ $stat1 -ne $stat2 ] || [ $stat2 -eq 0 ]; do 4210 typeset stat1=$(get_arcstat $stat)
|