| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-config.sh | 58 local INDEX 59 read -p "Which would you like? [1]: " INDEX 60 INDEX=$((${INDEX:-1} - 1)) 61 DEFCONFIG="${DEFCONFIG_ARRAY[$INDEX]}" 91 local INDEX 92 read -p "Which would you like? [1]: " INDEX 93 INDEX=$((${INDEX:-1} - 1)) 94 CHIP="${CHIP_ARRAY[$INDEX]}"
|
| H A D | release-chip.sh | 17 local INDEX 18 read -p "Which would you like? [1]: " INDEX 19 INDEX=$((${INDEX:-1} - 1)) 20 CHIP="${CHIP_ARRAY[$INDEX]}"
|
| H A D | release-doc.sh | 17 local INDEX 18 read -p "Which would you like? [1]: " INDEX 19 INDEX=$((${INDEX:-1} - 1)) 20 CHIP="${CHIP_ARRAY[$INDEX]}"
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 00-config.sh | 58 local INDEX 59 read -p "Which would you like? [1]: " INDEX 60 INDEX=$((${INDEX:-1} - 1)) 61 DEFCONFIG="${DEFCONFIG_ARRAY[$INDEX]}" 91 local INDEX 92 read -p "Which would you like? [1]: " INDEX 93 INDEX=$((${INDEX:-1} - 1)) 94 CHIP="${CHIP_ARRAY[$INDEX]}"
|
| /OK3568_Linux_fs/buildroot/build/ |
| H A D | envsetup.sh | 16 local INDEX 18 read -p "Which would you like? [1]: " INDEX 19 INDEX=$((${INDEX:-1} - 1)) 21 if echo $INDEX | grep -vq [^0-9]; then 22 RK_BOARD="${RK_BOARD_ARRAY[$INDEX]}"
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | envsetup.sh | 16 local INDEX 18 read -p "Which would you like? [1]: " INDEX 19 INDEX=$((${INDEX:-1} - 1)) 21 if echo $INDEX | grep -vq [^0-9]; then 22 RK_BOARD="${RK_BOARD_ARRAY[$INDEX]}"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_schema.sql | 54 CREATE INDEX resources_accessed 57 CREATE INDEX tiles_accessed 60 CREATE INDEX region_resources_resource_id 63 CREATE INDEX region_tiles_tile_id
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/ |
| H A D | cvmx-helper.c | 783 #define INDEX(port) (port & 0xf) in __cvmx_helper_errata_fix_ipd_ptr_alignment() macro 797 (INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 804 (INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 807 (INDEX(FIX_IPD_OUTPORT), INTERFACE(FIX_IPD_OUTPORT))); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 839 1 << INDEX(FIX_IPD_OUTPORT)); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 893 (INDEX(FIX_IPD_OUTPORT), in __cvmx_helper_errata_fix_ipd_ptr_alignment() 897 (INDEX(FIX_IPD_OUTPORT), in __cvmx_helper_errata_fix_ipd_ptr_alignment() 900 1 << INDEX(FIX_IPD_OUTPORT)); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 902 1 << INDEX(FIX_IPD_OUTPORT)); in __cvmx_helper_errata_fix_ipd_ptr_alignment() 905 (INDEX(FIX_IPD_OUTPORT), in __cvmx_helper_errata_fix_ipd_ptr_alignment() [all …]
|
| /OK3568_Linux_fs/kernel/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;\
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial-uclass.c | 113 #define INDEX (CONFIG_CONS_INDEX - 1) in serial_find_console_or_panic() macro 115 #define INDEX 0 in serial_find_console_or_panic() 117 if (!uclass_get_device_by_seq(UCLASS_SERIAL, INDEX, &dev) || in serial_find_console_or_panic() 118 !uclass_get_device(UCLASS_SERIAL, INDEX, &dev) || in serial_find_console_or_panic() 123 #undef INDEX in serial_find_console_or_panic()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | omap_mmc.h | 109 #define INDEX(i) (i << 24) macro 165 #define MMC_CMD0 (INDEX(0) | RSP_TYPE_NONE | DP_NO_DATA | DDIR_WRITE)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gimple.def | 59 /* GIMPLE_SWITCH <INDEX, DEFAULT_LAB, LAB1, ..., LABN> represents the 62 switch (INDEX) 70 INDEX is the variable evaluated to decide which label to jump to. 238 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY> 243 for (INDEX = INITIAL; INDEX COND FINAL; INDEX {+=,-=} INCR) 253 INDEX must be an integer or pointer variable, which is implicitly thread 256 INITIAL is the initial value given to INDEX. It must be 259 FINAL is the final value that INDEX should take. It must
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gimple.def | 59 /* GIMPLE_SWITCH <INDEX, DEFAULT_LAB, LAB1, ..., LABN> represents the 62 switch (INDEX) 70 INDEX is the variable evaluated to decide which label to jump to. 238 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY> 243 for (INDEX = INITIAL; INDEX COND FINAL; INDEX {+=,-=} INCR) 253 INDEX must be an integer or pointer variable, which is implicitly thread 256 INITIAL is the initial value given to INDEX. It must be 259 FINAL is the final value that INDEX should take. It must
|
| /OK3568_Linux_fs/kernel/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() 463 int index = INDEX(priv->port); in cvm_oct_common_open()
|
| /OK3568_Linux_fs/kernel/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-
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0025-RH-add-mpathconf.patch | 147 + INDEX=0 148 + while [ "$INDEX" -lt "$WWIDS" ] ; do 149 + if [ "$1" = "${WWID_LIST[$INDEX]}" ] ; then 152 + ((INDEX++)) 311 + INDEX=0 312 + while [ "$INDEX" -lt "$WWIDS" ] ; do 314 + wwid '"\"${WWID_LIST[$INDEX]}\""' 316 + ((INDEX++))
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/auxdisplay/ |
| H A D | ks0108.rst | 11 .. INDEX
|
| /OK3568_Linux_fs/kernel/sound/pci/ |
| H A D | sonicvibes.c | 297 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out1() 310 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_out() 321 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in1() 334 outb(reg, SV_REG(sonic, INDEX)); in snd_sonicvibes_in() 347 inb(SV_REG(sonic, INDEX)), inb(SV_REG(sonic, STATUS))); 455 outb(SV_MCE | SV_IREG_DMA_DATA_FMT, SV_REG(sonic, INDEX)); in snd_sonicvibes_setfmt() 463 outb(0, SV_REG(sonic, INDEX)); in snd_sonicvibes_setfmt()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | fwsignal.c | 546 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() 2067 ifidx = brcmf_skb_if_flags_get_field(skb, INDEX); in brcmf_fws_commit_skb() 2128 brcmf_skb_if_flags_set_field(skb, INDEX, ifp->ifidx); in brcmf_fws_process_skb() 2223 INDEX); in brcmf_fws_dequeue_worker()
|