Home
last modified time | relevance | path

Searched refs:INDEX (Results 1 – 25 of 30) sorted by relevance

12

/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper.c789 #define INDEX(port) (port & 0xf) in __cvmx_helper_errata_fix_ipd_ptr_alignment() macro
803 (INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
810 (INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
813 (INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
845 1 << INDEX(FIX_IPD_OUTPORT)); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
899 (INDEX(FIX_IPD_OUTPORT), in __cvmx_helper_errata_fix_ipd_ptr_alignment()
903 (INDEX(FIX_IPD_OUTPORT), in __cvmx_helper_errata_fix_ipd_ptr_alignment()
906 1 << INDEX(FIX_IPD_OUTPORT)); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
908 1 << INDEX(FIX_IPD_OUTPORT)); in __cvmx_helper_errata_fix_ipd_ptr_alignment()
911 (INDEX(FIX_IPD_OUTPORT), in __cvmx_helper_errata_fix_ipd_ptr_alignment()
[all …]
/linux/fs/jfs/
H A Djfs_btree.h117 #define BT_PUSH(BTSTACK, BN, INDEX)\ argument
121 (BTSTACK)->top->index = INDEX;\
142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
150 INDEX = (LEAF)->index;\
/linux/drivers/watchdog/
H A Dmachzwd.c45 #define INDEX 0x218 macro
74 #define zf_writew(port, data) { outb(port, INDEX); outw(data, DATA_W); }
75 #define zf_writeb(port, data) { outb(port, INDEX); outb(data, DATA_B); }
81 outb(port, INDEX); in zf_readw()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_internal.h87 #define HW_ATL2_ACTION(ACTION, RSS, INDEX, VALID) \ argument
90 (((INDEX) & 0x3FU) << 2) | \
H A Dhw_atl2_llh_internal.h88 #define HW_ATL2_RPF_RSS_REDIR_ADR(TC, INDEX) (0x00006200 + \ argument
89 (0x100 * !!((TC) > 3)) + (INDEX) * 4)
/linux/arch/mips/net/
H A Dbpf_jit_comp.c121 #define INDEX(desc) ((desc) & ~JIT_DESC_CONVERT) macro
171 u32 index = INDEX(ctx->descriptors[loc]); in get_target()
187 return (INDEX(ctx->descriptors[ctx->bpf_index + off]) - in get_offset()
561 if (INDEX(*descp) == 0) in setup_jmp()
583 offset = (INDEX(ctx->descriptors[target]) - in setup_jmp()
584 INDEX(ctx->descriptors[origin]) + 1) * sizeof(u32); in setup_jmp()
866 ctx->changes += INDEX(*descp) != ctx->jit_index; in build_body()
895 ctx->descriptors[i] = INDEX(ctx->descriptors[i]) | flag; in set_convert_flag()
/linux/drivers/staging/octeon/
H A Dethernet-rgmii.c28 int index = INDEX(priv->port); in cvm_oct_set_hw_preamble()
73 int index = INDEX(priv->port); in cvm_oct_check_preamble_errors()
H A Dethernet-util.h44 static inline int INDEX(int ipd_port) in INDEX() function
H A Dethernet-mdio.c109 int index = INDEX(priv->port); in cvm_oct_common_stop()
/linux/Documentation/hwmon/
H A Dsmsc47b397.rst121 In configuration mode, the INDEX PORT is located at the CONFIG PORT address and
122 the DATA PORT is at INDEX PORT address + 1.
127 (i.e., 0x07) to the INDEX PORT and then write the number of the
131 logical device to the INDEX PORT and then write or read the config-
/linux/Documentation/translations/zh_CN/core-api/
H A Dassoc_array.rst366 INDEX KEY PREFIX NODE
390 SLOT CONTENT INDEX KEY (PREFIX)
/linux/Documentation/admin-guide/auxdisplay/
H A Dks0108.rst11 .. INDEX
H A Dcfag12864b.rst11 .. INDEX
/linux/sound/pci/ice1712/
H A Dice1712.h492 outb(addr, ICEREG(ice, INDEX)); in snd_ice1712_write()
498 outb(addr, ICEREG(ice, INDEX)); in snd_ice1712_read()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwsignal.c546 u32 ifidx = brcmf_skb_if_flags_get_field(skb, INDEX); in brcmf_fws_ifidx_match()
867 entry->name, brcmf_skb_if_flags_get_field(skb, INDEX), in brcmf_fws_hdrpush()
947 ifidx = brcmf_skb_if_flags_get_field(skb, INDEX); in brcmf_fws_tim_update()
1323 brcmf_skb_if_flags_get_field(p, INDEX)); in brcmf_fws_enq()
1371 INDEX) in brcmf_fws_deq()
2062 ifidx = brcmf_skb_if_flags_get_field(skb, INDEX); in brcmf_fws_commit_skb()
2123 brcmf_skb_if_flags_set_field(skb, INDEX, ifp->ifidx); in brcmf_fws_process_skb()
2218 INDEX); in brcmf_fws_dequeue_worker()
/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend-property-satellite-systems.rst63 - :ref:`DTV_SCRAMBLING_SEQUENCE_INDEX <DTV-SCRAMBLING-SEQUENCE-INDEX>`
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_debugfs.c560 #define DEFINE_SRIOV_GT_THRESHOLD_DEBUGFS_ATTRIBUTE(THRESHOLD, INDEX) \ argument
564 return set_threshold(data, val, INDEX); \
569 return get_threshold(data, val, INDEX); \
/linux/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst38 [INDEX (optionally)]
43 [INDEX (optionally)]
/linux/Documentation/core-api/
H A Dassoc_array.rst420 INDEX KEY PREFIX NODE
451 SLOT CONTENT INDEX KEY (PREFIX)
463 SLOT CONTENT INDEX KEY (PREFIX)
/linux/Documentation/filesystems/caching/
H A Dcachefiles.rst246 /INDEX /INDEX /INDEX /DATA FILES
/linux/Documentation/input/devices/
H A Diforce-protocol.rst220 ff 01 QUERY [INDEX] CHECKSUM
/linux/drivers/block/
H A Dswim.c97 #define INDEX 0x073 macro
/linux/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h612 #define SET_INDEX(b, c, v) SET_CONTEXT_FIELD(b, c, V2PSR, INDEX, v)
799 #define GET_INDEX(b, c) GET_CONTEXT_FIELD(b, c, V2PSR, INDEX)
1179 #define INDEX (INDEX_MASK << INDEX_SHIFT) macro
/linux/drivers/gpu/drm/radeon/
H A Dnid.h713 #define INDEX(x) ((x) << 6) macro
/linux/drivers/net/ethernet/sun/
H A Dniu.h1945 #define ZCP_RAM_SEL_BAM(INDEX) (0x00 + (INDEX)) argument

12