Home
last modified time | relevance | path

Searched refs:hwdata (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/clk/
H A Dclk-si5351.c409 return _si5351_pll_reparent(hwdata->drvdata, hwdata->num, in si5351_pll_set_parent()
424 si5351_read_parameters(hwdata->drvdata, reg, &hwdata->params); in si5351_pll_recalc_rate()
430 rate = hwdata->params.p1 * hwdata->params.p3; in si5351_pll_recalc_rate()
439 hwdata->params.p1, hwdata->params.p2, hwdata->params.p3, in si5351_pll_recalc_rate()
528 hwdata->params.p1, hwdata->params.p2, hwdata->params.p3, in si5351_pll_set_rate()
596 return _si5351_msynth_reparent(hwdata->drvdata, hwdata->num, in si5351_msynth_set_parent()
627 m = hwdata->params.p1 * hwdata->params.p3; in si5351_msynth_recalc_rate()
639 hwdata->params.p1, hwdata->params.p2, hwdata->params.p3, in si5351_msynth_recalc_rate()
787 hwdata->params.p1, hwdata->params.p2, hwdata->params.p3, in si5351_msynth_set_rate()
948 _si5351_clkout_reset_pll(hwdata->drvdata, hwdata->num); in si5351_clkout_prepare()
[all …]
H A Dclk-versaclock5.c467 hwdata->div_int = div_int; in vc5_pll_round_rate()
480 fb[0] = hwdata->div_int >> 4; in vc5_pll_set_rate()
481 fb[1] = hwdata->div_int << 4; in vc5_pll_set_rate()
483 fb[3] = hwdata->div_frc >> 8; in vc5_pll_set_rate()
484 fb[4] = hwdata->div_frc; in vc5_pll_set_rate()
549 hwdata->div_int = div_int; in vc5_fod_round_rate()
561 hwdata->div_frc >> 22, hwdata->div_frc >> 14, in vc5_fod_set_rate()
562 hwdata->div_frc >> 6, hwdata->div_frc << 2, in vc5_fod_set_rate()
565 hwdata->div_int >> 4, hwdata->div_int << 4, in vc5_fod_set_rate()
647 hwdata->num, hwdata->clk_output_cfg0_mask, in vc5_clk_out_prepare()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2022-34568.patch21 if ( hwdata->image != NULL && hwdata->image->pitches[0] != (width*bpp) ) {
23 - XFree(hwdata->image);
24 width = hwdata->image->pitches[0] / bpp;
25 + XFree(hwdata->image);
26 hwdata->image = SDL_NAME(XvCreateImage)(GFX_Display, xv_port, format,
/openbmc/linux/drivers/gpio/
H A Dgpio-mxc.c75 const struct mxc_gpio_hwdata *hwdata; member
123 #define GPIO_DR (port->hwdata->dr_reg)
124 #define GPIO_GDIR (port->hwdata->gdir_reg)
125 #define GPIO_PSR (port->hwdata->psr_reg)
126 #define GPIO_ICR1 (port->hwdata->icr1_reg)
127 #define GPIO_ICR2 (port->hwdata->icr2_reg)
128 #define GPIO_IMR (port->hwdata->imr_reg)
129 #define GPIO_ISR (port->hwdata->isr_reg)
130 #define GPIO_EDGE_SEL (port->hwdata->edge_sel_reg)
132 #define GPIO_INT_LOW_LEV (port->hwdata->low_level)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/
H A Dlibosinfo_1.11.0.bb31 -Dwith-pci-ids-path=${datadir}/hwdata/pci.ids \
32 -Dwith-usb-ids-path=${datadir}/hwdata/usb.ids \
35 RDEPENDS:${PN} = "hwdata"
/openbmc/linux/drivers/i2c/busses/
H A Di2c-imx.c212 const struct imx_i2c_hwdata *hwdata; member
307 return i2c_imx->hwdata->devtype == IMX1_I2C; in is_imx1_i2c()
312 return i2c_imx->hwdata->devtype == VF610_I2C; in is_vf610_i2c()
336 temp = ~i2c_imx->hwdata->i2sr_clr_opcode ^ bits; in i2c_imx_clear_irq()
370 (IMX_I2C_I2DR << i2c_imx->hwdata->regshift); in i2c_imx_dma_request()
389 (IMX_I2C_I2DR << i2c_imx->hwdata->regshift); in i2c_imx_dma_request()
596 i = i2c_imx->hwdata->ndivs - 1; in i2c_imx_set_clk()
694 temp = i2c_imx->hwdata->i2cr_ien_opcode ^ I2CR_IEN, in i2c_imx_stop()
854 temp = i2c_imx->hwdata->i2cr_ien_opcode; in i2c_imx_slave_init()
1477 i2c_imx->hwdata = match; in i2c_imx_probe()
[all …]
/openbmc/linux/drivers/clk/renesas/
H A Drzg2l-cpg.c186 struct sd_hw_data *hwdata = to_sd_hw_data(hw); in rzg2l_cpg_sd_clk_mux_set_parent() local
187 struct rzg2l_cpg_priv *priv = hwdata->priv; in rzg2l_cpg_sd_clk_mux_set_parent()
188 u32 off = GET_REG_OFFSET(hwdata->conf); in rzg2l_cpg_sd_clk_mux_set_parent()
189 u32 shift = GET_SHIFT(hwdata->conf); in rzg2l_cpg_sd_clk_mux_set_parent()
235 struct sd_hw_data *hwdata = to_sd_hw_data(hw); in rzg2l_cpg_sd_clk_mux_get_parent() local
236 struct rzg2l_cpg_priv *priv = hwdata->priv; in rzg2l_cpg_sd_clk_mux_get_parent()
239 val >>= GET_SHIFT(hwdata->conf); in rzg2l_cpg_sd_clk_mux_get_parent()
240 val &= GENMASK(GET_WIDTH(hwdata->conf) - 1, 0); in rzg2l_cpg_sd_clk_mux_get_parent()
439 struct rzg2l_cpg_priv *priv = hwdata->priv; in rzg2l_cpg_pll5_4_clk_mux_determine_rate()
451 struct rzg2l_cpg_priv *priv = hwdata->priv; in rzg2l_cpg_pll5_4_clk_mux_set_parent()
[all …]
/openbmc/linux/tools/usb/usbip/
H A Dconfigure.ac89 [where usb.ids is found (default /usr/share/hwdata/)])],
90 [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"])
H A DREADME46 - hwdata
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hwdata/
H A Dhwdata_0.380.bb2 HOMEPAGE = "https://github.com/vcrhonek/hwdata"
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c2308 u32 hwdata; in hba_setup() local
2309 hwdata = readl(dd->mmio + HOST_HSORG); in hba_setup()
2312 writel(hwdata | in hba_setup()
2335 u32 hwdata; in mtip_detect_product() local
2345 hwdata = readl(dd->mmio + HOST_HSORG); in mtip_detect_product()
2350 if (hwdata & 0x8) { in mtip_detect_product()
2352 rev = (hwdata & HSORG_HWREV) >> 8; in mtip_detect_product()
2353 slotgroups = (hwdata & HSORG_SLOTGROUPS) + 1; in mtip_detect_product()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/packagegroups/
H A Dpackagegroup-meta-oe.bb758 hwdata \
/openbmc/
H A Dopengrok1.0.log34592 …ngrok/data/xref/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hwdata/hwdata_0.380.bb.gz
34593 …revent delete: /opengrok/data/xref/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hwdata
H A Dopengrok2.0.log34488 …ngrok/data/xref/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hwdata/hwdata_0.380.bb.gz
34489 …revent delete: /opengrok/data/xref/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hwdata