/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_config.h | 53 #define CFG_GET_IQ_CFG(cfg) ((cfg)->iq) argument 54 #define CFG_GET_IQ_NUM_DESC(cfg) ((cfg)->iq.num_descs) argument 55 #define CFG_GET_IQ_INSTR_TYPE(cfg) ((cfg)->iq.instr_type) argument 56 #define CFG_GET_IQ_PKIND(cfg) ((cfg)->iq.pkind) argument 57 #define CFG_GET_IQ_INSTR_SIZE(cfg) (64) argument 58 #define CFG_GET_IQ_DB_MIN(cfg) ((cfg)->iq.db_min) argument 59 #define CFG_GET_IQ_INTR_THRESHOLD(cfg) ((cfg)->iq.intr_threshold) argument 61 #define CFG_GET_OQ_NUM_DESC(cfg) ((cfg)->oq.num_descs) argument 62 #define CFG_GET_OQ_BUF_SIZE(cfg) ((cfg)->oq.buf_size) argument 63 #define CFG_GET_OQ_REFILL_THRESHOLD(cfg) ((cfg)->oq.refill_threshold) argument [all …]
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-lite-reg.c | 23 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 …]
|
H A D | fimc-reg.c | 21 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 …]
|
/openbmc/linux/drivers/media/platform/samsung/exynos-gsc/ |
H A D | gsc-regs.c | 22 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 …]
|
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_config.h | 121 #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 …]
|
/openbmc/linux/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-regs.c | 18 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 …]
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | main.c | 45 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 …]
|
H A D | superpipe.c | 95 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 439 struct cxlflash_cfg *cfg = ctxi->cfg; in get_rhte() local 483 struct cxlflash_cfg *cfg = ctxi->cfg; in rhte_checkout() local 634 struct cxlflash_cfg *cfg = shost_priv(sdev->host); in _cxlflash_disk_release() local 751 static void destroy_context(struct cxlflash_cfg *cfg, in destroy_context() 780 static struct ctx_info *create_context(struct cxlflash_cfg *cfg) in create_context() [all …]
|
H A D | lunmgt.c | 33 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
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_configfs.c | 19 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 …]
|
/openbmc/u-boot/drivers/power/ |
H A D | axp221.c | 31 u8 cfg = axp221_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local 53 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc2() local 70 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1860, 20); in axp_set_dcdc3() local 87 u8 cfg = axp221_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc4() local 104 u8 cfg = axp221_mvolt_to_cfg(mvolt, 1000, 2550, 50); in axp_set_dcdc5() local 121 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo1() local 138 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo2() local 155 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_aldo3() local 171 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_dldo() local 192 u8 cfg = axp221_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_eldo() local
|
H A D | axp809.c | 32 u8 cfg = axp809_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local 54 u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc2() local 71 u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1860, 20); in axp_set_dcdc3() local 88 u8 cfg = axp809_mvolt_to_cfg(mvolt, 600, 1540, 20); in axp_set_dcdc4() local 108 u8 cfg = axp809_mvolt_to_cfg(mvolt, 1000, 2550, 50); in axp_set_dcdc5() local 125 u8 cfg; in axp_set_aldo() local 167 u8 cfg = axp809_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_dldo() local 190 u8 cfg = axp809_mvolt_to_cfg(mvolt, 700, 3300, 100); in axp_set_eldo() local
|
H A D | axp818.c | 32 u8 cfg = axp818_mvolt_to_cfg(mvolt, 1600, 3400, 100); in axp_set_dcdc1() local 49 u8 cfg; in axp_set_dcdc2() local 71 u8 cfg; in axp_set_dcdc3() local 93 u8 cfg; in axp_set_dcdc5() local 115 u8 cfg; in axp_set_aldo() local 152 u8 cfg; in axp_set_dldo() local 175 u8 cfg; in axp_set_eldo() local 196 u8 cfg; in axp_set_fldo() local
|
/openbmc/u-boot/include/linux/ |
H A D | kconfig.h | 20 #define config_enabled(cfg) _config_enabled(cfg) argument 59 #define config_val(cfg) _config_val(_IS_TPL, cfg) argument 60 #define _config_val(x, cfg) __config_val(x, cfg) argument 61 #define __config_val(x, cfg) ___config_val(__ARG_PLACEHOLDER_##x, cfg) argument 62 #define ___config_val(arg1_or_junk, cfg) \ argument 66 #define config_val(cfg) _config_val(_IS_SPL, cfg) argument 67 #define _config_val(x, cfg) __config_val(x, cfg) argument 68 #define __config_val(x, cfg) ___config_val(__ARG_PLACEHOLDER_##x, cfg) argument 69 #define ___config_val(arg1_or_junk, cfg) \ argument
|
/openbmc/linux/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi.c | 66 static void setup_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_gpr() 74 static int check_gpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, uint64_t svcr) in check_gpr() 99 static void setup_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_fpr() 106 static int check_fpr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_fpr() 145 static void setup_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_z() 152 static int check_z(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_z() 204 static void setup_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_p() 211 static int check_p(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_p() 236 static void setup_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in setup_ffr() 258 static int check_ffr(struct syscall_cfg *cfg, int sve_vl, int sme_vl, in check_ffr() [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rpm.c | 133 u64 cfg, last; in rpm_lmac_tx_enable() local 153 u64 cfg; in rpm_lmac_rx_tx_enable() local 171 u64 cfg; in rpm_lmac_enadis_rx_pause_fwding() local 199 u64 cfg; in rpm_lmac_get_pause_frm_status() local 217 u64 quanta_offset = 0, quanta_thresh = 0, cfg; in rpm_cfg_pfc_quanta_thresh() local 295 u64 cfg; in rpm2_lmac_cfg_bp() local 315 u64 cfg; in rpm_lmac_cfg_bp() local 337 u64 cfg; in rpm_lmac_enadis_pause_frm() local 364 u64 cfg, pfc_class_mask_cfg; in rpm_lmac_pause_frm_config() local 455 u64 cfg; in rpm_stats_reset() local [all …]
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_pci_modern_dev.c | 389 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_features() local 410 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_driver_features() local 431 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_set_features() local 448 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_generation() local 462 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_get_status() local 476 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_set_status() local 494 struct virtio_pci_modern_common_cfg __iomem *cfg; in vp_modern_get_queue_reset() local 510 struct virtio_pci_modern_common_cfg __iomem *cfg; in vp_modern_set_queue_reset() local 536 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_queue_vector() local 555 struct virtio_pci_common_cfg __iomem *cfg = mdev->common; in vp_modern_config_vector() local [all …]
|
/openbmc/linux/arch/x86/pci/ |
H A D | mmconfig_64.c | 21 struct pci_mmcfg_region *cfg = pci_mmconfig_lookup(seg, bus); in pci_dev_base() local 99 static void __iomem *mcfg_ioremap(struct pci_mmcfg_region *cfg) in mcfg_ioremap() 116 struct pci_mmcfg_region *cfg; in pci_mmcfg_arch_init() local 131 struct pci_mmcfg_region *cfg; in pci_mmcfg_arch_free() local 137 int pci_mmcfg_arch_map(struct pci_mmcfg_region *cfg) in pci_mmcfg_arch_map() 148 void pci_mmcfg_arch_unmap(struct pci_mmcfg_region *cfg) in pci_mmcfg_arch_unmap()
|
H A D | mmconfig-shared.c | 37 static void __init pci_mmconfig_remove(struct pci_mmcfg_region *cfg) in pci_mmconfig_remove() 47 struct pci_mmcfg_region *cfg, *tmp; in free_all_mmcfg() local 56 struct pci_mmcfg_region *cfg; in list_add_sorted() local 121 struct pci_mmcfg_region *cfg; in pci_mmconfig_lookup() local 327 struct pci_mmcfg_region *cfg, *cfgx; in pci_mmcfg_check_end_bus_number() local 475 struct pci_mmcfg_region *cfg, in is_mmconf_reserved() 526 pci_mmcfg_check_reserved(struct device *dev, struct pci_mmcfg_region *cfg, int early) in pci_mmcfg_check_reserved() 598 struct pci_mmcfg_region *cfg; in pci_mmcfg_reject_broken() local 610 struct acpi_mcfg_allocation *cfg) in acpi_mcfg_check_entry() 630 struct acpi_mcfg_allocation *cfg_table, *cfg; in pci_parse_mcfg() local [all …]
|
/openbmc/qemu/roms/ |
H A D | edk2-build.py | 44 def get_coredir(cfg): argument 49 def get_toolchain(cfg, build): argument 56 def get_version(cfg, silent = False): argument 88 def pcd_version(cfg, silent = False): argument 179 def build_one(cfg, build, jobs = None, silent = False, nologs = False): argument 248 def prepare_env(cfg, silent = False): argument 319 def build_list(cfg): argument
|
/openbmc/linux/drivers/leds/ |
H A D | leds-lp55xx-common.c | 45 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_reset_device() local 55 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_detect_device() local 78 struct lp55xx_device_config *cfg = chip->cfg; in lp55xx_post_init_device() local 143 struct lp55xx_device_config *cfg = led->chip->cfg; in lp55xx_set_mc_brightness() local 154 struct lp55xx_device_config *cfg = led->chip->cfg; in lp55xx_set_brightness() local 164 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 …]
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_fimc.c | 139 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 …]
|
/openbmc/linux/drivers/phy/ |
H A D | phy-core-mipi-dphy.c | 24 struct phy_configure_opts_mipi_dphy *cfg) in phy_mipi_dphy_calc_config() 84 struct phy_configure_opts_mipi_dphy *cfg) in phy_mipi_dphy_get_default_config() 93 struct phy_configure_opts_mipi_dphy *cfg) in phy_mipi_dphy_get_default_config_for_hsclk() 107 int phy_mipi_dphy_config_validate(struct phy_configure_opts_mipi_dphy *cfg) in phy_mipi_dphy_config_validate()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/ |
H A D | virtual_isys.c | 279 isp2401_input_system_cfg_t *cfg, in create_input_system_channel() 353 isp2401_input_system_cfg_t *cfg, in create_input_system_input_port() 641 pixelgen_tpg_cfg_t *cfg) in calculate_tpg_cfg() 652 pixelgen_prbs_cfg_t *cfg) in calculate_prbs_cfg() 661 csi_rx_frontend_cfg_t *cfg) in calculate_fe_cfg() 671 csi_rx_backend_cfg_t *cfg) in calculate_be_cfg() 701 stream2mmio_cfg_t *cfg in calculate_stream2mmio_cfg() 718 ibuf_ctrl_cfg_t *cfg) in calculate_ibuf_ctrl_cfg() 800 isys2401_dma_cfg_t *cfg) in calculate_isys2401_dma_cfg() 822 isys2401_dma_port_cfg_t *cfg) in calculate_isys2401_dma_port_cfg()
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | fsl_lsch3_serdes.c | 52 __weak int serdes_get_number(int serdes, int cfg) in serdes_get_number() 86 u32 cfg = 0; in serdes_get_first_lane() local 134 u32 cfg; in serdes_init() local 281 static void do_enabled_lanes_reset(u32 serdes_id, u32 cfg, in do_enabled_lanes_reset() 307 static void do_pll_reset(u32 cfg, in do_pll_reset() 329 static void do_rx_tx_cal_reset_comp(u32 cfg, int i, in do_rx_tx_cal_reset_comp() 340 static void do_pll_reset_done(u32 cfg, in do_pll_reset_done() 355 static void do_serdes_enable(u32 cfg, in do_serdes_enable() 371 static void do_pll_lock(u32 cfg, in do_pll_lock()
|