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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/include-glibc/netinet/
H A Dip_icmp.h110 u_int32_t id_mask; member in union:icmp::__anon20216
118 #define icmp_mask icmp_dun.id_mask
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR5380.c532 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
533 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
767 hostdata->id_mask = 1 << instance->this_id;
768 for (i = hostdata->id_mask; i <= 0x80; i <<= 1)
769 if (i > hostdata->id_mask)
1253 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
1265 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1313 NCR5380_write(OUTPUT_DATA_REG, (hostdata->id_mask | (1 << scmd_id(cmd))));
1391 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1411 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
[all...]
H A Datari_NCR5380.c757 hostdata->id_mask = 1 << instance->this_id;
759 for (i = hostdata->id_mask; i <= 0x80; i <<= 1)
760 if (i > hostdata->id_mask)
1333 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
1349 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1425 NCR5380_write(OUTPUT_DATA_REG, (hostdata->id_mask | (1 << cmd->device->id)));
1508 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1519 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1521 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1967 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
[all...]
H A Dsun3_NCR5380.c744 hostdata->id_mask = 1 << instance->this_id;
746 for (i = hostdata->id_mask; i <= 0x80; i <<= 1)
747 if (i > hostdata->id_mask)
1320 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
1337 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1412 NCR5380_write(OUTPUT_DATA_REG, (hostdata->id_mask | (1 << cmd->device->id)));
1494 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1505 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1507 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1981 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
[all...]
H A DNCR5380.h254 unsigned char id_mask, id_higher_mask; /* 1 << id, all bits greater */ member in struct:NCR5380_hostdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dstmpe.h42 * @id_mask: bits valid in CHIPID register for comparison with id_val
57 u16 id_mask; member in struct:stmpe_variant_info
H A Dstmpe.c413 .id_mask = 0xffff,
552 .id_mask = 0xfff0, /* at least 0x0210 and 0x0212 */
631 .id_mask = 0xffff,
645 .id_mask = 0xffff,
810 if ((id & variant->id_mask) != variant->id_val) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-icmp.c81 u_int32_t id_mask; member in union:icmp::__anon5976
88 #define icmp_mask icmp_dun.id_mask
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7770.c118 if (entry->full_id == (id & entry->id_mask))
H A Daic7xxx.h1108 uint64_t id_mask; member in struct:ahc_pci_identity
1116 uint32_t id_mask; member in struct:aic7770_identity
H A Daic79xx.h1313 uint64_t id_mask; member in struct:ahd_pci_identity
1321 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.c697 if (entry->full_id == (full_id & entry->id_mask)) {

Completed in 227 milliseconds