| /linux/drivers/pci/ |
| H A D | bus.c | 192 resource_size_t min, unsigned long type_mask, in pci_bus_alloc_from_region() argument 201 type_mask |= IORESOURCE_TYPE_BITS; in pci_bus_alloc_from_region() 213 if ((res->flags ^ r->flags) & type_mask) in pci_bus_alloc_from_region() 266 resource_size_t min, unsigned long type_mask, in pci_bus_alloc_resource() argument 275 type_mask, alignf, alignf_data, in pci_bus_alloc_resource() 281 type_mask, alignf, alignf_data, in pci_bus_alloc_resource() 287 type_mask, alignf, alignf_data, in pci_bus_alloc_resource()
|
| /linux/drivers/power/reset/ |
| H A D | at91-sama5d2_shdwc.c | 83 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 D | rimt.c | 340 u8 type_mask) in rimt_node_map_id() argument 353 if (RIMT_TYPE_MASK(node->type) & type_mask) { in rimt_node_map_id() 407 u8 type_mask, int index) in rimt_node_map_platform_id() argument 416 if (!(RIMT_TYPE_MASK(parent->type) & type_mask)) in rimt_node_map_platform_id() 417 parent = rimt_node_map_id(parent, id, id_out, type_mask); in rimt_node_map_platform_id()
|
| /linux/fs/afs/ |
| H A D | server_list.c | 33 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 D | volume.c | 202 unsigned long type_mask = 1UL << params->type; in afs_create_volume() local 217 if (!(vldb->flags & type_mask)) in afs_create_volume()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | framebuffer.h | 14 extern int gma_connector_clones(struct drm_device *dev, int type_mask);
|
| H A D | psb_intel_display.c | 542 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/drivers/media/tuners/ |
| H A D | xc2028.c | 436 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/drivers/net/wireguard/ |
| H A D | peerlookup.c | 203 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 D | peerlookup.h | 61 const enum index_hashtable_type type_mask,
|
| /linux/io_uring/ |
| H A D | zcrx.c | 1014 if (notif.type_mask & ~ZCRX_EVENT_TYPE_MASK) in io_register_zcrx() 1030 ifq->allowed_notif_mask = notif.type_mask; in io_register_zcrx() 1091 if (notif.type_mask) in io_register_zcrx() 1344 u32 type_mask = 1 << type; in zcrx_send_notif() local 1347 if (!(type_mask & ifq->allowed_notif_mask)) in zcrx_send_notif() 1353 if (type_mask & ifq->fired_notifs) in zcrx_send_notif() 1360 ifq->fired_notifs |= type_mask; in zcrx_send_notif() 1552 unsigned type_mask; in zcrx_arm_notif() local 1560 type_mask = 1U << an->event_type; in zcrx_arm_notif() 1561 if (type_mask & ~zcrx->fired_notifs) in zcrx_arm_notif() [all …]
|
| /linux/include/uapi/linux/io_uring/ |
| H A D | zcrx.h | 90 __u32 type_mask; member
|
| /linux/sound/pci/mixart/ |
| H A D | mixart_core.h | 108 u32 type_mask; member 117 u32 type_mask; member
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_main.c | 71 u16 type_mask = 0, val; in ngbe_init_type_code() local 74 type_mask = (u16)(wx->subsystem_device_id & NGBE_OEM_MASK); in ngbe_init_type_code() 85 type_mask == NGBE_SUBID_OCP_CARD) ? 1 : 0; in ngbe_init_type_code() 87 switch (type_mask) { in ngbe_init_type_code()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-designware-debugfs.c | 305 u32 val, counter, vc_num, err_group, type_mask; in err_inj_write() local 311 type_mask = err_inj_type_mask[err_group]; in err_inj_write() 338 val &= ~(type_mask | EINJ_COUNT); in err_inj_write() 339 val |= ((err_inj_list[pdata->idx].err_inj_type << EINJ_TYPE_SHIFT) & type_mask); in err_inj_write()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.h | 48 uint32_t type_mask; member
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpiphp_glue.c | 740 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 D | ocelot_vcap.c | 350 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 D | mlx5_vnet.c | 821 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 D | sli4.c | 3339 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 D | sli4.h | 2436 u8 type_mask; member 2492 u8 type_mask; member
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_hw.c | 736 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 D | ef10.c | 3496 u16 type, type_mask; member 3540 if ((type & ~info->type_mask) == info->type) in efx_ef10_mtd_probe_partition()
|
| /linux/include/linux/ |
| H A D | pci.h | 1659 unsigned long type_mask,
|