Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 888) sorted by relevance

12345678910>>...36

/drivers/media/platform/exynos4-is/
Dfimc-lite-reg.c23 u32 cfg; in flite_hw_reset() local
42 u32 cfg = readl(dev->regs + FLITE_REG_CISTATUS); in flite_hw_clear_pending_irq() local
56 u32 cfg = readl(dev->regs + FLITE_REG_CISTATUS2); in flite_hw_clear_last_capture_end() local
63 u32 cfg, intsrc; in flite_hw_set_interrupt_mask() local
85 u32 cfg = readl(dev->regs + FLITE_REG_CIIMGCPT); in flite_hw_capture_start() local
92 u32 cfg = readl(dev->regs + FLITE_REG_CIIMGCPT); in flite_hw_capture_stop() local
103 u32 cfg = readl(dev->regs + FLITE_REG_CIGCTRL); in flite_hw_set_test_pattern() local
131 u32 cfg; in flite_hw_set_source_format() local
161 u32 cfg; in flite_hw_set_window_offset() local
179 u32 cfg = readl(dev->regs + FLITE_REG_CIGENERAL); in flite_hw_set_camera_port() local
[all …]
Dfimc-reg.c21 u32 cfg; in fimc_hw_reset() local
73 u32 cfg, flip; in fimc_hw_set_rotation() local
106 u32 cfg; in fimc_hw_set_target_format() local
151 u32 cfg; in fimc_hw_set_out_dma_size() local
172 u32 cfg; in fimc_hw_set_out_dma() local
213 u32 cfg = readl(dev->regs + FIMC_REG_ORGISIZE); in fimc_hw_en_autoload() local
223 u32 cfg = readl(dev->regs + FIMC_REG_CIOCTRL); in fimc_hw_en_lastirq() local
235 u32 cfg, shfactor; in fimc_hw_set_prescaler() local
254 u32 cfg = readl(dev->regs + FIMC_REG_CISCCTRL); in fimc_hw_set_scaler() local
316 u32 cfg; in fimc_hw_set_mainscaler() local
[all …]
/drivers/net/ethernet/cavium/liquidio/
Docteon_config.h121 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) argument
122 #define CFG_GET_IQ_MAX_Q(cfg) ((cfg)->iq.max_iqs) argument
123 #define CFG_GET_IQ_PENDING_LIST_SIZE(cfg) ((cfg)->iq.pending_list_size) argument
124 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type) argument
125 #define CFG_GET_IQ_DB_MIN(cfg) ((cfg)->iq.db_min) argument
126 #define CFG_GET_IQ_DB_TIMEOUT(cfg) ((cfg)->iq.db_timeout) argument
128 #define CFG_GET_IQ_INTR_PKT(cfg) ((cfg)->iq.iq_intr_pkt) argument
129 #define CFG_SET_IQ_INTR_PKT(cfg, val) (cfg)->iq.iq_intr_pkt = val argument
131 #define CFG_GET_OQ_MAX_Q(cfg) ((cfg)->oq.max_oqs) argument
132 #define CFG_GET_OQ_PKTS_PER_INTR(cfg) ((cfg)->oq.pkts_per_intr) argument
[all …]
/drivers/media/platform/exynos-gsc/
Dgsc-regs.c22 u32 cfg; in gsc_wait_reset() local
36 u32 cfg; in gsc_hw_set_frm_done_irq_mask() local
48 u32 cfg; in gsc_hw_set_gsc_irq_enable() local
61 u32 cfg = readl(dev->regs + GSC_IN_BASE_ADDR_Y_MASK); in gsc_hw_set_input_buf_masking() local
75 u32 cfg = readl(dev->regs + GSC_OUT_BASE_ADDR_Y_MASK); in gsc_hw_set_output_buf_masking() local
111 u32 cfg = readl(dev->regs + GSC_IN_CON); in gsc_hw_set_input_path() local
124 u32 cfg; in gsc_hw_set_in_size() local
146 u32 cfg; in gsc_hw_set_in_image_rgb() local
167 u32 cfg; in gsc_hw_set_in_image_format() local
222 u32 cfg = readl(dev->regs + GSC_OUT_CON); in gsc_hw_set_output_path() local
[all …]
/drivers/scsi/cxlflash/
Dmain.c45 struct cxlflash_cfg *cfg = afu->parent; in process_cmd_err() local
157 struct cxlflash_cfg *cfg = afu->parent; in cmd_complete() local
193 struct cxlflash_cfg *cfg = hwq->afu->parent; in flush_pending_cmds() local
237 struct cxlflash_cfg *cfg = hwq->afu->parent; in context_reset() local
302 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_ioarrin() local
346 struct cxlflash_cfg *cfg = afu->parent; in send_cmd_sq() local
391 struct cxlflash_cfg *cfg = afu->parent; in wait_resp() local
458 static int send_tmf(struct cxlflash_cfg *cfg, struct scsi_device *sdev, in send_tmf()
562 struct cxlflash_cfg *cfg = shost_priv(host); in cxlflash_queuecommand() local
643 static void cxlflash_wait_for_pci_err_recovery(struct cxlflash_cfg *cfg) in cxlflash_wait_for_pci_err_recovery()
[all …]
Dsuperpipe.c95 void cxlflash_stop_term_user_contexts(struct cxlflash_cfg *cfg) in cxlflash_stop_term_user_contexts()
128 static struct ctx_info *find_error_context(struct cxlflash_cfg *cfg, u64 rctxid, in find_error_context()
155 struct ctx_info *get_context(struct cxlflash_cfg *cfg, u64 rctxid, in get_context()
261 static int afu_attach(struct cxlflash_cfg *cfg, struct ctx_info *ctxi) in afu_attach()
332 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in read_cap16() local
437 struct cxlflash_cfg *cfg = ctxi->cfg; in get_rhte() local
481 struct cxlflash_cfg *cfg = ctxi->cfg; in rhte_checkout() local
632 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in _cxlflash_disk_release() local
749 static void destroy_context(struct cxlflash_cfg *cfg, in destroy_context()
778 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context()
[all …]
Dlunmgt.c33 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_local() local
61 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in create_global() local
84 static struct llun_info *lookup_local(struct cxlflash_cfg *cfg, u8 *wwid) in lookup_local()
134 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in find_and_create_lun() local
178 void cxlflash_term_local_luns(struct cxlflash_cfg *cfg) in cxlflash_term_local_luns()
230 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in cxlflash_manage_lun() local
/drivers/media/platform/s3c-camif/
Dcamif-regs.c18 u32 cfg; in camif_hw_reset() local
40 u32 cfg = camif_read(vp->camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_clear_pending_irq() local
51 u32 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_set_test_pattern() local
70 unsigned int i, cfg; in camif_hw_set_effect() local
107 u32 cfg; in camif_hw_set_source_format() local
133 u32 cfg; in camif_hw_set_camera_crop() local
154 u32 cfg; in camif_hw_clear_fifo_overflow() local
171 u32 cfg = camif_read(camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_set_camera_bus() local
221 u32 cfg; in camif_hw_set_out_dma_size() local
261 u32 cfg; in camif_hw_set_output_dma() local
[all …]
/drivers/acpi/
Dacpi_configfs.c19 struct config_item cfg; member
24 static ssize_t acpi_table_aml_write(struct config_item *cfg, in acpi_table_aml_write()
66 static inline struct acpi_table_header *get_header(struct config_item *cfg) in get_header()
76 static ssize_t acpi_table_aml_read(struct config_item *cfg, in acpi_table_aml_read()
99 static ssize_t acpi_table_signature_show(struct config_item *cfg, char *str) in acpi_table_signature_show()
109 static ssize_t acpi_table_length_show(struct config_item *cfg, char *str) in acpi_table_length_show()
119 static ssize_t acpi_table_revision_show(struct config_item *cfg, char *str) in acpi_table_revision_show()
129 static ssize_t acpi_table_oem_id_show(struct config_item *cfg, char *str) in acpi_table_oem_id_show()
139 static ssize_t acpi_table_oem_table_id_show(struct config_item *cfg, char *str) in acpi_table_oem_table_id_show()
149 static ssize_t acpi_table_oem_revision_show(struct config_item *cfg, char *str) in acpi_table_oem_revision_show()
[all …]
/drivers/media/platform/davinci/
Dvpbe.c53 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_current_encoder_info() local
68 static int vpbe_find_encoder_sd_index(struct vpbe_config *cfg, in vpbe_find_encoder_sd_index()
98 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_enum_outputs() local
113 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_get_mode_info() local
147 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_get_std_info() local
167 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_get_std_info_by_name() local
194 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_set_output() local
263 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_set_default_output() local
299 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_s_dv_timings() local
351 struct vpbe_config *cfg = vpbe_dev->cfg; in vpbe_g_dv_timings() local
[all …]
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c418 static int brcmf_vif_change_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_change_validate()
444 static int brcmf_vif_add_validate(struct brcmf_cfg80211_info *cfg, in brcmf_vif_add_validate()
561 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_ap_add_vif() local
639 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_add_vif() local
694 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_mon_del_vif() local
712 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_add_iface() local
775 s32 brcmf_notify_escan_complete(struct brcmf_cfg80211_info *cfg, in brcmf_notify_escan_complete()
856 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_ap_iface() local
890 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_del_iface() local
936 struct brcmf_cfg80211_info *cfg = wiphy_to_cfg(wiphy); in brcmf_cfg80211_change_iface() local
[all …]
/drivers/block/rsxx/
Dconfig.c18 static void initialize_config(struct rsxx_card_cfg *cfg) in initialize_config()
31 static u32 config_data_crc32(struct rsxx_card_cfg *cfg) in config_data_crc32()
55 static void config_data_swab(struct rsxx_card_cfg *cfg) in config_data_swab()
64 static void config_data_le_to_cpu(struct rsxx_card_cfg *cfg) in config_data_le_to_cpu()
73 static void config_data_cpu_to_le(struct rsxx_card_cfg *cfg) in config_data_cpu_to_le()
86 struct rsxx_card_cfg cfg; in rsxx_save_config() local
/drivers/leds/
Dleds-lp55xx-common.c44 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_reset_device() local
54 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_detect_device() local
77 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_post_init_device() local
142 struct lp55xx_device_config *cfg = led->chip->cfg; in lp55xx_set_mc_brightness() local
153 struct lp55xx_device_config *cfg = led->chip->cfg; in lp55xx_set_brightness() local
163 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_init_led() local
429 struct lp55xx_device_config *cfg; in lp55xx_init_device() local
496 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_register_leds() local
538 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_register_sysfs() local
557 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_unregister_sysfs() local
[all …]
/drivers/gpu/drm/exynos/
Dexynos_drm_fimc.c139 u32 cfg; in fimc_sw_reset() local
164 u32 cfg; in fimc_set_type_ctrl() local
184 u32 cfg; in fimc_handle_jpeg() local
199 u32 cfg; in fimc_mask_irq() local
243 u32 cfg; in fimc_check_frame_end() local
260 u32 cfg; in fimc_get_buf_id() local
286 u32 cfg; in fimc_handle_lastend() local
301 u32 cfg; in fimc_src_set_fmt_order() local
366 u32 cfg; in fimc_src_set_fmt() local
471 u32 cfg, h1, h2, v1, v2; in fimc_set_window() local
[all …]
Dexynos_drm_gsc.c65 #define gsc_write(cfg, offset) writel(cfg, ctx->regs + (offset)) argument
380 u32 cfg; in gsc_sw_reset() local
421 u32 cfg; in gsc_handle_irq() local
450 u32 cfg; in gsc_src_set_fmt() local
523 u32 cfg; in gsc_src_set_transf() local
567 u32 cfg; in gsc_src_set_size() local
610 u32 cfg; in gsc_src_set_buf_seq() local
637 u32 cfg; in gsc_dst_set_fmt() local
746 u32 cfg; in gsc_set_prescaler() local
849 u32 cfg; in gsc_set_scaler() local
[all …]
/drivers/virtio/
Dvirtio_pci_modern_dev.c381 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_features() local
402 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_driver_features() local
423 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_set_features() local
440 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_generation() local
454 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_status() local
468 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_set_status() local
485 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_queue_vector() local
504 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_config_vector() local
526 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_queue_address() local
/drivers/staging/media/atomisp/pci/runtime/isys/src/
Dvirtual_isys.c290 isp2401_input_system_cfg_t *cfg, in create_input_system_channel()
364 isp2401_input_system_cfg_t *cfg, in create_input_system_input_port()
652 pixelgen_tpg_cfg_t *cfg) in calculate_tpg_cfg()
663 pixelgen_prbs_cfg_t *cfg) in calculate_prbs_cfg()
672 csi_rx_frontend_cfg_t *cfg) in calculate_fe_cfg()
682 csi_rx_backend_cfg_t *cfg) in calculate_be_cfg()
712 stream2mmio_cfg_t *cfg in calculate_stream2mmio_cfg()
729 ibuf_ctrl_cfg_t *cfg) in calculate_ibuf_ctrl_cfg()
811 isys2401_dma_cfg_t *cfg) in calculate_isys2401_dma_cfg()
833 isys2401_dma_port_cfg_t *cfg) in calculate_isys2401_dma_port_cfg()
/drivers/pinctrl/renesas/
Dsh_pfc.h461 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument
465 #define PORT_GP_CFG_2(bank, fn, sfx, cfg) \ argument
470 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument
476 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument
482 #define PORT_GP_CFG_7(bank, fn, sfx, cfg) \ argument
487 #define PORT_GP_CFG_8(bank, fn, sfx, cfg) \ argument
492 #define PORT_GP_CFG_9(bank, fn, sfx, cfg) \ argument
497 #define PORT_GP_CFG_10(bank, fn, sfx, cfg) \ argument
502 #define PORT_GP_CFG_11(bank, fn, sfx, cfg) \ argument
507 #define PORT_GP_CFG_12(bank, fn, sfx, cfg) \ argument
[all …]
/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.c54 struct aq_nic_cfg_s *cfg = &self->aq_nic_cfg; in aq_nic_rss_init() local
71 struct aq_nic_cfg_s *cfg = &self->aq_nic_cfg; in aq_nic_cfg_update_num_vecs() local
98 struct aq_nic_cfg_s *cfg = &self->aq_nic_cfg; in aq_nic_cfg_start() local
464 struct aq_nic_cfg_s *cfg; in aq_nic_start() local
568 struct aq_nic_cfg_s *cfg = aq_nic_get_cfg(self); in aq_nic_map_skb() local
722 struct aq_nic_cfg_s *cfg = aq_nic_get_cfg(self); in aq_nic_xmit() local
787 struct aq_nic_cfg_s *cfg = &self->aq_nic_cfg; in aq_nic_set_multicast_list() local
1202 struct aq_nic_cfg_s *cfg = &self->aq_nic_cfg; in aq_nic_set_loopback() local
1325 struct aq_nic_cfg_s *cfg = aq_nic_get_cfg(self); in aq_nic_realloc_vectors() local
1408 struct aq_nic_cfg_s *cfg = &self->aq_nic_cfg; in aq_nic_set_downshift() local
[all …]
Daq_ethtool.c177 struct aq_nic_cfg_s *cfg = aq_nic_get_cfg(nic); in aq_ethtool_n_stats() local
245 struct aq_nic_cfg_s *cfg; in aq_ethtool_get_strings() local
434 struct aq_nic_cfg_s *cfg; in aq_ethtool_get_rss_key_size() local
445 struct aq_nic_cfg_s *cfg; in aq_ethtool_get_rss() local
467 struct aq_nic_cfg_s *cfg; in aq_ethtool_set_rss() local
503 struct aq_nic_cfg_s *cfg; in aq_ethtool_get_rxnfc() local
556 struct aq_nic_cfg_s *cfg; in aq_ethtool_get_coalesce() local
582 struct aq_nic_cfg_s *cfg; in aq_ethtool_set_coalesce() local
615 struct aq_nic_cfg_s *cfg; in aq_ethtool_get_wol() local
628 struct aq_nic_cfg_s *cfg; in aq_ethtool_set_wol() local
[all …]
/drivers/iommu/
Dio-pgtable-arm.c198 struct io_pgtable_cfg *cfg) in __arm_lpae_alloc_pages()
237 struct io_pgtable_cfg *cfg) in __arm_lpae_free_pages()
246 struct io_pgtable_cfg *cfg) in __arm_lpae_sync_pte()
252 static void __arm_lpae_clear_pte(arm_lpae_iopte *ptep, struct io_pgtable_cfg *cfg) in __arm_lpae_clear_pte()
271 struct io_pgtable_cfg *cfg = &data->iop.cfg; in __arm_lpae_init_pte() local
325 struct io_pgtable_cfg *cfg = &data->iop.cfg; in arm_lpae_install_table() local
359 struct io_pgtable_cfg *cfg = &data->iop.cfg; in __arm_lpae_map() local
496 struct io_pgtable_cfg *cfg = &data->iop.cfg; in arm_lpae_map_pages() local
578 struct io_pgtable_cfg *cfg = &data->iop.cfg; in arm_lpae_split_blk_unmap() local
696 struct io_pgtable_cfg *cfg = &data->iop.cfg; in arm_lpae_unmap_pages() local
[all …]
Dio-pgtable-arm-v7s.c51 #define _ARM_V7S_LVL_BITS(lvl, cfg) ((lvl) == 1 ? ((cfg)->ias - 20) : 8) argument
55 #define ARM_V7S_PTES_PER_LVL(lvl, cfg) (1 << _ARM_V7S_LVL_BITS(lvl, cfg)) argument
56 #define ARM_V7S_TABLE_SIZE(lvl, cfg) \ argument
62 #define _ARM_V7S_IDX_MASK(lvl, cfg) (ARM_V7S_PTES_PER_LVL(lvl, cfg) - 1) argument
63 #define ARM_V7S_LVL_IDX(addr, lvl, cfg) ({ \ argument
179 static bool arm_v7s_is_mtk_enabled(struct io_pgtable_cfg *cfg) in arm_v7s_is_mtk_enabled()
197 struct io_pgtable_cfg *cfg) in paddr_to_iopte()
208 struct io_pgtable_cfg *cfg) in iopte_to_paddr()
242 struct io_pgtable_cfg *cfg = &data->iop.cfg; in __arm_v7s_alloc_table() local
302 struct io_pgtable_cfg *cfg = &data->iop.cfg; in __arm_v7s_free_table() local
[all …]
/drivers/net/ethernet/freescale/dpaa2/
Ddpsw.c344 struct dpsw_link_cfg *cfg) in dpsw_if_set_link_cfg()
412 const struct dpsw_tci_cfg *cfg) in dpsw_if_set_tci()
444 struct dpsw_tci_cfg *cfg) in dpsw_if_get_tci()
486 const struct dpsw_stp_cfg *cfg) in dpsw_if_set_stp()
680 u16 vlan_id, const struct dpsw_vlan_cfg *cfg) in dpsw_vlan_add()
713 u16 vlan_id, const struct dpsw_vlan_if_cfg *cfg) in dpsw_vlan_add_if()
750 u16 vlan_id, const struct dpsw_vlan_if_cfg *cfg) in dpsw_vlan_add_if_untagged()
781 u16 vlan_id, const struct dpsw_vlan_if_cfg *cfg) in dpsw_vlan_remove_if()
814 u16 vlan_id, const struct dpsw_vlan_if_cfg *cfg) in dpsw_vlan_remove_if_untagged()
869 const struct dpsw_fdb_cfg *cfg) in dpsw_fdb_add()
[all …]
/drivers/net/ethernet/marvell/octeontx2/af/
Drpm.c63 u64 cfg, last; in rpm_lmac_tx_enable() local
83 u64 cfg; in rpm_lmac_rx_tx_enable() local
100 u64 cfg; in rpm_lmac_enadis_rx_pause_fwding() local
120 u64 cfg; in rpm_lmac_get_pause_frm_status() local
137 u64 cfg; in rpm_lmac_enadis_pause_frm() local
168 u64 cfg; in rpm_lmac_pause_frm_config() local
298 u64 cfg; in rpm_lmac_internal_loopback() local
323 u64 cfg; in rpm_lmac_ptp_config() local
/drivers/cpufreq/
Ds3c24xx-cpufreq.c58 static void s3c_cpufreq_getcur(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_getcur()
76 static inline void s3c_cpufreq_calc(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calc()
97 struct s3c_cpufreq_config *cfg) in s3c_cpufreq_show()
107 static void s3c_cpufreq_setio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setio()
113 static int s3c_cpufreq_calcio(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcio()
121 static void s3c_cpufreq_setrefresh(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setrefresh()
126 static void s3c_cpufreq_setdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setdivs()
131 static int s3c_cpufreq_calcdivs(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_calcdivs()
136 static void s3c_cpufreq_setfvco(struct s3c_cpufreq_config *cfg) in s3c_cpufreq_setfvco()

12345678910>>...36