Searched refs:static_cfg (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | qos.c | 501 u32 quantum, u16 qid, bool static_cfg) in otx2_qos_sw_create_leaf_node() argument 519 node->is_static = static_cfg; in otx2_qos_sw_create_leaf_node() 1137 u64 prio, bool static_cfg) in otx2_qos_validate_configuration() argument 1139 if (prio == parent->child_dwrr_prio && static_cfg) { in otx2_qos_validate_configuration() 1144 if (static_cfg && test_bit(prio, parent->prio_bmap)) { in otx2_qos_validate_configuration() 1210 bool static_cfg; in otx2_qos_leaf_alloc_queue() local 1241 static_cfg = !is_qos_node_dwrr(parent, pfvf, prio); in otx2_qos_leaf_alloc_queue() 1243 static_cfg); in otx2_qos_leaf_alloc_queue() 1247 if (!static_cfg) { in otx2_qos_leaf_alloc_queue() 1254 if (static_cfg) in otx2_qos_leaf_alloc_queue() [all …]
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | misc_gen5.c | 226 u32 val = readl(&sdr_ctrl->static_cfg) | applymask; in socfpga_sdram_apply_static_cfg() 249 : : "r"(val), "r"(&sdr_ctrl->static_cfg) : "memory", "cc"); in socfpga_sdram_apply_static_cfg()
|
H A D | wrap_sdram_config.c | 111 .static_cfg =
|
/openbmc/u-boot/drivers/ddr/altera/ |
H A D | sdram_gen5.c | 364 writel(cfg->static_cfg, &sdr_ctrl->static_cfg); in sdr_load_regs() 458 clrsetbits_le32(&sdr_ctrl->static_cfg, in sdram_mmr_init_full()
|
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/ |
H A D | sdram_gen5.h | 46 u32 static_cfg; member 97 u32 static_cfg; member
|