Home
last modified time | relevance | path

Searched full:pbs (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/mscc/
Docelot_police.c27 u32 cir = 0, cbs = 0, pir = 0, pbs = 0; in qos_policer_conf_set() local
34 pbs = conf->pbs; in qos_policer_conf_set()
63 if (pir == 0 && pbs == 0) { in qos_policer_conf_set()
69 pbs = DIV_ROUND_UP(pbs, 4096); in qos_policer_conf_set()
70 pbs = (pbs ? pbs : 1); /* No zero burst size */ in qos_policer_conf_set()
79 pbs = (pbs * 10) / 328; /* 32.8 frames */ in qos_policer_conf_set()
80 pbs = (pbs ? pbs : 1); /* No zero burst size */ in qos_policer_conf_set()
84 if (pir == 0 && pbs == 0) { in qos_policer_conf_set()
90 pbs = (pbs * 10) / 3; /* 0.3 frames */ in qos_policer_conf_set()
91 pbs = (pbs ? pbs : 1); /* No zero burst size */ in qos_policer_conf_set()
[all …]
Docelot_police.h30 u32 pbs; /* PBS in bytes/frames */ member
Docelot_vcap.c904 pp.pbs = pol->burst; in ocelot_vcap_policer_add()
/Linux-v6.1/drivers/pinctrl/qcom/
Dpinctrl-sm6115.c713 FUNCTION(pbs),
765 [10] = PINGROUP(10, EAST, qup3, agera_pll, _, pbs, qdss_gpio, _, _, _, _),
766 [11] = PINGROUP(11, EAST, qup3, agera_pll, _, pbs, qdss_gpio, _, _, _, _),
773 [18] = PINGROUP(18, EAST, sdc2_tb, cri_trng, pbs, qdss_gpio, _, _, _, _, _),
774 [19] = PINGROUP(19, EAST, sdc1_tb, pbs, qdss_gpio, _, _, _, _, _, _),
775 [20] = PINGROUP(20, EAST, cam_mclk, pbs, qdss_gpio, _, _, _, _, _, _),
776 [21] = PINGROUP(21, EAST, cam_mclk, adsp_ext, pbs, qdss_gpio, _, _, _, _, _),
777 [22] = PINGROUP(22, EAST, cci_i2c, prng_rosc, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
778 [23] = PINGROUP(23, EAST, cci_i2c, prng_rosc, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
779 [24] = PINGROUP(24, EAST, cci_timer, gcc_gp1, _, pbs, phase_flag, qdss_gpio, dac_calib, atest, _),
[all …]
/Linux-v6.1/drivers/regulator/
Dqcom-labibb-regulator.c393 /* We have to work on both regulators due to PBS... */ in qcom_labibb_check_sc_status()
424 * as already done by the Portable Batch System (PBS).
443 * (PBS) will disable the vregs for us, preventing hardware damage. in qcom_labibb_sc_recovery_worker()
453 * The Portable Batch System (PBS) automatically disables LAB in qcom_labibb_sc_recovery_worker()
495 * have ever been disabled by the PBS. in qcom_labibb_sc_recovery_worker()
527 * Portable Batch System (PBS) and they will be enabled again by
/Linux-v6.1/Documentation/devicetree/bindings/power/reset/
Dqcom,pon.yaml89 - const: pbs
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dqcom,sm6115-pinctrl.yaml96 m_voc, nav_gpio, pa_indicator, pbs, pbs_out, phase_flag,
/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum2_kvdl.c36 MLXSW_SP2_KVDL_PART_INFO(PBS, 0x24, KVD_SIZE, KVD_SIZE),
Dcore_acl_flex_actions.c1629 * Forwarding Action can be used to implement Policy Based Switching (PBS)
1637 /* PBS, Policy Based Switching */
1647 * A pointer to the PBS entry configured by PPBS register.
Dreg.h2779 * Index into the PBS table.
/Linux-v6.1/block/
Dblk-merge.c170 unsigned pbs = lim->physical_block_size >> SECTOR_SHIFT; in get_max_io_size() local
180 start = bio->bi_iter.bi_sector & (pbs - 1); in get_max_io_size()
181 end = (start + max_sectors) & ~(pbs - 1); in get_max_io_size()
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Dqos_conf.c72 __be32 pbs; member
111 config->pbs = cpu_to_be32(burst); in nfp_flower_offload_one_police()
/Linux-v6.1/drivers/scsi/be2iscsi/
Dbe_main.h731 u8 pbs; /* DWORD 10 */ member
/Linux-v6.1/drivers/thermal/qcom/
Dqcom-spmi-adc-tm5.c422 * SW sets a handshake bit and waits for PBS to clear it in adc_tm5_gen2_conv_req()
/Linux-v6.1/drivers/video/fbdev/
Dsa1100fb.c255 * Convert bits-per-pixel to a hardware palette PBS value.
/Linux-v6.1/drivers/net/ethernet/intel/e1000e/
Dich8lan.c4726 ew32(PBS, E1000_PBS_16K); in e1000_reset_hw_ich8lan()
/Linux-v6.1/drivers/misc/habanalabs/gaudi/
Dgaudi_security.c12849 * The last 4 bytes in the block of the PBs control the security of in gaudi_init_protection_bits()
12850 * the PBs themselves, so they always need to be configured to be in gaudi_init_protection_bits()