/openbmc/linux/drivers/clk/ |
H A D | clk-si5351.c | 308 struct si5351_hw_data *hwdata = in si5351_vxco_prepare() local 311 dev_warn(&hwdata->drvdata->client->dev, "VXCO currently unsupported\n"); in si5351_vxco_prepare() 387 struct si5351_hw_data *hwdata = in si5351_pll_get_parent() local 389 u8 mask = (hwdata->num == 0) ? SI5351_PLLA_SOURCE : SI5351_PLLB_SOURCE; in si5351_pll_get_parent() 392 val = si5351_reg_read(hwdata->drvdata, SI5351_PLL_INPUT_SOURCE); in si5351_pll_get_parent() 399 struct si5351_hw_data *hwdata = in si5351_pll_set_parent() local 402 if (hwdata->drvdata->variant != SI5351_VARIANT_C && in si5351_pll_set_parent() 409 return _si5351_pll_reparent(hwdata->drvdata, hwdata->num, in si5351_pll_set_parent() 417 struct si5351_hw_data *hwdata = in si5351_pll_recalc_rate() local 419 u8 reg = (hwdata->num == 0) ? SI5351_PLLA_PARAMETERS : in si5351_pll_recalc_rate() [all …]
|
H A D | clk-versaclock5.c | 433 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); in vc5_pll_recalc_rate() local 434 struct vc5_driver_data *vc5 = hwdata->vc5; in vc5_pll_recalc_rate() 450 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); in vc5_pll_round_rate() local 451 struct vc5_driver_data *vc5 = hwdata->vc5; in vc5_pll_round_rate() 467 hwdata->div_int = div_int; in vc5_pll_round_rate() 468 hwdata->div_frc = (u32)div_frc; in vc5_pll_round_rate() 476 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); in vc5_pll_set_rate() local 477 struct vc5_driver_data *vc5 = hwdata->vc5; in vc5_pll_set_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() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | CVE-2022-34568.patch | 21 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 D | gpio-mxc.c | 75 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 D | libosinfo_1.11.0.bb | 31 -Dwith-pci-ids-path=${datadir}/hwdata/pci.ids \ 32 -Dwith-usb-ids-path=${datadir}/hwdata/usb.ids \ 35 RDEPENDS:${PN} = "hwdata osinfo-db"
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-imx.c | 212 const struct imx_i2c_hwdata *hwdata; member 308 return i2c_imx->hwdata->devtype == IMX1_I2C; in is_imx1_i2c() 313 return i2c_imx->hwdata->devtype == VF610_I2C; in is_vf610_i2c() 319 writeb(val, i2c_imx->base + (reg << i2c_imx->hwdata->regshift)); in imx_i2c_write_reg() 325 return readb(i2c_imx->base + (reg << i2c_imx->hwdata->regshift)); in imx_i2c_read_reg() 337 temp = ~i2c_imx->hwdata->i2sr_clr_opcode ^ bits; in i2c_imx_clear_irq() 344 imx_i2c_write_reg(i2c_imx->hwdata->i2cr_ien_opcode ^ I2CR_IEN, in i2c_imx_reset_regs() 371 (IMX_I2C_I2DR << i2c_imx->hwdata->regshift); in i2c_imx_dma_request() 390 (IMX_I2C_I2DR << i2c_imx->hwdata->regshift); in i2c_imx_dma_request() 523 void __iomem *addr = i2c_imx->base + (IMX_I2C_I2SR << i2c_imx->hwdata->regshift); in i2c_imx_trx_complete() [all …]
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | rzg2l-cpg.c | 186 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() 206 bitmask = (GENMASK(GET_WIDTH(hwdata->conf) - 1, 0) << shift) << 16; 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() 237 u32 val = readl(priv->base + GET_REG_OFFSET(hwdata->conf)); 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() [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/hwdata/ |
H A D | hwdata_0.391.bb | 2 DESCRIPTION = "hwdata contains various hardware identification and \ 4 HOMEPAGE = "https://github.com/vcrhonek/hwdata"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/ |
H A D | colord.bb | 20 RDEPENDS:${PN} += "hwdata" 30 -Dpnp_ids=${datadir}/hwdata/pnp.ids \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/spice/ |
H A D | spice-gtk_0.42.bb | 45 RDEPENDS:${PN} = "python3-pyparsing python3-six hwdata" 66 EXTRA_OEMESON = "-Dpie=true -Dusb-ids-path=${datadir}/hwdata/usb.ids "
|
/openbmc/linux/tools/usb/usbip/ |
H A D | configure.ac | 89 [where usb.ids is found (default /usr/share/hwdata/)])], 90 [USBIDS_DIR=$withval], [USBIDS_DIR="/usr/share/hwdata/"])
|
H A D | README | 46 - hwdata
|
/openbmc/openbmc/poky/meta/recipes-support/libdisplay-info/ |
H A D | libdisplay-info_0.2.0.bb | 9 DEPENDS = "hwdata-native"
|
/openbmc/linux/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 2308 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/poky/documentation/migration-guides/ |
H A D | release-notes-5.2.rst | 64 - The ``hwdata`` recipe was imported from :oe_git:`meta-openembedded
|
/openbmc/openbmc/poky/meta/conf/distro/include/ |
H A D | maintainers.inc | 264 RECIPE_MAINTAINER:pn-hwdata = "Hiago De Franco <hiago.franco@toradex.com>"
|
/openbmc/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |