Home
last modified time | relevance | path

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

/linux-6.12.1/sound/
Dac97_bus.c27 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-6.12.1/sound/ac97/
Dsnd_ac97_compat.c99 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-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_xcp.c317 int i, id_mask = 0; in amdgpu_xcp_get_partition() local
326 id_mask |= BIT(i); in amdgpu_xcp_get_partition()
329 if (!id_mask) in amdgpu_xcp_get_partition()
330 id_mask = -ENXIO; in amdgpu_xcp_get_partition()
332 return id_mask; in amdgpu_xcp_get_partition()
/linux-6.12.1/drivers/mfd/
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) != variant->id_val) { in stmpe_chip_init()
Dstmpe.h66 u16 id_mask; member
/linux-6.12.1/drivers/scsi/
DNCR5380.c397 hostdata->id_mask = 1 << instance->this_id; in NCR5380_init()
399 for (i = hostdata->id_mask; i <= 0x80; i <<= 1) in NCR5380_init()
400 if (i > hostdata->id_mask) in NCR5380_init()
735 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in NCR5380_main()
895 } else if ((NCR5380_read(CURRENT_SCSI_DATA_REG) & hostdata->id_mask) && in NCR5380_intr()
908 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in NCR5380_intr()
1000 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask); in NCR5380_select()
1078 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask | (1 << scmd_id(cmd))); in NCR5380_select()
2040 target_mask = NCR5380_read(CURRENT_SCSI_DATA_REG) & ~(hostdata->id_mask); in NCR5380_reselect()
DNCR5380.h222 unsigned char id_mask; /* 1 << Host ID */ member
Dg_NCR5380.c130 NCR5380_write(SELECT_ENABLE_REG, hostdata->id_mask); in g_NCR5380_trigger_irq()
131 NCR5380_write(OUTPUT_DATA_REG, hostdata->id_mask); in g_NCR5380_trigger_irq()
/linux-6.12.1/sound/soc/
Dsoc-ac97.c213 unsigned int id, unsigned int id_mask) in snd_soc_new_ac97_component() argument
223 ret = snd_ac97_reset(ac97, false, id, id_mask); in snd_soc_new_ac97_component()
/linux-6.12.1/Documentation/admin-guide/kdump/
Dgdbmacros.txt296 set var $id_mask = ~$desc_flags_mask
318 set var $id = ($id + 1) & $id_mask
/linux-6.12.1/drivers/scsi/aic7xxx/
Daic7xxx.h1109 uint64_t id_mask; member
1117 uint32_t id_mask; member
Daic7770.c112 if (entry->full_id == (id & entry->id_mask)) in aic7770_find_device()
Daic79xx.h1307 uint64_t id_mask; member
1315 uint32_t id_mask; member
Daic79xx_pci.c278 if (entry->full_id == (full_id & entry->id_mask)) { in ahd_find_pci_device()
Daic7xxx_pci.c694 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device()
/linux-6.12.1/include/sound/
Dac97_codec.h343 unsigned int id_mask);
Dsoc.h549 unsigned int id, unsigned int id_mask);
/linux-6.12.1/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1076 u32 id = 0, id_mask = 0; in gfar_convert_to_filer() local
1092 id_mask = vlan_tci_vidm(rule); in gfar_convert_to_filer()
1145 gfar_set_attribute(id, id_mask, RQFCR_PID_VID, tab); in gfar_convert_to_filer()
/linux-6.12.1/drivers/gpu/drm/panfrost/
Dpanfrost_gpu.c180 u32 id_mask; member