Home
last modified time | relevance | path

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

/linux/drivers/power/reset/
H A Dat91-sama5d2_shdwc.c83 u32 type_mask; member
273 .type_mask = AT91_DDRSDRC_MD
290 .type_mask = AT91_DDRSDRC_MD
388 if (at91_shdwc->rcfg->ddrc.type_mask) { in at91_shdwc_probe()
406 at91_shdwc->rcfg->ddrc.type_mask; in at91_shdwc_probe()
/linux/drivers/acpi/riscv/
H A Drimt.c339 u8 type_mask) in rimt_node_map_id() argument
352 if (RIMT_TYPE_MASK(node->type) & type_mask) { in rimt_node_map_id()
406 u8 type_mask, int index) in rimt_node_map_platform_id() argument
415 if (!(RIMT_TYPE_MASK(parent->type) & type_mask)) in rimt_node_map_platform_id()
416 parent = rimt_node_map_id(parent, id, id_out, type_mask); in rimt_node_map_platform_id()
/linux/drivers/gpu/drm/gma500/
H A Dframebuffer.h14 extern int gma_connector_clones(struct drm_device *dev, int type_mask);
H A Dpsb_intel_display.c542 int gma_connector_clones(struct drm_device *dev, int type_mask) in gma_connector_clones() argument
552 if (type_mask & (1 << gma_encoder->type)) in gma_connector_clones()
/linux/fs/afs/
H A Dserver_list.c33 unsigned int type_mask = 1 << volume->type; in afs_alloc_server_list() local
44 if (!(vldb->fs_mask[i] & type_mask)) in afs_alloc_server_list()
75 if (!(vldb->fs_mask[i] & type_mask)) in afs_alloc_server_list()
H A Dvolume.c202 unsigned long type_mask = 1UL << params->type; in afs_create_volume() local
217 if (!(vldb->flags & type_mask)) in afs_create_volume()
/linux/drivers/net/wireguard/
H A Dpeerlookup.c203 const enum index_hashtable_type type_mask, in wg_index_hashtable_lookup() argument
212 if (likely(iter_entry->type & type_mask)) in wg_index_hashtable_lookup()
H A Dpeerlookup.h61 const enum index_hashtable_type type_mask,
/linux/drivers/media/tuners/
H A Dxc2028.c436 unsigned int type_mask = 0; in seek_firmware() local
454 type_mask = BASE_TYPES; in seek_firmware()
457 type_mask = SCODE_TYPES & ~HAS_IF; in seek_firmware()
459 type_mask = DTV_TYPES; in seek_firmware()
461 type_mask = STD_SPECIFIC_TYPES; in seek_firmware()
463 type &= type_mask; in seek_firmware()
466 type_mask = ~0; in seek_firmware()
470 if ((type == (priv->firm[i].type & type_mask)) && in seek_firmware()
480 if (type != (priv->firm[i].type & type_mask)) in seek_firmware()
/linux/sound/pci/mixart/
H A Dmixart_core.h108 u32 type_mask; member
117 u32 type_mask; member
/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.h48 uint32_t type_mask; member
/linux/drivers/acpi/arm64/
H A Diort.c482 u8 type_mask) in iort_node_map_id() argument
492 if (IORT_TYPE_MASK(node->type) & type_mask) { in iort_node_map_id()
547 struct acpi_iort_node *node, u32 *id_out, u8 type_mask, in iort_node_map_platform_id() argument
564 if (!(IORT_TYPE_MASK(parent->type) & type_mask)) in iort_node_map_platform_id()
565 parent = iort_node_map_id(parent, id, id_out, type_mask); in iort_node_map_platform_id()
/linux/drivers/pci/hotplug/
H A Dacpiphp_glue.c740 unsigned long type_mask = IORESOURCE_IO | IORESOURCE_MEM; in acpiphp_sanitize_bus() local
745 if ((res->flags & type_mask) && !res->start && in acpiphp_sanitize_bus()
/linux/drivers/net/ethernet/mscc/
H A Docelot_vcap.c350 u32 val, msk, type, type_mask = 0xf, i, count; in is2_entry_set() local
602 type_mask = IS2_TYPE_MASK_IP_ANY; in is2_entry_set()
623 type_mask = 0; in is2_entry_set()
635 vcap_key_set(vcap, &data, VCAP_IS2_TYPE, type, type_mask); in is2_entry_set()
/linux/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.c821 u32 type_mask; in get_queue_type() local
823 type_mask = MLX5_CAP_DEV_VDPA_EMULATION(ndev->mvdev.mdev, virtio_queue_type); in get_queue_type()
826 if (type_mask & MLX5_VIRTIO_EMULATION_CAP_VIRTIO_QUEUE_TYPE_SPLIT) in get_queue_type()
829 WARN_ON(!(type_mask & MLX5_VIRTIO_EMULATION_CAP_VIRTIO_QUEUE_TYPE_PACKED)); in get_queue_type()
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c3339 reg_fcfi->rq_cfg[i].type_mask = rq_cfg[i].type_mask; in sli_cmd_reg_fcfi()
3368 reg_fcfi_mrq->rq_cfg[i].type_mask = rq_cfg[i].type_mask; in sli_cmd_reg_fcfi_mrq()
H A Dsli4.h2436 u8 type_mask; member
2492 u8 type_mask; member
/linux/drivers/scsi/elx/efct/
H A Defct_hw.c736 rq_cfg[i].type_mask = (u8)(hw->config.filter_def[i] >> 16); in efct_hw_config_rq()
792 rq_filter[i].type_mask = (u8)hw->config.filter_def[i]; in efct_hw_config_mrq()
/linux/drivers/net/ethernet/sfc/
H A Def10.c3469 u16 type, type_mask; member
3513 if ((type & ~info->type_mask) == info->type) in efx_ef10_mtd_probe_partition()