Home
last modified time | relevance | path

Searched defs:N (Results 201 – 220 of 220) sorted by relevance

123456789

/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c3069 unsigned int N, P, Q, M, T, R; in atyfb_setup_sparc() local
/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-velocity.c258 #define VELOCITY_PARAM(N, D) \ argument
/openbmc/linux/rust/alloc/
H A Dboxed.rs1656 ) -> Box<[T; N], A> { in boxed_slice_as_array_unchecked()
/openbmc/linux/fs/afs/
H A Dinternal.h1720 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
1767 #define ASSERTRANGE(L, OP1, N, OP2, H) \ argument
/openbmc/linux/drivers/spmi/
H A Dspmi-pmic-arb.c43 #define SPMI_MAPPING_TABLE_REG(N) (0x0B00 + (4 * (N))) argument
/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c1542 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) argument
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_perf.c2792 #define ctx_flexeuN(N) (ctx_flexeu0 + 2 * (N) + 1) in lrc_configure_all_contexts() argument
/openbmc/qemu/disas/
H A Dnios2.c439 #define MASK_R1_OPX(A, B, C, N) \ argument
1378 #define MASK_R2_OPX(A, B, C, N) \ argument
/openbmc/linux/drivers/edac/
H A Dsb_edac.c432 #define PCI_ID_TABLE_ENTRY(A, N, M, T) { \ argument
/openbmc/linux/sound/usb/
H A Dmixer_quirks.c1947 #define HDA_VERB_CMD(V, N, D) (((N) << 20) | ((V) << 8) | (D)) argument
/openbmc/linux/sound/pci/riptide/
H A Driptide.c1027 u32 D, M, N; in setsamplerate() local
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c2000 u16 N1, N2, N3, N4, N5, N6, N; in wlc_lcnphy_rfseq_tbl_adc_pwrup() local
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_type.h31 static inline u32 ice_round_to_num(u32 N, u32 R) in ice_round_to_num()
/openbmc/linux/arch/x86/kvm/
H A Demulate.c3990 #define N D(NotImpl) macro
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery-2.0.3.min.js4 …?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,k=/^-ms-/,N=/-([\da-z])/gi,E=fun… variable
H A Djquery-3.7.1.min.js2 …ribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}fu… function
/openbmc/qemu/linux-user/
H A Dstrace.c54 #define FLAG_BASIC(V, M, N) { V, M | QEMU_BUILD_BUG_ON_ZERO(!(M)), N } argument
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c2905 #define S(N,V) (((V)<<(N))|((V)>>(32-(N)))) argument
/openbmc/linux/net/core/
H A Ddev.c1660 #define N(val) \ in netdev_cmd_to_name() macro
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c164 #define NEXT_TX(N) (((N) + 1) & (TG3_TX_RING_SIZE - 1)) argument

123456789