/Linux-v5.4/sound/ |
D | ac97_bus.c | 27 unsigned int id_mask) in snd_ac97_check_id() argument 35 if (id != 0 && id != (ac97->id & id_mask)) in snd_ac97_check_id() 56 unsigned int id_mask) in snd_ac97_reset() argument 62 if (snd_ac97_check_id(ac97, id, id_mask)) in snd_ac97_reset() 71 if (snd_ac97_check_id(ac97, id, id_mask)) in snd_ac97_reset()
|
/Linux-v5.4/sound/ac97/ |
D | snd_ac97_compat.c | 99 unsigned int id_mask) in snd_ac97_reset() argument 108 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset() 115 if (ac97_ids_match(scanned, adev->vendor_id, id_mask)) in snd_ac97_reset()
|
/Linux-v5.4/drivers/mfd/ |
D | stmpe.c | 424 .id_mask = 0xffff, 436 .id_mask = 0xffff, 585 .id_mask = 0xffff, 600 .id_mask = 0xffff, 656 .id_mask = 0xffff, 820 .id_mask = 0xfff0, /* at least 0x0210 and 0x0212 */ 929 .id_mask = 0xfff0, 1035 .id_mask = 0xffff, 1049 .id_mask = 0xffff, 1250 if ((id & variant->id_mask) != variant->id_val) { in stmpe_chip_init()
|
D | stmpe.h | 66 u16 id_mask; member
|
/Linux-v5.4/drivers/scsi/ |
D | NCR5380.c | 386 hostdata->id_mask = 1 << instance->this_id; in NCR5380_init() 388 for (i = hostdata->id_mask; i <= 0x80; i <<= 1) in NCR5380_init() 389 if (i > hostdata->id_mask) in NCR5380_init() 722 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in NCR5380_main() 879 } else if ((NCR5380_read(CURRENT_SCSI_DATA_REG) & hostdata->id_mask) && in NCR5380_intr() 892 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in NCR5380_intr() 983 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask); in NCR5380_select() 1061 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask | (1 << scmd_id(cmd))); in NCR5380_select() 2016 target_mask = NCR5380_read(CURRENT_SCSI_DATA_REG) & ~(hostdata->id_mask); in NCR5380_reselect()
|
D | NCR5380.h | 222 unsigned char id_mask; /* 1 << Host ID */ member
|
D | g_NCR5380.c | 129 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in g_NCR5380_trigger_irq() 130 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask); in g_NCR5380_trigger_irq()
|
/Linux-v5.4/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-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1111 uint64_t id_mask; member 1119 uint32_t id_mask; member
|
D | aic7770.c | 112 if (entry->full_id == (id & entry->id_mask)) in aic7770_find_device()
|
D | aic79xx.h | 1307 uint64_t id_mask; member 1315 uint32_t id_mask; member
|
D | aic79xx_pci.c | 278 if (entry->full_id == (full_id & entry->id_mask)) { in ahd_find_pci_device()
|
D | aic7xxx_pci.c | 694 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device()
|
/Linux-v5.4/include/sound/ |
D | ac97_codec.h | 339 unsigned int id_mask);
|
D | soc.h | 539 unsigned int id, unsigned int id_mask);
|
/Linux-v5.4/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1099 u32 id = 0, id_mask = 0; in gfar_convert_to_filer() local 1115 id_mask = vlan_tci_vidm(rule); in gfar_convert_to_filer() 1168 gfar_set_attribute(id, id_mask, RQFCR_PID_VID, tab); in gfar_convert_to_filer()
|
/Linux-v5.4/drivers/gpu/drm/panfrost/ |
D | panfrost_gpu.c | 145 u32 id_mask; member
|