Searched refs:pair (Results 101 - 120 of 120) sorted by relevance

12345

/linux-master/include/linux/mtd/
H A Dmtd.h116 * @pair: pair id
119 * The term "pair" is used here, even though TLC NANDs might group pages by 3
120 * (3 bits in a single cell). A pair should regroup all pages that are sharing
123 * @group is defining the position of a page in a given pair. It can also be
132 * pair-0 page-0 page-4
133 * pair-1 page-1 page-5
134 * pair-2 page-2 page-8
136 * pair-127 page-251 page-255
139 * Note that the "group" and "pair" term
144 int pair; member in struct:mtd_pairing_info
[all...]
/linux-master/arch/s390/kernel/
H A Dcert_store.c242 : [rp] "+d" (rp.pair)
H A Dipl.c192 : [r1] "+&d" (r1.pair)
/linux-master/drivers/net/ethernet/ti/
H A Dnetcp_ethss.c1892 int et_entry, j, pair; local
1894 for (pair = 0; pair < 2; pair++) {
1895 gbe_stats_mod_visible_ver14(gbe_dev, (pair ?
1900 et_entry = pair * half_num_et_stats + j;
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c475 walk->pair = ulp->sge;
498 walk->pair->addr[walk->pair_idx] = cpu_to_be64(addr);
499 walk->pair->len[walk->pair_idx] = cpu_to_be32(size);
502 walk->pair++;
548 walk->pair->len[walk->pair_idx] = cpu_to_be32(sgmin);
549 walk->pair->addr[walk->pair_idx] =
554 walk->pair++;
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c60 info->pair = (page + 1) / 2;
63 info->pair = (page + 1 - dist) / 2;
73 int page = info->pair * 2;
76 if (!info->group && !info->pair)
79 if (info->pair == lastpair && info->group)
84 else if (info->pair)
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S167 # the first of a pair of QWORDS.
H A Dsha512-ssse3-asm.S162 # the first of a pair of QWORDS.
/linux-master/drivers/dma/qcom/
H A Dgpi.c211 #define GPII_n_CH_k_SCRATCH_0(pair, proto, seid) \
212 (FIELD_PREP(GPII_n_CH_k_SCRATCH_0_PAIR, pair) | \
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S923 # jump to the corresponding function for each {MODE,REG} pair.
H A Dpfpsp.S4583 # jump to the corresponding function for each {MODE,REG} pair.
H A Dfpsp.S18534 # jump to the corresponding function for each {MODE,REG} pair.
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c1065 /* move to next pair */
1309 u32 rcventry, npages = 0, pair = 0, tidctrl; local
1329 tidctrl = pair ? 0x3 : rcventry & 0x1 ? 0x2 : 0x1;
1331 * A single TID entry will be used to use a rcvarr pair (with
1337 pair = !(i & 0x1) && !((node->map >> i) & 0x3) &&
1339 if (!pair) {
1925 * For tid pair (tidctr == 3), the buffer size of the pair
/linux-master/include/linux/
H A Dphy.h794 * @pair: Bitmap of cable pairs to collect data for
805 s8 pair; member in struct:phy_tdr_config
/linux-master/drivers/ata/
H A Dlibata-core.c3195 struct ata_device *pair = &link->device[1 - adev->devno]; local
3196 if (!ata_dev_enabled(pair))
3198 return pair;
/linux-master/arch/sparc/lib/
H A DM7memcpy.S406 andcc %o0, 16, %o3 ! pair of long words to move?
/linux-master/drivers/firmware/
H A Dti_sci.c2846 psilops->pair = ti_sci_cmd_rm_psil_pair;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c2943 bool pair)
2954 if (pair) {
2941 mlx5_esw_offloads_set_ns_peer(struct mlx5_eswitch *esw, struct mlx5_eswitch *peer_esw, bool pair) argument
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_hsi.h574 /* Enable RJ45 magjack pair swapping on 10GBase-T PHY (0=default),
3869 * Command for adding/removing a MAC-VLAN pair classification rule
3903 struct eth_classify_pair_cmd pair; member in union:eth_classify_rule_cmd
/linux-master/drivers/dma/ti/
H A Dk3-udma.c407 return tisci_rm->tisci_psil_ops->pair(tisci_rm->tisci,
1482 dev_info(ud->dev, "chan%d: already have %d pair allocated\n",
1500 * Try to use the highest TPL channel pair for MEM_TO_MEM channels
5229 seq_printf(s, "chan%d pair [0x%04x -> 0x%04x], ", uc->tchan->id,

Completed in 565 milliseconds

12345