Home
last modified time | relevance | path

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

/linux/drivers/pci/
H A Dbus.c191 resource_size_t min, unsigned long type_mask, in pci_bus_alloc_from_region() argument
200 type_mask |= IORESOURCE_TYPE_BITS; in pci_bus_alloc_from_region()
212 if ((res->flags ^ r->flags) & type_mask) in pci_bus_alloc_from_region()
265 resource_size_t min, unsigned long type_mask, in pci_bus_alloc_resource() argument
274 type_mask, alignf, alignf_data, in pci_bus_alloc_resource()
280 type_mask, alignf, alignf_data, in pci_bus_alloc_resource()
286 type_mask, alignf, alignf_data, in pci_bus_alloc_resource()
H A Dsetup-bus.c159 unsigned long type_mask, in find_bus_resource_of_type() argument
168 if ((r->flags & type_mask) != type) in find_bus_resource_of_type()
/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/hwmon/
H A Daspeed-pwm-tacho.c251 u32 type_mask; member
264 .type_mask = ASPEED_PTCR_CTRL_SET_PWMA_TYPE_MASK,
275 .type_mask = ASPEED_PTCR_CTRL_SET_PWMB_TYPE_MASK,
286 .type_mask = ASPEED_PTCR_CTRL_SET_PWMC_TYPE_MASK,
297 .type_mask = ASPEED_PTCR_CTRL_SET_PWMD_TYPE_MASK,
308 .type_mask = ASPEED_PTCR_CTRL_SET_PWME_TYPE_MASK,
319 .type_mask = ASPEED_PTCR_CTRL_SET_PWMF_TYPE_MASK,
330 .type_mask = ASPEED_PTCR_CTRL_SET_PWMG_TYPE_MASK,
341 .type_mask = ASPEED_PTCR_CTRL_SET_PWMH_TYPE_MASK,
418 pwm_port_params[pwm_port].type_mask, reg_value); in aspeed_set_pwm_port_type()
/linux/drivers/acpi/riscv/
H A Drimt.c332 u8 type_mask) in rimt_node_map_id() argument
345 if (RIMT_TYPE_MASK(node->type) & type_mask) { in rimt_node_map_id()
399 u8 type_mask, int index) in rimt_node_map_platform_id() argument
408 if (!(RIMT_TYPE_MASK(parent->type) & type_mask)) in rimt_node_map_platform_id()
409 parent = rimt_node_map_id(parent, id, id_out, type_mask); in rimt_node_map_platform_id()
/linux/include/net/bluetooth/
H A Dhci_sock.h51 unsigned long type_mask; member
57 __u32 type_mask; member
/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()
/linux/drivers/gpu/drm/gma500/
H A Dframebuffer.h14 extern int gma_connector_clones(struct drm_device *dev, int type_mask);
/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/net/bluetooth/
H A Dhci_sock.c135 __u32 type_mask; member
175 if (!test_bit(flt_type, &flt->type_mask)) in is_filtered_packet()
1981 uf.type_mask = f->type_mask; in hci_sock_setsockopt_old()
1992 uf.type_mask &= hci_sec_filter.type_mask; in hci_sock_setsockopt_old()
2000 f->type_mask = uf.type_mask; in hci_sock_setsockopt_old()
2110 uf.type_mask = f->type_mask; in hci_sock_getsockopt_old()
[all...]
/linux/sound/pci/mixart/
H A Dmixart_core.h108 u32 type_mask; member
117 u32 type_mask; member
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-debugfs.c255 u32 val, counter, vc_num, err_group, type_mask; in err_inj_write() local
260 type_mask = err_inj_type_mask[err_group]; in err_inj_write()
287 val &= ~(type_mask | EINJ_COUNT); in err_inj_write()
288 val |= ((err_inj_list[pdata->idx].err_inj_type << EINJ_TYPE_SHIFT) & type_mask); in err_inj_write()
/linux/drivers/acpi/arm64/
H A Diort.c457 u8 type_mask) in iort_node_map_id() argument
467 if (IORT_TYPE_MASK(node->type) & type_mask) { in iort_node_map_id()
522 struct acpi_iort_node *node, u32 *id_out, u8 type_mask, in iort_node_map_platform_id() argument
539 if (!(IORT_TYPE_MASK(parent->type) & type_mask)) in iort_node_map_platform_id()
540 parent = iort_node_map_id(parent, id, id_out, type_mask); in iort_node_map_platform_id()
/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.h48 uint32_t type_mask; member
H A Dlpfc_bsg.c59 uint32_t type_mask; member
853 evt->type_mask = ev_mask; in lpfc_bsg_event_new()
936 if (!(evt->type_mask & FC_REG_CT_EVENT) || in lpfc_bsg_ct_unsol_event()
1203 ev_mask = ((uint32_t)(unsigned long)event_req->type_mask & in lpfc_bsg_hba_set_event()
/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()
/linux/include/linux/
H A Dpci.h1618 unsigned long type_mask,