/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_cx0_phy.c | 527 .cmn = 0x21, 553 .cmn = 0x21, 579 .cmn = 0x21, 605 .cmn = 0x21, 631 .cmn = 0x21, 657 .cmn = 0x21, 683 .cmn = 0x21, 709 .cmn = 0x21, 735 .cmn = 0x21, 786 .cmn = {0x0500, /* cmn cfg0*/ [all …]
|
H A D | intel_dpll_mgr.h | 247 u8 cmn; member 254 u16 cmn[4]; member
|
H A D | intel_display_power.c | 1854 struct i915_power_well *cmn = in vlv_cmnlane_wa() local 1860 if (intel_power_well_is_enabled(display, cmn) && in vlv_cmnlane_wa() 1877 intel_power_well_disable(display, cmn); in vlv_cmnlane_wa()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 594 if (fabric_param_changed && !sp->cmn.clean_address_bit && in lpfc_check_clean_addr_bit() 633 phba->fc_edtov = be32_to_cpu(sp->cmn.e_d_tov); in lpfc_cmpl_els_flogi_fabric() 634 if (sp->cmn.edtovResolution) /* E_D_TOV ticks are in nanoseconds */ in lpfc_cmpl_els_flogi_fabric() 637 phba->fc_edtovResol = sp->cmn.edtovResolution; in lpfc_cmpl_els_flogi_fabric() 638 phba->fc_ratov = (be32_to_cpu(sp->cmn.w2.r_a_tov) + 999) / 1000; in lpfc_cmpl_els_flogi_fabric() 655 ndlp->nlp_maxframe = ((sp->cmn.bbRcvSizeMsb & 0x0F) << 8) | in lpfc_cmpl_els_flogi_fabric() 656 sp->cmn.bbRcvSizeLsb; in lpfc_cmpl_els_flogi_fabric() 682 if (sp->cmn.response_multiple_NPort) { in lpfc_cmpl_els_flogi_fabric() 687 sp->cmn.response_multiple_NPort); in lpfc_cmpl_els_flogi_fabric() 1092 ulp_word4, sp->cmn.e_d_tov, in lpfc_cmpl_els_flogi() [all …]
|
H A D | lpfc_ct.c | 2932 (((uint32_t)hsp->cmn.bbRcvSizeMsb & 0x0F) << 8) | in lpfc_fdmi_port_attr_max_frame() 2933 (uint32_t)hsp->cmn.bbRcvSizeLsb); in lpfc_fdmi_port_attr_max_frame()
|
/linux/arch/arm/lib/ |
H A D | memmove.S | 75 PLD( cmn r2, #96 ) 175 PLD( cmn r2, #96 )
|
H A D | copy_template.S | 109 PLD( cmn r2, #96 ) 225 PLD( cmn r2, #96 )
|
H A D | lib1funcs.S | 193 2: cmn \order, #2
|
/linux/drivers/perf/ |
H A D | Makefile | 4 obj-$(CONFIG_ARM_CMN) += arm-cmn.o
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_fwif_shared.h | 91 struct rogue_fwif_cmd_common cmn; member
|
H A D | pvr_rogue_fwif_shared_check.h | 103 OFFSET_CHECK(struct rogue_fwif_cmd_geom_frag_shared, cmn, 0);
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | bgmac-bcma.c | 82 bcma_maskset32(bgmac->bcma.cmn, offset, mask, set); in bcma_bgmac_cmn_maskset32() 175 bgmac->bcma.cmn = core->bus->drv_gmac_cmn.core; in bgmac_probe()
|
H A D | bgmac.h | 449 struct bcma_device *cmn; member
|
/linux/arch/arm64/boot/dts/renesas/ |
H A D | r9a07g043u.dtsi | 107 reset-names = "presetn", "cmn-rstb";
|
H A D | r9a07g054.dtsi | 750 reset-names = "presetn", "cmn-rstb";
|
H A D | r9a07g044.dtsi | 745 reset-names = "presetn", "cmn-rstb";
|
/linux/drivers/infiniband/hw/qedr/ |
H A D | qedr_hsi_rdma.h | 101 struct rdma_cqe_common cmn; member
|
/linux/arch/arm/kernel/ |
H A D | phys2virt.S | 58 cmn r0, #1
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | wmi.c | 6921 void ath10k_wmi_put_start_scan_common(struct wmi_start_scan_common *cmn, in ath10k_wmi_put_start_scan_common() argument 6933 cmn->scan_id = __cpu_to_le32(scan_id); in ath10k_wmi_put_start_scan_common() 6934 cmn->scan_req_id = __cpu_to_le32(scan_req_id); in ath10k_wmi_put_start_scan_common() 6935 cmn->vdev_id = __cpu_to_le32(arg->vdev_id); in ath10k_wmi_put_start_scan_common() 6936 cmn->scan_priority = __cpu_to_le32(arg->scan_priority); in ath10k_wmi_put_start_scan_common() 6937 cmn->notify_scan_events = __cpu_to_le32(arg->notify_scan_events); in ath10k_wmi_put_start_scan_common() 6938 cmn->dwell_time_active = __cpu_to_le32(arg->dwell_time_active); in ath10k_wmi_put_start_scan_common() 6939 cmn->dwell_time_passive = __cpu_to_le32(arg->dwell_time_passive); in ath10k_wmi_put_start_scan_common() 6940 cmn->min_rest_time = __cpu_to_le32(arg->min_rest_time); in ath10k_wmi_put_start_scan_common() 6941 cmn->max_rest_time = __cpu_to_le32(arg->max_rest_time); in ath10k_wmi_put_start_scan_common() [all …]
|
/linux/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 1618 qpn = cqe->cmn.qpn & OCRDMA_CQE_QPN_MASK; in ocrdma_discard_cqes() 1644 cqe->cmn.qpn = 0; in ocrdma_discard_cqes() 2770 qpn = (le32_to_cpu(cqe->cmn.qpn) & OCRDMA_CQE_QPN_MASK); in ocrdma_poll_hwcq() 2789 cqe->cmn.qpn = 0; in ocrdma_poll_hwcq()
|
H A D | ocrdma_sli.h | 1799 } cmn; member
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3588-extra.dtsi | 415 reset-names = "init", "cmn", "lane", "pcs_apb", "pma_apb";
|
/linux/arch/arm/crypto/ |
H A D | aes-ce-core.S | 384 cmn r6, r4 @ 32 bit overflow?
|
H A D | sha1-armv4-large.S | 304 cmn sp,#0 @ [+3], clear carry to denote 20_39
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_ethtool.c | 526 int rx, tx, cmn; in bnxt_get_num_ring_stats() local 531 cmn = NUM_RING_CMN_SW_STATS; in bnxt_get_num_ring_stats() 534 cmn * bp->cp_nr_rings; in bnxt_get_num_ring_stats() 641 sw = (u64 *)&cpr->sw_stats->cmn; in bnxt_get_ethtool_stats()
|