Home
last modified time | relevance | path

Searched refs:id_mask (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/sound/
Dac97_bus.c31 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/
Dsnd_ac97_compat.c102 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/
DNCR5380.c377 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 …]
DNCR5380.h222 unsigned char id_mask; /* 1 << Host ID */ member
Dg_NCR5380.c128 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/
Dstmpe.c424 .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()
Dstmpe.h66 u16 id_mask; member
/Linux-v4.19/sound/soc/
Dsoc-ac97.c217 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/
Daic7xxx.h1116 uint64_t id_mask; member
1124 uint32_t id_mask; member
Daic7770.c118 if (entry->full_id == (id & entry->id_mask)) in aic7770_find_device()
Daic79xx.h1313 uint64_t id_mask; member
1321 uint32_t id_mask; member
Daic79xx_pci.c284 if (entry->full_id == (full_id & entry->id_mask)) { in ahd_find_pci_device()
Daic7xxx_pci.c701 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device()
/Linux-v4.19/include/sound/
Dac97_codec.h339 unsigned int id_mask);
Dsoc.h554 unsigned int id, unsigned int id_mask);
/Linux-v4.19/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1136 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()