| /OK3568_Linux_fs/kernel/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 | 417 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); in vc5_pll_recalc_rate() local 418 struct vc5_driver_data *vc5 = hwdata->vc5; in vc5_pll_recalc_rate() 434 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); in vc5_pll_round_rate() local 453 hwdata->div_int = div_int; in vc5_pll_round_rate() 454 hwdata->div_frc = (u32)div_frc; in vc5_pll_round_rate() 462 struct vc5_hw_data *hwdata = container_of(hw, struct vc5_hw_data, hw); in vc5_pll_set_rate() local 463 struct vc5_driver_data *vc5 = hwdata->vc5; in vc5_pll_set_rate() 466 fb[0] = hwdata->div_int >> 4; in vc5_pll_set_rate() 467 fb[1] = hwdata->div_int << 4; in vc5_pll_set_rate() 468 fb[2] = hwdata->div_frc >> 16; in vc5_pll_set_rate() [all …]
|
| /OK3568_Linux_fs/buildroot/package/hwdata/ |
| H A D | hwdata.mk | 8 HWDATA_SITE = $(call github,vcrhonek,hwdata,v$(HWDATA_VERSION)) 20 $(INSTALL) -d -m 755 $(TARGET_DIR)/usr/share/hwdata 21 $(INSTALL) -m 644 -t $(TARGET_DIR)/usr/share/hwdata \
|
| H A D | Config.in | 2 bool "hwdata" 12 https://github.com/vcrhonek/hwdata
|
| H A D | hwdata.hash | 2 sha256 fafcc97421ba766e08a2714ccc3eebb0daabc99e67d53c2d682721dd01ccf7a7 hwdata-0.345.tar.gz
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-imx.c | 196 const struct imx_i2c_hwdata *hwdata; member 265 return i2c_imx->hwdata->devtype == IMX1_I2C; in is_imx1_i2c() 271 writeb(val, i2c_imx->base + (reg << i2c_imx->hwdata->regshift)); in imx_i2c_write_reg() 277 return readb(i2c_imx->base + (reg << i2c_imx->hwdata->regshift)); in imx_i2c_read_reg() 302 (IMX_I2C_I2DR << i2c_imx->hwdata->regshift); in i2c_imx_dma_request() 321 (IMX_I2C_I2DR << i2c_imx->hwdata->regshift); in i2c_imx_dma_request() 424 temp = ~i2c_imx->hwdata->i2sr_clr_opcode ^ bits; in i2c_imx_clear_irq() 469 void __iomem *addr = i2c_imx->base + (IMX_I2C_I2SR << i2c_imx->hwdata->regshift); in i2c_imx_trx_complete() 522 struct imx_i2c_clk_pair *i2c_clk_div = i2c_imx->hwdata->clk_div; in i2c_imx_set_clk() 535 else if (div > i2c_clk_div[i2c_imx->hwdata->ndivs - 1].div) in i2c_imx_set_clk() [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hwdata/ |
| H A D | hwdata_0.358.bb | 2 HOMEPAGE = "https://github.com/vcrhonek/hwdata"
|
| /OK3568_Linux_fs/kernel/drivers/block/mtip32xx/ |
| H A D | mtip32xx.c | 2464 u32 hwdata; in hba_setup() local 2465 hwdata = readl(dd->mmio + HOST_HSORG); in hba_setup() 2468 writel(hwdata | in hba_setup() 2491 u32 hwdata; in mtip_detect_product() local 2501 hwdata = readl(dd->mmio + HOST_HSORG); in mtip_detect_product() 2506 if (hwdata & 0x8) { in mtip_detect_product() 2508 rev = (hwdata & HSORG_HWREV) >> 8; in mtip_detect_product() 2509 slotgroups = (hwdata & HSORG_SLOTGROUPS) + 1; in mtip_detect_product()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-oe.bb | 768 hwdata \
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | Config.in | 513 source "package/hwdata/Config.in"
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 8043 hwdata, i2c-tools, icu, ifplugd, igh-ethercat, imagemagick, 8431 dropbear, dvb-apps, exim, flite, gdb, httping, hwdata, 8440 #7112: license info for package 'hwdata' 10505 hostapd, hwdata, ifplugd, imagemagick, iperf, ipsec-tools,
|