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

/linux-master/sound/
H A Dac97_bus.c20 * @id_mask: Mask that is applied to the device ID before comparing to @id
27 unsigned int id_mask)
35 if (id != 0 && id != (ac97->id & id_mask))
46 * @id_mask: Mask that is applied to the device ID before comparing to @id
53 * accepted, otherwise only the ID that matches @id and @id_mask is accepted.
56 unsigned int id_mask)
62 if (snd_ac97_check_id(ac97, id, id_mask))
71 if (snd_ac97_check_id(ac97, id, id_mask))
26 snd_ac97_check_id(struct snd_ac97 *ac97, unsigned int id, unsigned int id_mask) argument
55 snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, unsigned int id_mask) argument
/linux-master/sound/ac97/
H A Dsnd_ac97_compat.c99 unsigned int id_mask)
108 if (ac97_ids_match(scanned, adev->vendor_id, id_mask))
115 if (ac97_ids_match(scanned, adev->vendor_id, id_mask))
98 snd_ac97_reset(struct snd_ac97 *ac97, bool try_warm, unsigned int id, unsigned int id_mask) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_xcp.c311 int i, id_mask = 0; local
320 id_mask |= BIT(i);
323 if (!id_mask)
324 id_mask = -ENXIO;
326 return id_mask;
/linux-master/drivers/mfd/
H A Dstmpe.c420 .id_mask = 0xffff,
432 .id_mask = 0xffff,
583 .id_mask = 0xffff,
598 .id_mask = 0xffff,
654 .id_mask = 0xffff,
818 .id_mask = 0xfff0, /* at least 0x0210 and 0x0212 */
927 .id_mask = 0xfff0,
1033 .id_mask = 0xffff,
1047 .id_mask = 0xffff,
1248 if ((id & variant->id_mask) !
[all...]
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
/linux-master/sound/soc/
H A Dsoc-ac97.c202 * @id_mask: Mask that is applied to the device ID before comparing with @id
213 unsigned int id, unsigned int id_mask)
223 ret = snd_ac97_reset(ac97, false, id, id_mask);
212 snd_soc_new_ac97_component(struct snd_soc_component *component, unsigned int id, unsigned int id_mask) argument
/linux-master/drivers/scsi/
H A DNCR5380.c399 hostdata->id_mask = 1 << instance->this_id;
401 for (i = hostdata->id_mask; i <= 0x80; i <<= 1)
402 if (i > hostdata->id_mask)
737 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
897 } else if ((NCR5380_read(CURRENT_SCSI_DATA_REG) & hostdata->id_mask) &&
910 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
1002 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
1080 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask | (1 << scmd_id(cmd)));
2041 target_mask = NCR5380_read(CURRENT_SCSI_DATA_REG) & ~(hostdata->id_mask);
H A DNCR5380.h222 unsigned char id_mask; /* 1 << Host ID */ member in struct:NCR5380_hostdata
223 unsigned char id_higher_mask; /* All bits above id_mask */
H A Dg_NCR5380.c129 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask);
130 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask);
/linux-master/drivers/scsi/aic7xxx/
H A Daic7770.c112 if (entry->full_id == (id & entry->id_mask))
H A Daic7xxx.h1109 uint64_t id_mask; member in struct:ahc_pci_identity
1117 uint32_t id_mask; member in struct:aic7770_identity
H A Daic79xx.h1307 uint64_t id_mask; member in struct:ahd_pci_identity
1315 uint32_t id_mask; member in struct:aic7770_identity
H A Daic79xx_pci.c278 if (entry->full_id == (full_id & entry->id_mask)) {
H A Daic7xxx_pci.c694 if (entry->full_id == (full_id & entry->id_mask)) {
/linux-master/include/sound/
H A Dac97_codec.h343 unsigned int id_mask);
H A Dsoc.h527 unsigned int id, unsigned int id_mask);
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c1076 u32 id = 0, id_mask = 0; local
1092 id_mask = vlan_tci_vidm(rule);
1145 gfar_set_attribute(id, id_mask, RQFCR_PID_VID, tab);
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_gpu.c180 u32 id_mask; member in struct:panfrost_model

Completed in 412 milliseconds