Home
last modified time | relevance | path

Searched defs:am (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dmad.c582 static int __subn_get_opa_nodedesc(struct opa_smp *smp, u32 am, in __subn_get_opa_nodedesc()
603 static int __subn_get_opa_nodeinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_nodeinfo()
796 static int __subn_get_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_portinfo()
1021 static int __subn_get_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_pkeytable()
1351 static int __subn_set_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_portinfo()
1720 static int __subn_set_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_pkeytable()
1827 static int __subn_get_opa_sl_to_sc(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_sl_to_sc()
1850 static int __subn_set_opa_sl_to_sc(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_sl_to_sc()
1879 static int __subn_get_opa_sc_to_sl(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_sc_to_sl()
1902 static int __subn_set_opa_sc_to_sl(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_sc_to_sl()
[all …]
Dmad.h360 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ argument
366 #define OPA_AM_NBLK(am) (((am) >> OPA_AM_NBLK_SHIFT) & \ argument
373 #define OPA_AM_START_BLK(am) (((am) >> OPA_AM_START_BLK_SHIFT) & \ argument
379 #define OPA_AM_PORTNUM(am) (((am) >> OPA_AM_PORTNUM_SHIFT) & \ argument
385 #define OPA_AM_ASYNC(am) (((am) >> OPA_AM_ASYNC_SHIFT) & \ argument
392 #define OPA_AM_START_SM_CFG(am) (((am) >> OPA_AM_START_SM_CFG_SHIFT) \ argument
398 #define OPA_AM_CI_ADDR(am) (((am) >> OPA_AM_CI_ADDR_SHIFT) & \ argument
404 #define OPA_AM_CI_LEN(am) (((am) >> OPA_AM_CI_LEN_SHIFT) & \ argument
/Linux-v5.4/arch/mips/kernel/
Dsegment.c18 unsigned int am; in build_segment_config() local
/Linux-v5.4/drivers/media/tuners/
Dfc0012.c125 unsigned char reg[7], am, pm, multi, tmp; in fc0012_set_params() local
Dfc0013.c216 unsigned char reg[7], am, pm, multi, tmp; in fc0013_set_params() local
/Linux-v5.4/include/uapi/sound/
Dasound_fm.h46 unsigned char am; /* amplitude modulation */ member
/Linux-v5.4/drivers/clk/
Dclk-stm32f4.c422 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_recalc_rate() local
433 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_round_rate() local
470 struct clk_apb_mul *am; in clk_register_apb_mul() local
/Linux-v5.4/drivers/video/fbdev/core/
Dsvgalib.c383 u16 am, an, ar; in svga_compute_pll() local
/Linux-v5.4/drivers/vme/
Dvme.c246 static u32 vme_get_aspace(int am) in vme_get_aspace()
1255 unsigned long long address, int am) in vme_bus_error_handler()
/Linux-v5.4/drivers/input/misc/
Dyealink.c61 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument
/Linux-v5.4/include/linux/
Dintel-iommu.h329 #define QI_IOTLB_AM(am) (((u8)am)) argument
353 #define QI_EIOTLB_AM(am) (((u64)am)) argument
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dhandlers.c1810 #define MMIO_F(reg, s, f, am, rm, d, r, w) do { \ argument
1835 #define MMIO_RING_F(prefix, s, f, am, rm, d, r, w) do { \ argument
/Linux-v5.4/arch/mips/kvm/
Dvz.c642 static bool is_eva_am_mapped(struct kvm_vcpu *vcpu, unsigned int am, bool eu) in is_eva_am_mapped()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1264 struct drm_display_mode *am = in hdmi_v14_mode_apply() local
/Linux-v5.4/fs/ocfs2/dlm/
Ddlmcommon.h234 struct dlm_assert_master_priv am; member