Home
last modified time | relevance | path

Searched refs:bwlimit (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sunxi_dw.c80 bool bwlimit, in mbus_configure_port() argument
92 const u32 cfg0 = ( (bwlimit ? (1 << 0) : 0) in mbus_configure_port()
105 #define MBUS_CONF(port, bwlimit, qos, acs, bwl0, bwl1, bwl2) \ argument
106 mbus_configure_port(MBUS_PORT_ ## port, bwlimit, false, \
H A Ddram_sun50i_h6.c115 bool bwlimit, in mbus_configure_port() argument
127 const u32 cfg0 = ( (bwlimit ? (1 << 0) : 0) in mbus_configure_port()
140 #define MBUS_CONF(port, bwlimit, qos, acs, bwl0, bwl1, bwl2) \ argument
141 mbus_configure_port(MBUS_PORT_ ## port, bwlimit, false, \
/openbmc/linux/fs/btrfs/
H A Dscrub.c1240 u64 bwlimit; in scrub_throttle_dev_io() local
1242 bwlimit = READ_ONCE(device->scrub_speed_max); in scrub_throttle_dev_io()
1243 if (bwlimit == 0) in scrub_throttle_dev_io()
1250 div = max_t(u32, 1, (u32)(bwlimit / (16 * 1024 * 1024))); in scrub_throttle_dev_io()
1264 if (sctx->throttle_sent <= div_u64(bwlimit, div)) in scrub_throttle_dev_io()