Searched refs:latency (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c1234 req->cp.latency = htole32(ep->latency);
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_evnt.c1461 val->flow.latency = le32toh(val->flow.latency);
/freebsd-11-stable/sys/sys/
H A Dsoundcard.h1902 int latency; /* In usecs, -1=unknown */ member in struct:oss_audioinfo
1963 int latency; /* In usecs, -1=unknown */ member in struct:oss_midi_info
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c190 txr->latency = IXL_AVE_LATENCY;
209 rxr->latency = IXL_AVE_LATENCY;
2574 /* Adjust latency range */
2575 switch (rxr->latency) {
2599 rxr->latency = rx_latency;
2649 switch (txr->latency) {
2673 txr->latency = tx_latency;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dsi.c681 /* First calcualte the latency in ns */
686 u32 dc_latency = 40000000 / wm->disp_clk; /* dc pipe latency */
689 u32 latency = mc_latency + other_heads_data_return_time + dc_latency; local
736 return latency;
738 return latency + (line_fill_time - wm->active_time);
H A Devergreen.c954 /* First calcualte the latency in ns */
959 u32 dc_latency = 40000000 / wm->disp_clk; /* dc pipe latency */
962 u32 latency = mc_latency + other_heads_data_return_time + dc_latency; local
999 return latency;
1001 return latency + (line_fill_time - wm->active_time);
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c2052 pcb->iflow.latency = 0xffffffff; /* don't care */
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl496 // should run in 56*n ticks, because of higher xma latency...
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-endor-defs.h5330 uint32_t latency : 1; /**< RF DATA variable latency member in struct:cvmx_endor_rfif_conf2::cvmx_endor_rfif_conf2_s
5331 - 0: fixed latency (prior to AD9163)
5332 - 1: variable latency (starting with the AD9361) */
5342 uint32_t latency : 1;
5842 uint32_t half_lat : 1; /**< Half cycle latency
5847 uint32_t cap_lat : 4; /**< Enable to capture latency
5851 - 1: One cycle latency
5852 - 2: Two cycles of latency
5853 - 3: Three cycles of latency
[all...]

Completed in 374 milliseconds

12