/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
H A D | blank-cert9.db | 4 …INDEX ckaid ON nssPublic (a102)>UindexlabelnssPublicCREATE INDEX label ON nssPublic (a3)D…
|
H A D | blank-key4.db | 6 …INDEX ckaid ON nssPrivate (a102)@!WindexlabelnssPrivateCREATE INDEX label ON nssPrivate (a3)…
|
/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-helper.c | 789 #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 …]
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_btree.h | 117 #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;\
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial-uclass.c | 114 #define INDEX (CONFIG_CONS_INDEX - 1) in serial_find_console_or_panic() macro 116 #define INDEX 0 in serial_find_console_or_panic() 120 if (!uclass_get_device_by_seq(UCLASS_SERIAL, INDEX, &dev) || in serial_find_console_or_panic() 121 !uclass_get_device(UCLASS_SERIAL, INDEX, &dev)) { in serial_find_console_or_panic() 139 if (!uclass_get_device_by_seq(UCLASS_SERIAL, INDEX, &dev) || in serial_find_console_or_panic() 140 !uclass_get_device(UCLASS_SERIAL, INDEX, &dev) || in serial_find_console_or_panic() 147 #undef INDEX in serial_find_console_or_panic()
|
/openbmc/linux/drivers/watchdog/ |
H A D | machzwd.c | 45 #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()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_internal.h | 87 #define HW_ATL2_ACTION(ACTION, RSS, INDEX, VALID) \ argument 90 (((INDEX) & 0x3FU) << 2) | \
|
H A D | hw_atl2_llh_internal.h | 88 #define HW_ATL2_RPF_RSS_REDIR_ADR(TC, INDEX) (0x00006200 + \ argument 89 (0x100 * !!((TC) > 3)) + (INDEX) * 4)
|
/openbmc/linux/drivers/staging/octeon/ |
H A D | ethernet-rgmii.c | 28 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 D | ethernet-util.h | 44 static inline int INDEX(int ipd_port) in INDEX() function
|
H A D | ethernet.c | 254 int index = INDEX(priv->port); in cvm_oct_common_change_mtu() 301 int index = INDEX(priv->port); in cvm_oct_common_set_multicast_list() 355 int index = INDEX(priv->port); in cvm_oct_set_mac_filter() 459 int index = INDEX(priv->port); in cvm_oct_common_open()
|
H A D | ethernet-mdio.c | 111 int index = INDEX(priv->port); in cvm_oct_common_stop()
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | omap_mmc.h | 125 #define INDEX(i) (i << 24) macro 198 #define MMC_CMD0 (INDEX(0) | RSP_TYPE_NONE | DP_NO_DATA | DDIR_WRITE)
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.c | 121 #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()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | smsc47b397.rst | 121 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-
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | assoc_array.rst | 366 INDEX KEY PREFIX NODE 390 SLOT CONTENT INDEX KEY (PREFIX)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0005-RH-add-mpathconf.patch | 144 + INDEX=0 145 + while [ "$INDEX" -lt "$WWIDS" ] ; do 146 + if [ "$1" = "${WWID_LIST[$INDEX]}" ] ; then 149 + ((INDEX++)) 308 + INDEX=0 309 + while [ "$INDEX" -lt "$WWIDS" ] ; do 311 + wwid '"\"${WWID_LIST[$INDEX]}\""' 313 + ((INDEX++))
|
/openbmc/linux/Documentation/admin-guide/auxdisplay/ |
H A D | ks0108.rst | 11 .. INDEX
|
H A D | cfag12864b.rst | 11 .. INDEX
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | tlb_helper.c | 228 env->CSR_TLBIDX = FIELD_DP64(env->CSR_TLBIDX, CSR_TLBIDX, INDEX, index); in helper_tlbsrch() 242 index = FIELD_EX64(env->CSR_TLBIDX, CSR_TLBIDX, INDEX); in helper_tlbrd() 274 int index = FIELD_EX64(env->CSR_TLBIDX, CSR_TLBIDX, INDEX); in helper_tlbwr() 330 index = FIELD_EX64(env->CSR_TLBIDX, CSR_TLBIDX, INDEX); in helper_tlbclr() 361 index = FIELD_EX64(env->CSR_TLBIDX, CSR_TLBIDX, INDEX); in helper_tlbflush()
|
/openbmc/linux/sound/pci/ |
H A D | sonicvibes.c | 296 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out1() 309 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out() 320 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in1() 333 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in() 346 inb(SV_REG(sonic, INDEX)), inb(SV_REG(sonic, STATUS))); 454 outb(SV_MCE | SV_IREG_DMA_DATA_FMT, SV_REG(sonic, INDEX)); in snd_sonicvibes_setfmt() 462 outb(0, SV_REG(sonic, INDEX)); in snd_sonicvibes_setfmt()
|
/openbmc/linux/sound/pci/ice1712/ |
H A D | ice1712.h | 492 outb(addr, ICEREG(ice, INDEX)); in snd_ice1712_write() 498 outb(addr, ICEREG(ice, INDEX)); in snd_ice1712_read()
|
/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 305 #define fVARRAY_ELEMENT_ACCESS(ARRAY, TYPE, INDEX) \ argument 306 ARRAY.v[(INDEX) / (fVECSIZE() / (sizeof(ARRAY.TYPE[0])))].TYPE[(INDEX) % \
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | frontend-property-satellite-systems.rst | 63 - :ref:`DTV_SCRAMBLING_SEQUENCE_INDEX <DTV-SCRAMBLING-SEQUENCE-INDEX>`
|
/openbmc/linux/crypto/ |
H A D | camellia_generic.c | 354 #define SUBKEY_L(INDEX) (subkey[(INDEX)*2]) argument 355 #define SUBKEY_R(INDEX) (subkey[(INDEX)*2 + 1]) argument
|