Searched refs:cfg_off (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | loader-fit.c | 269 int itb_size, configs, cfg_off, off; in load_fit() local 285 cfg_off = -FDT_ERR_NOTFOUND; in load_fit() 292 cfg_off = off; in load_fit() 300 if (cfg_off >= 0) { in load_fit() 306 if (cfg_off < 0) { in load_fit() 310 cfg_off = fdt_path_offset(itb, path); in load_fit() 314 if (cfg_off < 0) { in load_fit() 316 ret = cfg_off; in load_fit() 320 ret = fit_load_kernel(ldr, itb, cfg_off, opaque, &kernel_end, &err); in load_fit() 326 ret = fit_load_fdt(ldr, itb, cfg_off, opaque, match_data, kernel_end, in load_fit()
|
/openbmc/linux/drivers/pmdomain/imx/ |
H A D | imx93-blk-ctrl.c | 65 u32 cfg_off; member 112 mask = PRIO_MASK << qos->cfg_off; in imx93_blk_ctrl_set_qos() 113 mask |= PRIO_MASK << (qos->cfg_off + 4); in imx93_blk_ctrl_set_qos() 114 val = qos->cfg_prio << qos->cfg_off; in imx93_blk_ctrl_set_qos() 115 val |= qos->default_prio << (qos->cfg_off + 4); in imx93_blk_ctrl_set_qos() 352 .cfg_off = PXP_R_CFG_QOS_OFF, 357 .cfg_off = PXP_W_CFG_QOS_OFF, 373 .cfg_off = LCDIF_CFG_QOS_OFF, 389 .cfg_off = ISI_Y_W_CFG_QOS_OFF, 394 .cfg_off = ISI_Y_R_CFG_QOS_OFF, [all …]
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-rcg.h | 154 u8 cfg_off; member
|
H A D | clk-rcg2.c | 46 #define RCG_CFG_OFFSET(rcg) ((rcg)->cmd_rcgr + (rcg)->cfg_off + CFG_REG) 47 #define RCG_M_OFFSET(rcg) ((rcg)->cmd_rcgr + (rcg)->cfg_off + M_REG) 48 #define RCG_N_OFFSET(rcg) ((rcg)->cmd_rcgr + (rcg)->cfg_off + N_REG) 49 #define RCG_D_OFFSET(rcg) ((rcg)->cmd_rcgr + (rcg)->cfg_off + D_REG)
|
H A D | gcc-qcs404.c | 657 .cfg_off = 0x20,
|
/openbmc/linux/drivers/accel/habanalabs/goya/ |
H A D | goya.c | 2027 u32 cfg_off = mmTPC1_CFG_SM_BASE_ADDRESS_LOW - in goya_init_tpc_qmans() local 2038 WREG32(mmTPC0_CFG_SM_BASE_ADDRESS_LOW + i * cfg_off, in goya_init_tpc_qmans() 2040 WREG32(mmTPC0_CFG_SM_BASE_ADDRESS_HIGH + i * cfg_off, in goya_init_tpc_qmans()
|