/Linux-v4.19/sound/ |
D | ac97_bus.c | 31 unsigned int id_mask) in snd_ac97_check_id() argument 39 if (id != 0 && id != (ac97->id & id_mask)) in snd_ac97_check_id() 60 unsigned int id_mask) in snd_ac97_reset() argument 66 if (snd_ac97_check_id(ac97, id, id_mask)) in snd_ac97_reset() 75 if (snd_ac97_check_id(ac97, id, id_mask)) in snd_ac97_reset()
|
/Linux-v4.19/sound/ac97/ |
D | snd_ac97_compat.c | 102 unsigned int id_mask) in snd_ac97_reset() argument 111 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset() 118 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset()
|
/Linux-v4.19/drivers/scsi/ |
D | NCR5380.c | 377 hostdata->id_mask = 1 << instance->this_id; in NCR5380_init() 379 for (i = hostdata->id_mask; i <= 0x80; i <<= 1) in NCR5380_init() 380 if (i > hostdata->id_mask) in NCR5380_init() 869 } else if ((NCR5380_read(CURRENT_SCSI_DATA_REG) & hostdata->id_mask) && in NCR5380_intr() 882 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in NCR5380_intr() 968 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask); in NCR5380_select() 1046 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask | (1 << scmd_id(cmd))); in NCR5380_select() 1110 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in NCR5380_select() 1118 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in NCR5380_select() 1153 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in NCR5380_select() [all …]
|
D | NCR5380.h | 222 unsigned char id_mask; /* 1 << Host ID */ member
|
D | g_NCR5380.c | 128 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in g_NCR5380_trigger_irq() 129 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask); in g_NCR5380_trigger_irq()
|
/Linux-v4.19/drivers/mfd/ |
D | stmpe.c | 424 .id_mask = 0xffff, 436 .id_mask = 0xffff, 529 .id_mask = 0xffff, 544 .id_mask = 0xffff, 600 .id_mask = 0xffff, 764 .id_mask = 0xfff0, /* at least 0x0210 and 0x0212 */ 873 .id_mask = 0xfff0, 979 .id_mask = 0xffff, 993 .id_mask = 0xffff, 1194 if ((id & variant->id_mask) != variant->id_val) { in stmpe_chip_init()
|
D | stmpe.h | 66 u16 id_mask; member
|
/Linux-v4.19/sound/soc/ |
D | soc-ac97.c | 217 unsigned int id, unsigned int id_mask) in snd_soc_new_ac97_component() argument 227 ret = snd_ac97_reset(ac97, false, id, id_mask); in snd_soc_new_ac97_component()
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1116 uint64_t id_mask; member 1124 uint32_t id_mask; member
|
D | aic7770.c | 118 if (entry->full_id == (id & entry->id_mask)) in aic7770_find_device()
|
D | aic79xx.h | 1313 uint64_t id_mask; member 1321 uint32_t id_mask; member
|
D | aic79xx_pci.c | 284 if (entry->full_id == (full_id & entry->id_mask)) { in ahd_find_pci_device()
|
D | aic7xxx_pci.c | 701 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device()
|
/Linux-v4.19/include/sound/ |
D | ac97_codec.h | 339 unsigned int id_mask);
|
D | soc.h | 554 unsigned int id, unsigned int id_mask);
|
/Linux-v4.19/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1136 u32 id = 0, id_mask = 0; in gfar_convert_to_filer() local 1152 id_mask = vlan_tci_vidm(rule); in gfar_convert_to_filer() 1207 gfar_set_attribute(id, id_mask, RQFCR_PID_VID, tab); in gfar_convert_to_filer()
|