Searched refs:bps (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dchannel.c1650 chn_calclatency(int dir, int latency, int bps, u_int32_t datarate, argument
1665 bps < 1 || datarate < 1 ||
1671 printf("%s(): FAILED dir=%d latency=%d bps=%d "
1673 __func__, dir, latency, bps, datarate, max);
1691 blksz = round_blksz(bufsz >> blkcnt, bps);
/freebsd-12-stable/sbin/hastd/
H A Dprimary.c2033 int64_t bps; local
2037 bps = (int64_t)((double)synced /
2043 (intmax_t)bps);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddbuf.c1041 blkptr_t *bps = db->db.db_data; local
1054 blkptr_t *bp = &bps[i];
1256 blkptr_t *bps = db->db.db_data; local
1260 blkptr_t *bp = &bps[i];
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c402 m.u.config.bps = AFMT_BIT(fmt);
/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_display.c5409 u32 bps = target_clock * bpp * 21 / 20; local
5410 return bps / (link_bw * 8) + 1;

Completed in 95 milliseconds

12