Searched refs:id_mask (Results 1 - 12 of 12) sorted by relevance

/drivers/scsi/
H A Datari_NCR5380.c856 hostdata->id_mask = 1 << instance->this_id;
858 for (i = hostdata->id_mask; i <= 0x80; i <<= 1)
859 if (i > hostdata->id_mask)
1444 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
1460 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1536 NCR5380_write(OUTPUT_DATA_REG, (hostdata->id_mask | (1 << cmd->device->id)));
1621 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1646 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1657 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1659 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
[all...]
H A Dsun3_NCR5380.c800 hostdata->id_mask = 1 << instance->this_id;
802 for (i = hostdata->id_mask; i <= 0x80; i <<= 1)
803 if (i > hostdata->id_mask)
1389 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
1406 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1481 NCR5380_write(OUTPUT_DATA_REG, (hostdata->id_mask | (1 << cmd->device->id)));
1566 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1590 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1601 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1603 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
[all...]
H A DNCR5380.c604 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
605 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
839 hostdata->id_mask = 1 << instance->this_id;
840 for (i = hostdata->id_mask; i <= 0x80; i <<= 1)
841 if (i > hostdata->id_mask)
1327 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
1339 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1387 NCR5380_write(OUTPUT_DATA_REG, (hostdata->id_mask | (1 << scmd_id(cmd))));
1470 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1490 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
[all...]
H A DNCR5380.h258 unsigned char id_mask, id_higher_mask; /* 1 << id, all bits greater */ member in struct:NCR5380_hostdata
/drivers/mfd/
H A Dstmpe.c373 .id_mask = 0xffff,
385 .id_mask = 0xffff,
479 .id_mask = 0xffff,
494 .id_mask = 0xffff,
633 .id_mask = 0xfff0, /* at least 0x0210 and 0x0212 */
712 .id_mask = 0xffff,
726 .id_mask = 0xffff,
911 if ((id & variant->id_mask) != variant->id_val) {
H A Dstmpe.h50 * @id_mask: bits valid in CHIPID register for comparison with id_val
66 u16 id_mask; member in struct:stmpe_variant_info
/drivers/scsi/aic7xxx/
H A Daic7770.c118 if (entry->full_id == (id & entry->id_mask))
H A Daic7xxx.h1116 uint64_t id_mask; member in struct:ahc_pci_identity
1124 uint32_t id_mask; member in struct:aic7770_identity
H A Daic79xx.h1316 uint64_t id_mask; member in struct:ahd_pci_identity
1324 uint32_t id_mask; member in struct:aic7770_identity
H A Daic79xx_pci.c284 if (entry->full_id == (full_id & entry->id_mask)) {
H A Daic7xxx_pci.c701 if (entry->full_id == (full_id & entry->id_mask)) {
/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c1059 u32 id = 0, id_mask = 0; local
1075 id_mask = rule->m_ext.vlan_tci & VLAN_VID_MASK;
1127 gfar_set_attribute(id, id_mask, RQFCR_PID_VID, tab);

Completed in 207 milliseconds