Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
Dmad.c540 static int __subn_get_opa_nodedesc(struct opa_smp *smp, u32 am, in __subn_get_opa_nodedesc()
561 static int __subn_get_opa_nodeinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_nodeinfo()
754 static int __subn_get_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_portinfo()
979 static int __subn_get_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_pkeytable()
1309 static int __subn_set_opa_portinfo(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_portinfo()
1678 static int __subn_set_opa_pkeytable(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_pkeytable()
1785 static int __subn_get_opa_sl_to_sc(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_sl_to_sc()
1808 static int __subn_set_opa_sl_to_sc(struct opa_smp *smp, u32 am, u8 *data, in __subn_set_opa_sl_to_sc()
1837 static int __subn_get_opa_sc_to_sl(struct opa_smp *smp, u32 am, u8 *data, in __subn_get_opa_sc_to_sl()
1860 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.h319 #define OPA_AM_NPORT(am) (((am) >> OPA_AM_NPORT_SHIFT) & \ argument
325 #define OPA_AM_NBLK(am) (((am) >> OPA_AM_NBLK_SHIFT) & \ argument
332 #define OPA_AM_START_BLK(am) (((am) >> OPA_AM_START_BLK_SHIFT) & \ argument
338 #define OPA_AM_PORTNUM(am) (((am) >> OPA_AM_PORTNUM_SHIFT) & \ argument
344 #define OPA_AM_ASYNC(am) (((am) >> OPA_AM_ASYNC_SHIFT) & \ argument
351 #define OPA_AM_START_SM_CFG(am) (((am) >> OPA_AM_START_SM_CFG_SHIFT) \ argument
357 #define OPA_AM_CI_ADDR(am) (((am) >> OPA_AM_CI_ADDR_SHIFT) & \ argument
363 #define OPA_AM_CI_LEN(am) (((am) >> OPA_AM_CI_LEN_SHIFT) & \ argument
/kernel/linux/linux-5.10/fs/f2fs/
Dgc.c371 struct atgc_management *am = &sbi->am; in attach_victim_entry() local
392 struct atgc_management *am = &sbi->am; in insert_victim_entry() local
440 struct atgc_management *am = &sbi->am; in lookup_central_victim() local
453 struct atgc_management *am = &sbi->am; in atgc_lookup_victim() local
529 struct atgc_management *am = &sbi->am; in atssr_lookup_victim() local
614 struct atgc_management *am = &sbi->am; in release_victim_entry() local
1843 struct atgc_management *am = &sbi->am; in init_atgc_management() local
/kernel/linux/linux-6.6/arch/mips/kernel/
Dsegment.c18 unsigned int am; in build_segment_config() local
/kernel/linux/linux-6.6/fs/f2fs/
Dgc.c423 struct atgc_management *am = &sbi->am; in __lookup_victim_entry() local
441 struct atgc_management *am = &sbi->am; in __create_victim_entry() local
458 struct atgc_management *am = &sbi->am; in __insert_victim_entry() local
524 struct atgc_management *am = &sbi->am; in atgc_lookup_victim() local
597 struct atgc_management *am = &sbi->am; in atssr_lookup_victim() local
673 struct atgc_management *am = &sbi->am; in release_victim_entry() local
1958 struct atgc_management *am = &sbi->am; in init_atgc_management() local
/kernel/linux/linux-5.10/arch/mips/kernel/
Dsegment.c18 unsigned int am; in build_segment_config() local
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/
Dmonitor.c196 struct arch_mbm_state *am; in resctrl_arch_reset_rmid() local
237 struct arch_mbm_state *am; in resctrl_arch_rmid_read() local
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasound_fm.h30 unsigned char am; member
/kernel/linux/linux-5.10/include/uapi/sound/
Dasound_fm.h46 unsigned char am; /* amplitude modulation */ member
/kernel/linux/linux-6.6/include/uapi/sound/
Dasound_fm.h31 unsigned char am; /* amplitude modulation */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
Dasound_fm.h30 unsigned char am; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasound_fm.h17 unsigned char am; member
/kernel/linux/linux-5.10/drivers/clk/
Dclk-stm32f4.c418 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_recalc_rate() local
429 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_round_rate() local
466 struct clk_apb_mul *am; in clk_register_apb_mul() local
/kernel/linux/linux-6.6/drivers/clk/
Dclk-stm32f4.c418 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_recalc_rate() local
429 struct clk_apb_mul *am = to_clk_apb_mul(hw); in clk_apb_mul_round_rate() local
466 struct clk_apb_mul *am; in clk_register_apb_mul() local
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
Dsvgalib.c383 u16 am, an, ar; in svga_compute_pll() local
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
Dsvgalib.c378 u16 am, an, ar; in svga_compute_pll() local
/kernel/linux/linux-6.6/drivers/staging/vme_user/
Dvme.c237 static u32 vme_get_aspace(int am) in vme_get_aspace()
1242 unsigned long long address, int am) in vme_bus_error_handler()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/input/misc/
Dyealink.c61 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument

12