Searched refs:id2 (Results 1 - 25 of 73) sorted by last modified time

123

/linux-master/drivers/firewire/
H A Dohci.c1984 u32 id2 = cond_le32_to_cpu(ohci->self_id[i + 1]); local
1986 if (id != ~id2) {
2001 j, self_id_count, id, id2);
/linux-master/sound/soc/
H A Dsoc-core.c2568 unsigned int id1, id2; local
2589 } else if (sscanf(name, "%x-%x", &id1, &id2) == 2) {
2592 *id = ((id1 & 0xffff) << 16) + id2;
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c848 unsigned int id1, id2, id3, rev; local
877 id2 = serial_icr_read(up, UART_ID2);
881 DEBUG_AUTOCONF("950id=%02x:%02x:%02x:%02x ", id1, id2, id3, rev);
883 if (id1 == 0x16 && id2 == 0xC9 &&
908 id2 = id1 >> 8;
909 if (id2 == 0x10 || id2 == 0x12 || id2 == 0x14) {
/linux-master/drivers/scsi/
H A Dqla1280.c595 nv->id2 != 'P' || nv->id3 != ' ' || nv->version < 1) {
608 " version %i\n", nv->id0, nv->id1, nv->id2, nv->id3,
/linux-master/scripts/mod/
H A Dfile2alias.c651 const char *id2 = local
654 if (!id2[0])
657 if (!strcmp(id, id2)) {
/linux-master/kernel/
H A Duser_namespace.c250 u32 first, last, id2; local
254 id2 = key->id + key->count - 1;
265 (id2 >= first && id2 <= last))
268 if (key->id < first || id2 < first)
300 u32 first, last, id2; local
302 id2 = id + count - 1;
309 (id2 >= first && id2 <= last))
/linux-master/fs/ocfs2/
H A Dsuper.c2026 cbits = le32_to_cpu(di->id2.i_super.s_clustersize_bits);
2027 bbits = le32_to_cpu(di->id2.i_super.s_blocksize_bits);
2029 super_set_uuid(sb, di->id2.i_super.s_uuid,
2030 sizeof(di->id2.i_super.s_uuid));
2035 osb->osb_dx_seed[i] = le32_to_cpu(di->id2.i_super.s_dx_seed[i]);
2036 osb->osb_dx_seed[3] = le32_to_cpu(di->id2.i_super.s_uuid_hash);
2068 osb->max_slots = le16_to_cpu(di->id2.i_super.s_max_slots);
2092 di->id2.i_super.s_xattr_inline_size);
2195 le32_to_cpu(di->id2.i_super.s_clustersize_bits);
2218 if (ocfs2_setup_osb_uuid(osb, di->id2
[all...]
H A Dfile.c596 credits = ocfs2_calc_extend_credits(osb->sb, &fe->id2.i_list);
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.c15275 u32 id2 = nic_phy_id & NIC_SRAM_DATA_PHY_ID2_MASK; local
15278 eeprom_phy_id |= (id2 & 0xfc00) << 16;
15279 eeprom_phy_id |= (id2 & 0x03ff) << 0;
/linux-master/drivers/mfd/
H A Das3711.c123 unsigned int id1, id2; local
157 ret = regmap_read(as3711->regmap, AS3711_ASIC_ID_2, &id2);
164 dev_info(as3711->dev, "AS3711 detected: %x:%x\n", id1, id2);
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_guc_db_mgr_test.c115 int id1, id2, id3; local
123 KUNIT_ASSERT_GE(test, id2 = xe_guc_db_mgr_reserve_range(dbm, 1, 0), 0);
124 KUNIT_ASSERT_NE(test, id2, id1);
125 KUNIT_ASSERT_NE_MSG(test, id2 < id1, id2 > id1 + *p - 1,
126 "id1=%d id2=%d", id1, id2);
133 KUNIT_ASSERT_GE(test, id2 = xe_guc_db_mgr_reserve_range(dbm, *p - 1, 0), 0);
134 KUNIT_ASSERT_NE(test, id2, id1);
135 KUNIT_ASSERT_NE_MSG(test, id1 < id2, id
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35510.c620 u8 id1, id2, id3; local
628 ret = mipi_dsi_dcs_read(dsi, MCS_CMD_READ_ID2, &id2, 1);
644 dev_info(nt->dev, "MTP ID manufacturer: %02x version: %02x driver: %02x\n", id1, id2, id3);
/linux-master/tools/lib/bpf/
H A Dlinker.c1319 const struct btf *btf2, __u32 id2)
1329 t2 = skip_mods_and_typedefs(btf2, id2, &id2);
1407 id2 = t2->type;
1412 id2 = btf_array(t2)->type;
1424 id2 = t2->type;
1436 id2 = t2->type;
1493 id2 = t2->type;
1317 glob_sym_btf_matches(const char *sym_name, bool exact, const struct btf *btf1, __u32 id1, const struct btf *btf2, __u32 id2) argument
H A Dbtf.c4061 static bool btf_dedup_identical_arrays(struct btf_dedup *d, __u32 id1, __u32 id2) argument
4066 t2 = btf_type_by_id(d->btf, id2);
4074 static bool btf_dedup_identical_structs(struct btf_dedup *d, __u32 id1, __u32 id2) argument
4081 t2 = btf_type_by_id(d->btf, id2);
/linux-master/net/mptcp/
H A Doptions.c1623 u8 id1, id2, id3, id4; local
1626 id2 = i + 1 < opts->rm_list.nr ? opts->rm_list.ids[i + 1] : TCPOPT_NOP;
1629 put_unaligned_be32(id1 << 24 | id2 << 16 | id3 << 8 | id4, ptr);
/linux-master/kernel/bpf/
H A Dbtf.c6731 const struct btf *btf2, u32 id2)
6733 if (id1 != id2)
6737 return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2);
6730 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) argument
/linux-master/include/linux/
H A Dphy.h1192 * phy_id_compare - compare @id1 with @id2 taking account of @mask
1194 * @id2: second PHY ID
1197 * Return true if the bits from @id1 and @id2 specified by @mask match.
1200 static inline bool phy_id_compare(u32 id1, u32 id2, u32 mask) argument
1202 return !((id1 ^ id2) & mask);
H A Dbtf.h539 const struct btf *btf2, u32 id2);
588 const struct btf *btf2, u32 id2)
587 btf_types_are_same(const struct btf *btf1, u32 id1, const struct btf *btf2, u32 id2) argument
/linux-master/drivers/s390/block/
H A Ddasd_devmap.c2191 int id0, id1, id2; local
2208 if (dasd_busid(primary, &id0, &id1, &id2)) {
2212 sprintf(prim_busid, "%01x.%01x.%04x", id0, id1, id2);
2213 if (dasd_busid(secondary, &id0, &id1, &id2)) {
2217 sprintf(sec_busid, "%01x.%01x.%04x", id0, id1, id2);
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.c879 unsigned int id1, id2; local
883 id2 = smc_phy_read(dev, phyaddr & 31, MII_PHYSID2);
886 id1, id2);
890 id2 != 0x0000 && id2 != 0xffff && id2 != 0x8000) {
893 lp->phy_type = id1 << 16 | id2;
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c6049 int id1, id2; local
6058 id2 = mii_rw(dev, phyaddr, MII_PHYSID2, MII_READ);
6060 if (id2 < 0 || id2 == 0xffff)
6063 np->phy_model = id2 & PHYID2_MODEL_MASK;
6065 id2 = (id2 & PHYID2_OUI_MASK) >> PHYID2_OUI_SHFT;
6067 np->phy_oui = id1 | id2;
/linux-master/drivers/net/dsa/microchip/
H A Dksz_common.c3226 u8 id1, id2, id4; local
3237 id2 = FIELD_GET(SW_CHIP_ID_M, id16);
3241 if (id2 == KSZ87_CHIP_ID_95) {
3249 } else if (id2 == KSZ87_CHIP_ID_94) {
3256 if (id2 == KSZ88_CHIP_ID_63)
/linux-master/arch/arm/mach-ep93xx/
H A Dcore.c900 unsigned int id, id2, id3, id4, id5; local
906 id2 = __raw_readl(EP93XX_SECURITY_UNIQID2);
911 if (id != id2)
915 add_device_randomness(&id2, 4);
921 "%08x%08x%08x%08x", id2, id3, id4, id5);
/linux-master/fs/ntfs3/
H A Dfslog.c3034 u16 id, id2; local
3229 id2 = le16_to_cpu(attr2->id);
3230 if (id <= id2)
3231 rec->next_attr_id = cpu_to_le16(id2 + 1);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_opts.c18 __u32 fd1, fd2, id1, id2; local
31 id2 = id_from_prog_fd(fd2);
33 ASSERT_NEQ(id1, id2, "prog_ids_1_2");
84 ASSERT_EQ(optq.prog_ids[0], id2, "prog_ids[0]");
116 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; local
131 id2 = id_from_prog_fd(fd2);
135 ASSERT_NEQ(id1, id2, "prog_ids_1_2");
137 ASSERT_NEQ(id2, id3, "prog_ids_2_3");
165 ASSERT_EQ(optq.prog_ids[1], id2, "prog_ids[1]");
196 ASSERT_EQ(optq.prog_ids[2], id2, "prog_id
268 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; local
459 __u32 fd1, fd2, id1, id2; local
570 __u32 fd1, fd2, fd3, id1, id2, id3; local
671 __u32 fd1, fd2, fd3, id1, id2, id3, detach_fd; local
877 __u32 fd1, fd2, id1, id2; local
1031 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; local
1171 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; local
1311 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; local
1656 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; local
1827 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; local
2034 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; local
2282 __u32 fd1, fd2, fd3, id1, id2, id3; local
2467 __u32 fd1, fd2, fd3, fd4, id1, id2, id3, id4; local
[all...]

Completed in 651 milliseconds

123