/linux/tools/arch/x86/tools/ |
H A D | gen-insn-attr-x86.awk | 234 function add_flags(old,new) { 256 imm = add_flags(imm, "INAT_SCNDIMM") 262 return add_flags(imm, mod) 316 flags = add_flags(flags, "INAT_MAKE_GROUP(" group[opcode] ")") 320 flags = add_flags(flags, "INAT_FORCE64") 324 flags = add_flags(flags, "INAT_NO_REX2") 328 flags = add_flags(flags, "INAT_MAKE_PREFIX(INAT_PFX_REX)") 332 flags = add_flags(flags, "INAT_MODRM") 336 flags = add_flags(flags, "INAT_VEXOK | INAT_EVEXONLY") 338 flags = add_flags(flag 229 function add_flags(old,new) { global() function [all...] |
/linux/drivers/mtd/parsers/ |
H A D | cmdlinepart.c | 87 unsigned int mask_flags, add_flags; in newpart() local 104 add_flags = 0; in newpart() 150 add_flags |= MTD_SLC_ON_MLC_EMULATION; in newpart() 186 parts[this_part].add_flags = add_flags; in newpart()
|
H A D | ofpart_core.c | 167 parts[i].add_flags |= MTD_SLC_ON_MLC_EMULATION; in parse_fixed_partitions()
|
/linux/sound/pci/ice1712/ |
H A D | revo.c | 241 .add_flags = VT1724_REVO_CCLK, /* high at init */ 263 .add_flags = VT1724_REVO_CCLK, /* high at init */ 284 .add_flags = VT1724_REVO_CCLK, /* high at init */ 302 .add_flags = VT1724_REVO_CCLK, /* high at init */ 352 .add_flags = VT1724_REVO_CCLK, /* high at init */
|
H A D | delta.c | 451 .add_flags = ICE1712_DELTA_AP_CS_DIGITAL, 472 .add_flags = ICE1712_DELTA_AP_CS_DIGITAL, 494 .add_flags = 0, 516 .add_flags = 0, 539 .add_flags = 0, 561 .add_flags = 0,
|
H A D | ak4xxx.c | 54 tmp |= priv->add_flags; in snd_ice1712_akm4xxx_write()
|
H A D | ews.c | 351 .add_flags = ICE1712_EWS88_RW, /* set rw bit high */ 372 .add_flags = ICE1712_EWS88_RW, /* set rw bit high */ 393 .add_flags = ICE1712_6FIRE_RW, /* set rw bit high */
|
H A D | hoontech.c | 295 .add_flags = 0, in snd_ice1712_value_init()
|
H A D | ice1712.h | 259 unsigned int add_flags; /* additional bits at init */ member
|
H A D | phase.c | 105 .add_flags = 1 << 3,
|
/linux/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.c | 455 ctrl_ctx->add_flags = 0; in cdnsp_zero_in_ctx() 647 if (ctrl_ctx->add_flags == 0 && ctrl_ctx->drop_flags == 0) in cdnsp_update_eps_configuration() 650 ctrl_ctx->add_flags |= cpu_to_le32(SLOT_FLAG); in cdnsp_update_eps_configuration() 651 ctrl_ctx->add_flags &= cpu_to_le32(~EP0_FLAG); in cdnsp_update_eps_configuration() 660 (ctrl_ctx->add_flags & le32) || i == 1) { in cdnsp_update_eps_configuration() 669 if ((ctrl_ctx->add_flags != cpu_to_le32(SLOT_FLAG) && in cdnsp_update_eps_configuration() 887 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in cdnsp_setup_device() 899 ctrl_ctx->add_flags = 0; in cdnsp_setup_device() 981 ctrl_ctx->add_flags = cpu_to_le32(added_ctxs); in cdnsp_gadget_ep_enable() 1042 ctrl_ctx->add_flags = 0; in cdnsp_gadget_ep_disable()
|
H A D | cdnsp-gadget.h | 720 __le32 add_flags; member
|
/linux/include/linux/mtd/ |
H A D | partitions.h | 52 uint32_t add_flags; /* flags to add to the partition */ member
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_target.h | 408 uint8_t add_flags; member 511 uint8_t add_flags; /* additional flags */ member
|
H A D | qla_target.c | 115 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, 1705 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, in qlt_send_notify_ack() argument 3235 pkt->add_flags |= CTIO_CRC2_AF_DIF_DSD_ENA; in qlt_build_ctio_crc2_pkt() 5257 uint32_t add_flags = 0; in qlt_handle_imm_notify() local 5380 qlt_send_notify_ack(ha->base_qpair, iocb, add_flags, 0, 0, 0, in qlt_handle_imm_notify()
|
/linux/drivers/mtd/ |
H A D | mtdpart.c | 69 child->part.flags |= part->add_flags; in allocate_partition()
|
/linux/drivers/usb/host/ |
H A D | xhci.h | 515 __le32 add_flags; member 520 (le32_to_cpu(ctrl_ctx->add_flags) & (1 << (i + 1)))
|
H A D | xhci-ring.c | 1583 u32 add_flags; in xhci_handle_cmd_config_ep() local 1599 add_flags = le32_to_cpu(ctrl_ctx->add_flags); in xhci_handle_cmd_config_ep() 1602 ep_index = xhci_last_valid_endpoint(add_flags) - 1; in xhci_handle_cmd_config_ep()
|