| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | of_memory.c | 38 ret |= of_property_read_u32(np, "tRPab-min-tck", &min->tRPab); in of_get_min_tck() 39 ret |= of_property_read_u32(np, "tRCD-min-tck", &min->tRCD); in of_get_min_tck() 40 ret |= of_property_read_u32(np, "tWR-min-tck", &min->tWR); in of_get_min_tck() 41 ret |= of_property_read_u32(np, "tRASmin-min-tck", &min->tRASmin); in of_get_min_tck() 42 ret |= of_property_read_u32(np, "tRRD-min-tck", &min->tRRD); in of_get_min_tck() 43 ret |= of_property_read_u32(np, "tWTR-min-tck", &min->tWTR); in of_get_min_tck() 44 ret |= of_property_read_u32(np, "tXP-min-tck", &min->tXP); in of_get_min_tck() 45 ret |= of_property_read_u32(np, "tRTP-min-tck", &min->tRTP); in of_get_min_tck() 46 ret |= of_property_read_u32(np, "tCKE-min-tck", &min->tCKE); in of_get_min_tck() 47 ret |= of_property_read_u32(np, "tCKESR-min-tck", &min->tCKESR); in of_get_min_tck() [all …]
|
| H A D | omap-gpmc.c | 1963 of_property_read_u32(np, "gpmc,device-width", &p->device_width); in gpmc_read_settings_dt() 1964 of_property_read_u32(np, "gpmc,mux-add-data", &p->mux_add_data); in gpmc_read_settings_dt() 1966 if (!of_property_read_u32(np, "gpmc,burst-length", &p->burst_len)) { in gpmc_read_settings_dt() 1975 if (!of_property_read_u32(np, "gpmc,wait-pin", &p->wait_pin)) { in gpmc_read_settings_dt() 1997 of_property_read_u32(np, "gpmc,sync-clk-ps", &gpmc_t->sync_clk); in gpmc_read_timings_dt() 2000 of_property_read_u32(np, "gpmc,cs-on-ns", &gpmc_t->cs_on); in gpmc_read_timings_dt() 2001 of_property_read_u32(np, "gpmc,cs-rd-off-ns", &gpmc_t->cs_rd_off); in gpmc_read_timings_dt() 2002 of_property_read_u32(np, "gpmc,cs-wr-off-ns", &gpmc_t->cs_wr_off); in gpmc_read_timings_dt() 2005 of_property_read_u32(np, "gpmc,adv-on-ns", &gpmc_t->adv_on); in gpmc_read_timings_dt() 2006 of_property_read_u32(np, "gpmc,adv-rd-off-ns", &gpmc_t->adv_rd_off); in gpmc_read_timings_dt() [all …]
|
| H A D | ti-aemif.c | 269 if (of_property_read_u32(np, "ti,cs-chipselect", &cs)) { in of_aemif_parse_abus_config() 291 if (!of_property_read_u32(np, "ti,cs-min-turnaround-ns", &val)) in of_aemif_parse_abus_config() 294 if (!of_property_read_u32(np, "ti,cs-read-hold-ns", &val)) in of_aemif_parse_abus_config() 297 if (!of_property_read_u32(np, "ti,cs-read-strobe-ns", &val)) in of_aemif_parse_abus_config() 300 if (!of_property_read_u32(np, "ti,cs-read-setup-ns", &val)) in of_aemif_parse_abus_config() 303 if (!of_property_read_u32(np, "ti,cs-write-hold-ns", &val)) in of_aemif_parse_abus_config() 306 if (!of_property_read_u32(np, "ti,cs-write-strobe-ns", &val)) in of_aemif_parse_abus_config() 309 if (!of_property_read_u32(np, "ti,cs-write-setup-ns", &val)) in of_aemif_parse_abus_config() 312 if (!of_property_read_u32(np, "ti,cs-bus-width", &val)) in of_aemif_parse_abus_config()
|
| /OK3568_Linux_fs/kernel/drivers/devfreq/ |
| H A D | rk3399_dmc.c | 246 ret = of_property_read_u32(np, "rockchip,ddr3_speed_bin", in of_get_ddr_timings() 248 ret |= of_property_read_u32(np, "rockchip,pd_idle", in of_get_ddr_timings() 250 ret |= of_property_read_u32(np, "rockchip,sr_idle", in of_get_ddr_timings() 252 ret |= of_property_read_u32(np, "rockchip,sr_mc_gate_idle", in of_get_ddr_timings() 254 ret |= of_property_read_u32(np, "rockchip,srpd_lite_idle", in of_get_ddr_timings() 256 ret |= of_property_read_u32(np, "rockchip,standby_idle", in of_get_ddr_timings() 258 ret |= of_property_read_u32(np, "rockchip,auto_pd_dis_freq", in of_get_ddr_timings() 260 ret |= of_property_read_u32(np, "rockchip,dram_dll_dis_freq", in of_get_ddr_timings() 262 ret |= of_property_read_u32(np, "rockchip,phy_dll_dis_freq", in of_get_ddr_timings() 264 ret |= of_property_read_u32(np, "rockchip,ddr3_odt_dis_freq", in of_get_ddr_timings() [all …]
|
| H A D | rockchip_dmc.c | 673 ret |= of_property_read_u32(np_tim, px30_dts_timing[i], in of_get_px30_timings() 678 ret |= of_property_read_u32(np_tim, rk3328_dts_ca_timing[i], in of_get_px30_timings() 683 ret |= of_property_read_u32(np_tim, rk3328_dts_cs0_timing[i], in of_get_px30_timings() 688 ret |= of_property_read_u32(np_tim, rk3328_dts_cs1_timing[i], in of_get_px30_timings() 726 ret |= of_property_read_u32(np_tim, px30_dts_timing[i], in of_get_rk1808_timings() 731 ret |= of_property_read_u32(np_tim, rk1808_dts_ca_timing[i], in of_get_rk1808_timings() 736 ret |= of_property_read_u32(np_tim, rk1808_dts_cs0_a_timing[i], in of_get_rk1808_timings() 741 ret |= of_property_read_u32(np_tim, rk1808_dts_cs0_b_timing[i], in of_get_rk1808_timings() 746 ret |= of_property_read_u32(np_tim, rk1808_dts_cs1_a_timing[i], in of_get_rk1808_timings() 751 ret |= of_property_read_u32(np_tim, rk1808_dts_cs1_b_timing[i], in of_get_rk1808_timings() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_platform.c | 116 if (of_property_read_u32(np, "snps,wr_osr_lmt", &axi->axi_wr_osr_lmt)) in stmmac_axi_setup() 118 if (of_property_read_u32(np, "snps,rd_osr_lmt", &axi->axi_rd_osr_lmt)) in stmmac_axi_setup() 165 if (of_property_read_u32(rx_node, "snps,rx-queues-to-use", in stmmac_mtl_setup() 188 if (of_property_read_u32(q_node, "snps,map-to-dma-channel", in stmmac_mtl_setup() 193 if (of_property_read_u32(q_node, "snps,priority", in stmmac_mtl_setup() 224 if (of_property_read_u32(tx_node, "snps,tx-queues-to-use", in stmmac_mtl_setup() 246 if (of_property_read_u32(q_node, "snps,weight", in stmmac_mtl_setup() 257 if (of_property_read_u32(q_node, "snps,send_slope", in stmmac_mtl_setup() 260 if (of_property_read_u32(q_node, "snps,idle_slope", in stmmac_mtl_setup() 263 if (of_property_read_u32(q_node, "snps,high_credit", in stmmac_mtl_setup() [all …]
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | cacheinfo.c | 97 if (!of_property_read_u32(node, "cache-size", &size) && in fill_cacheinfo() 98 !of_property_read_u32(node, "cache-block-size", &line_size) && in fill_cacheinfo() 99 !of_property_read_u32(node, "cache-sets", &sets)) { in fill_cacheinfo() 103 if (!of_property_read_u32(node, "i-cache-size", &size) && in fill_cacheinfo() 104 !of_property_read_u32(node, "i-cache-sets", &sets) && in fill_cacheinfo() 105 !of_property_read_u32(node, "i-cache-block-size", &line_size)) { in fill_cacheinfo() 109 if (!of_property_read_u32(node, "d-cache-size", &size) && in fill_cacheinfo() 110 !of_property_read_u32(node, "d-cache-sets", &sets) && in fill_cacheinfo() 111 !of_property_read_u32(node, "d-cache-block-size", &line_size)) { in fill_cacheinfo() 138 if (of_property_read_u32(np, "cache-level", &level)) in init_cache_level() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | of_regulator.c | 43 if (!of_property_read_u32(np, "regulator-min-microvolt", &pval)) in of_get_regulation_constraints() 46 if (!of_property_read_u32(np, "regulator-max-microvolt", &pval)) in of_get_regulation_constraints() 57 if (!of_property_read_u32(np, "regulator-microvolt-offset", &pval)) in of_get_regulation_constraints() 59 if (!of_property_read_u32(np, "regulator-min-microamp", &pval)) in of_get_regulation_constraints() 61 if (!of_property_read_u32(np, "regulator-max-microamp", &pval)) in of_get_regulation_constraints() 64 if (!of_property_read_u32(np, "regulator-input-current-limit-microamp", in of_get_regulation_constraints() 85 ret = of_property_read_u32(np, "regulator-ramp-delay", &pval); in of_get_regulation_constraints() 93 ret = of_property_read_u32(np, "regulator-settling-time-us", &pval); in of_get_regulation_constraints() 97 ret = of_property_read_u32(np, "regulator-settling-time-up-us", &pval); in of_get_regulation_constraints() 106 ret = of_property_read_u32(np, "regulator-settling-time-down-us", in of_get_regulation_constraints() [all …]
|
| H A D | anatop-regulator.c | 203 ret = of_property_read_u32(np, "anatop-reg-offset", &control_reg); in anatop_regulator_probe() 208 ret = of_property_read_u32(np, "anatop-vol-bit-width", &vol_bit_width); in anatop_regulator_probe() 213 ret = of_property_read_u32(np, "anatop-vol-bit-shift", &vol_bit_shift); in anatop_regulator_probe() 218 ret = of_property_read_u32(np, "anatop-min-bit-val", &min_bit_val); in anatop_regulator_probe() 223 ret = of_property_read_u32(np, "anatop-min-voltage", &min_voltage); in anatop_regulator_probe() 228 ret = of_property_read_u32(np, "anatop-max-voltage", &max_voltage); in anatop_regulator_probe() 235 of_property_read_u32(np, "anatop-delay-reg-offset", in anatop_regulator_probe() 237 of_property_read_u32(np, "anatop-delay-bit-width", in anatop_regulator_probe() 239 of_property_read_u32(np, "anatop-delay-bit-shift", in anatop_regulator_probe() 294 if (!of_property_read_u32(np, "anatop-enable-bit", in anatop_regulator_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_logo.c | 335 if (of_property_read_u32(node, "logo,offset", &val)) { in get_framebuffer_by_node() 341 if (of_property_read_u32(node, "logo,width", &val)) { in get_framebuffer_by_node() 347 if (of_property_read_u32(node, "logo,height", &val)) { in get_framebuffer_by_node() 353 if (of_property_read_u32(node, "logo,bpp", &val)) { in get_framebuffer_by_node() 383 if (!of_property_read_u32(route, "post-csc,enable", &val)) in of_parse_post_csc_info() 391 if (!of_property_read_u32(route, "post-csc,hue", &val)) in of_parse_post_csc_info() 396 if (!of_property_read_u32(route, "post-csc,saturation", &val)) in of_parse_post_csc_info() 401 if (!of_property_read_u32(route, "post-csc,contrast", &val)) in of_parse_post_csc_info() 406 if (!of_property_read_u32(route, "post-csc,brightness", &val)) in of_parse_post_csc_info() 411 if (!of_property_read_u32(route, "post-csc,r-gain", &val)) in of_parse_post_csc_info() [all …]
|
| H A D | rockchip_drm_tve.c | 550 ret = of_property_read_u32(np, "rockchip,tvemode", &val); in tve_parse_dt() 559 ret = of_property_read_u32(np, "rockchip,lumafilter0", &val); in tve_parse_dt() 564 ret = of_property_read_u32(np, "rockchip,lumafilter1", &val); in tve_parse_dt() 569 ret = of_property_read_u32(np, "rockchip,lumafilter2", &val); in tve_parse_dt() 574 ret = of_property_read_u32(np, "rockchip,lumafilter3", &val); in tve_parse_dt() 579 ret = of_property_read_u32(np, "rockchip,lumafilter4", &val); in tve_parse_dt() 584 ret = of_property_read_u32(np, "rockchip,lumafilter5", &val); in tve_parse_dt() 589 ret = of_property_read_u32(np, "rockchip,lumafilter6", &val); in tve_parse_dt() 594 ret = of_property_read_u32(np, "rockchip,lumafilter7", &val); in tve_parse_dt() 599 ret = of_property_read_u32(np, "rockchip,tve-upsample", &val); in tve_parse_dt() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | fsl_soc.c | 88 of_property_read_u32(soc, "clock-frequency", &sysfreq); in fsl_get_sys_freq() 90 of_property_read_u32(soc, "bus-frequency", &sysfreq); in fsl_get_sys_freq() 109 of_property_read_u32(node, "clock-frequency", &brgfreq); in get_brgfreq() 122 of_property_read_u32(node, "brg-frequency", &brgfreq); in get_brgfreq() 124 if (!of_property_read_u32(node, "bus-frequency", in get_brgfreq() 145 of_property_read_u32(node, "current-speed", &fs_baudrate); in get_baudrate()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_generic_sensor.c | 254 if (of_property_read_u32(dev->of_node, "ad,fix-format", in vehicle_parse_sensor() 258 if (of_property_read_u32(dev->of_node, "vehicle,rotate-mirror", in vehicle_parse_sensor() 276 if (of_property_read_u32(cp, "i2c_chl", &ad->i2c_chl)) in vehicle_parse_sensor() 278 if (of_property_read_u32(cp, "ad_chl", &ad->ad_chl)) in vehicle_parse_sensor() 285 if (of_property_read_u32(cp, "mclk_rate", &ad->mclk_rate)) in vehicle_parse_sensor() 288 if (of_property_read_u32(cp, "drop_frames", in vehicle_parse_sensor() 294 if (of_property_read_u32(cp, "rst_active", &ad->rst_active)) in vehicle_parse_sensor() 300 if (of_property_read_u32(cp, "pwr_active", &ad->pwr_active)) in vehicle_parse_sensor() 303 if (of_property_read_u32(cp, "pwdn_active", &ad->pwdn_active)) in vehicle_parse_sensor() 314 if (of_property_read_u32(cp, "i2c_add", &ad->i2c_add)) in vehicle_parse_sensor() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | tegra-gmi.c | 145 err = of_property_read_u32(child, "reg", &property); in tegra_gmi_parse_dt() 165 if (!of_property_read_u32(child, "nvidia,snor-muxed-width", &property)) in tegra_gmi_parse_dt() 170 if (!of_property_read_u32(child, "nvidia,snor-hold-width", &property)) in tegra_gmi_parse_dt() 175 if (!of_property_read_u32(child, "nvidia,snor-adv-width", &property)) in tegra_gmi_parse_dt() 180 if (!of_property_read_u32(child, "nvidia,snor-ce-width", &property)) in tegra_gmi_parse_dt() 185 if (!of_property_read_u32(child, "nvidia,snor-we-width", &property)) in tegra_gmi_parse_dt() 190 if (!of_property_read_u32(child, "nvidia,snor-oe-width", &property)) in tegra_gmi_parse_dt() 195 if (!of_property_read_u32(child, "nvidia,snor-wait-width", &property)) in tegra_gmi_parse_dt()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | stmpe-ts.c | 264 if (!of_property_read_u32(np, "st,sample-time", &val)) in stmpe_ts_get_platform_info() 266 if (!of_property_read_u32(np, "st,mod-12b", &val)) in stmpe_ts_get_platform_info() 268 if (!of_property_read_u32(np, "st,ref-sel", &val)) in stmpe_ts_get_platform_info() 270 if (!of_property_read_u32(np, "st,adc-freq", &val)) in stmpe_ts_get_platform_info() 272 if (!of_property_read_u32(np, "st,ave-ctrl", &val)) in stmpe_ts_get_platform_info() 274 if (!of_property_read_u32(np, "st,touch-det-delay", &val)) in stmpe_ts_get_platform_info() 276 if (!of_property_read_u32(np, "st,settling", &val)) in stmpe_ts_get_platform_info() 278 if (!of_property_read_u32(np, "st,fraction-z", &val)) in stmpe_ts_get_platform_info() 280 if (!of_property_read_u32(np, "st,i-drive", &val)) in stmpe_ts_get_platform_info()
|
| H A D | bcm_iproc_tsc.c | 353 if (of_property_read_u32(np, "scanning_period", &val) >= 0) { in iproc_get_tsc_config() 362 if (of_property_read_u32(np, "debounce_timeout", &val) >= 0) { in iproc_get_tsc_config() 371 if (of_property_read_u32(np, "settling_timeout", &val) >= 0) { in iproc_get_tsc_config() 380 if (of_property_read_u32(np, "touch_timeout", &val) >= 0) { in iproc_get_tsc_config() 389 if (of_property_read_u32(np, "average_data", &val) >= 0) { in iproc_get_tsc_config() 397 if (of_property_read_u32(np, "fifo_threshold", &val) >= 0) { in iproc_get_tsc_config() 407 of_property_read_u32(np, "touchscreen-size-x", &priv->cfg_params.max_x); in iproc_get_tsc_config() 408 of_property_read_u32(np, "touchscreen-size-y", &priv->cfg_params.max_y); in iproc_get_tsc_config() 410 of_property_read_u32(np, "touchscreen-fuzz-x", in iproc_get_tsc_config() 412 of_property_read_u32(np, "touchscreen-fuzz-y", in iproc_get_tsc_config()
|
| H A D | 88pm860x-ts.c | 133 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-prebias", &n)) in pm860x_touch_dt_init() 135 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-slot-cycle", &n)) in pm860x_touch_dt_init() 137 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-off-scale", &n)) in pm860x_touch_dt_init() 139 if (!of_property_read_u32(np, "marvell,88pm860x-gpadc-sw-cal", &n)) in pm860x_touch_dt_init() 147 if (!of_property_read_u32(np, "marvell,88pm860x-tsi-prebias", &data)) { in pm860x_touch_dt_init() 154 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prebias", &n)) in pm860x_touch_dt_init() 156 if (!of_property_read_u32(np, "marvell,88pm860x-pen-prechg", &n)) in pm860x_touch_dt_init() 163 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x); in pm860x_touch_dt_init()
|
| /OK3568_Linux_fs/kernel/drivers/dma/dw/ |
| H A D | of.c | 62 if (of_property_read_u32(np, "dma-masters", &nr_masters)) in dw_dma_parse_dt() 67 if (of_property_read_u32(np, "dma-channels", &nr_channels)) in dw_dma_parse_dt() 79 if (!of_property_read_u32(np, "chan_allocation_order", &tmp)) in dw_dma_parse_dt() 82 if (!of_property_read_u32(np, "chan_priority", &tmp)) in dw_dma_parse_dt() 85 if (!of_property_read_u32(np, "block_size", &tmp)) in dw_dma_parse_dt() 109 if (!of_property_read_u32(np, "snps,dma-protection-control", &tmp)) { in dw_dma_parse_dt()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_panel.c | 279 ret |= of_property_read_u32(info_np, "ac-bias", &info->ac_bias); in of_get_panel_info() 280 ret |= of_property_read_u32(info_np, "ac-bias-intrpt", &info->ac_bias_intrpt); in of_get_panel_info() 281 ret |= of_property_read_u32(info_np, "dma-burst-sz", &info->dma_burst_sz); in of_get_panel_info() 282 ret |= of_property_read_u32(info_np, "bpp", &info->bpp); in of_get_panel_info() 283 ret |= of_property_read_u32(info_np, "fdd", &info->fdd); in of_get_panel_info() 284 ret |= of_property_read_u32(info_np, "sync-edge", &info->sync_edge); in of_get_panel_info() 285 ret |= of_property_read_u32(info_np, "sync-ctrl", &info->sync_ctrl); in of_get_panel_info() 286 ret |= of_property_read_u32(info_np, "raster-order", &info->raster_order); in of_get_panel_info() 287 ret |= of_property_read_u32(info_np, "fifo-th", &info->fifo_th); in of_get_panel_info()
|
| /OK3568_Linux_fs/kernel/drivers/media/spi/ |
| H A D | rk1608_dphy.c | 827 ret = of_property_read_u32(node, "id", &dphy->sd.grp_id); in rk1608_dphy_dt_property() 831 ret = of_property_read_u32(node, "cam_nums", &dphy->cam_nums); in rk1608_dphy_dt_property() 835 ret = of_property_read_u32(node, "in_mipi", &dphy->in_mipi); in rk1608_dphy_dt_property() 839 ret = of_property_read_u32(node, "out_mipi", &dphy->out_mipi); in rk1608_dphy_dt_property() 847 ret = of_property_read_u32(node, "sensor_i2c_bus", &dphy->i2c_bus); in rk1608_dphy_dt_property() 851 ret = of_property_read_u32(node, "sensor_i2c_addr", &dphy->i2c_addr); in rk1608_dphy_dt_property() 865 ret = of_property_read_u32(node, "data_type", in rk1608_dphy_dt_property() 870 ret = of_property_read_u32(node, "mipi_lane", in rk1608_dphy_dt_property() 875 ret = of_property_read_u32(node, "mipi_lane_out", in rk1608_dphy_dt_property() 880 ret = of_property_read_u32(node, "field", in rk1608_dphy_dt_property() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/ |
| H A D | of_display_timing.c | 39 ret = of_property_read_u32(np, name, &result->typ); in parse_timing_property() 75 if (!of_property_read_u32(np, "vsync-active", &val)) in of_parse_display_timing() 78 if (!of_property_read_u32(np, "hsync-active", &val)) in of_parse_display_timing() 81 if (!of_property_read_u32(np, "de-active", &val)) in of_parse_display_timing() 84 if (!of_property_read_u32(np, "pixelclk-active", &val)) in of_parse_display_timing() 88 if (!of_property_read_u32(np, "syncclk-active", &val)) in of_parse_display_timing()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_devtree.c | 286 rc = of_property_read_u32(dev_node, "cy,flags", &value); in create_and_get_mt_pdata() 290 rc = of_property_read_u32(dev_node, "cy,vkeys_x", &value); in create_and_get_mt_pdata() 294 rc = of_property_read_u32(dev_node, "cy,vkeys_y", &value); in create_and_get_mt_pdata() 298 rc = of_property_read_u32(dev_node, "cy,revert_x", &value); in create_and_get_mt_pdata() 301 rc = of_property_read_u32(dev_node, "cy,revert_y", &value); in create_and_get_mt_pdata() 304 rc = of_property_read_u32(dev_node, "cy,xy_exchange", &value); in create_and_get_mt_pdata() 516 rc = of_property_read_u32(core_node, tag_name, &tag_value); in create_and_get_touch_setting() 608 rc = of_property_read_u32(core_node, "cy,hid_desc_register", &value); in create_and_get_core_pdata() 613 rc = of_property_read_u32(core_node, "cy,level_irq_udelay", &value); in create_and_get_core_pdata() 617 rc = of_property_read_u32(core_node, "cy,vendor_id", &value); in create_and_get_core_pdata() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_of.c | 46 if (of_property_read_u32(np, "clock-frequency", &clk)) { in of_platform_serial_setup() 65 if (of_property_read_u32(np, "current-speed", &spd) == 0) in of_platform_serial_setup() 86 if (of_property_read_u32(np, "reg-offset", &prop) == 0) { in of_platform_serial_setup() 99 if (of_property_read_u32(np, "reg-io-width", &prop) == 0) { in of_platform_serial_setup() 126 if (of_property_read_u32(np, "reg-shift", &prop) == 0) in of_platform_serial_setup() 130 if (of_property_read_u32(np, "fifo-size", &prop) == 0) in of_platform_serial_setup() 224 if ((of_property_read_u32(ofdev->dev.of_node, "tx-threshold", in of_platform_serial_probe() 232 if (of_property_read_u32(ofdev->dev.of_node, in of_platform_serial_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-stp-xway.c | 257 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,shadow", &shadow)) in xway_stp_probe() 261 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,groups", &groups)) in xway_stp_probe() 268 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl)) in xway_stp_probe() 277 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy1", &phy)) in xway_stp_probe() 279 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy2", &phy)) in xway_stp_probe() 285 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy3", &phy)) in xway_stp_probe() 290 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy4", &phy)) in xway_stp_probe()
|
| H A D | gpio-xilinx.c | 281 of_property_read_u32(np, "xlnx,dout-default", &chip->gpio_state[0]); in xgpio_probe() 284 if (of_property_read_u32(np, "xlnx,tri-default", &chip->gpio_dir[0])) in xgpio_probe() 291 if (of_property_read_u32(np, "xlnx,gpio-width", &chip->gpio_width[0])) in xgpio_probe() 296 if (of_property_read_u32(np, "xlnx,is-dual", &is_dual)) in xgpio_probe() 301 of_property_read_u32(np, "xlnx,dout-default-2", in xgpio_probe() 305 if (of_property_read_u32(np, "xlnx,tri-default-2", in xgpio_probe() 313 if (of_property_read_u32(np, "xlnx,gpio2-width", in xgpio_probe()
|