| /OK3568_Linux_fs/kernel/tools/arch/x86/tools/ |
| H A D | gen-insn-attr-x86.awk | 229 function add_flags(old,new) { function 251 imm = add_flags(imm, "INAT_SCNDIMM") 257 return add_flags(imm, mod) 311 flags = add_flags(flags, "INAT_MAKE_GROUP(" group[opcode] ")") 315 flags = add_flags(flags, "INAT_FORCE64") 319 flags = add_flags(flags, "INAT_MAKE_PREFIX(INAT_PFX_REX)") 323 flags = add_flags(flags, "INAT_MODRM") 327 flags = add_flags(flags, "INAT_VEXOK | INAT_EVEXONLY") 329 flags = add_flags(flags, "INAT_VEXOK | INAT_VEXONLY") 331 flags = add_flags(flags, "INAT_VEXOK") [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/tools/ |
| H A D | gen-insn-attr-x86.awk | 229 function add_flags(old,new) { function 251 imm = add_flags(imm, "INAT_SCNDIMM") 257 return add_flags(imm, mod) 311 flags = add_flags(flags, "INAT_MAKE_GROUP(" group[opcode] ")") 315 flags = add_flags(flags, "INAT_FORCE64") 319 flags = add_flags(flags, "INAT_MAKE_PREFIX(INAT_PFX_REX)") 323 flags = add_flags(flags, "INAT_MODRM") 327 flags = add_flags(flags, "INAT_VEXOK | INAT_EVEXONLY") 329 flags = add_flags(flags, "INAT_VEXOK | INAT_VEXONLY") 331 flags = add_flags(flags, "INAT_VEXOK") [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | cmdlinepart.c | 95 unsigned int mask_flags, add_flags; in newpart() local 112 add_flags = 0; in newpart() 158 add_flags |= MTD_SLC_ON_MLC_EMULATION; in newpart() 194 parts[this_part].add_flags = add_flags; in newpart()
|
| H A D | ofpart.c | 121 parts[i].add_flags |= MTD_SLC_ON_MLC_EMULATION; in parse_fixed_partitions()
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dcache.c | 1902 unsigned add_flags = DCACHE_REGULAR_TYPE; in d_flags_for_inode() local 1908 add_flags = DCACHE_DIRECTORY_TYPE; in d_flags_for_inode() 1911 add_flags = DCACHE_AUTODIR_TYPE; in d_flags_for_inode() 1920 add_flags = DCACHE_SYMLINK_TYPE; in d_flags_for_inode() 1927 add_flags = DCACHE_SPECIAL_TYPE; in d_flags_for_inode() 1931 add_flags |= DCACHE_NEED_AUTOMOUNT; in d_flags_for_inode() 1932 return add_flags; in d_flags_for_inode() 1937 unsigned add_flags = d_flags_for_inode(inode); in __d_instantiate() local 1948 __d_set_inode_and_type(dentry, inode, add_flags); in __d_instantiate() 2023 unsigned add_flags; in __d_instantiate_anon() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.c | 1468 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_maxpacket() 1477 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_check_maxpacket() 1830 ctrl_ctx->add_flags &= cpu_to_le32(~drop_flag); in xhci_drop_endpoint() 1831 new_add_flags = le32_to_cpu(ctrl_ctx->add_flags); in xhci_drop_endpoint() 1917 if (le32_to_cpu(ctrl_ctx->add_flags) & added_ctxs) { in xhci_add_endpoint() 1934 ctrl_ctx->add_flags |= cpu_to_le32(added_ctxs); in xhci_add_endpoint() 1935 new_add_flags = le32_to_cpu(ctrl_ctx->add_flags); in xhci_add_endpoint() 1980 ctrl_ctx->add_flags = 0; in xhci_zero_in_ctx() 2104 valid_add_flags = le32_to_cpu(ctrl_ctx->add_flags) >> 2; in xhci_count_num_new_endpoints() 2121 valid_add_flags = le32_to_cpu(ctrl_ctx->add_flags) >> 2; in xhci_count_num_dropped_endpoints() [all …]
|
| H A D | xhci-ring.c | 1532 u32 add_flags, drop_flags; in xhci_handle_cmd_config_ep() local 1551 add_flags = le32_to_cpu(ctrl_ctx->add_flags); in xhci_handle_cmd_config_ep() 1554 ep_index = xhci_last_valid_endpoint(add_flags) - 1; in xhci_handle_cmd_config_ep() 1567 add_flags - SLOT_FLAG == drop_flags) { in xhci_handle_cmd_config_ep()
|
| H A D | xhci-trace.h | 440 __entry->add = le32_to_cpu(ctrl_ctx->add_flags);
|
| H A D | xhci.h | 795 __le32 add_flags; member 800 (le32_to_cpu(ctrl_ctx->add_flags) & (1 << (i + 1)))
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | partitions.h | 52 uint32_t add_flags; /* flags to add to the partition */ member
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 2010 uint32_t add_flags; in rtk_parse_config_file() local 2018 add_flags = config_flags; in rtk_parse_config_file() 2090 if (!(add_flags & CONFIG_TXPOWER)) in rtk_parse_config_file() 2092 add_flags &= ~CONFIG_TXPOWER; in rtk_parse_config_file() 2104 if (!(add_flags & CONFIG_XTAL)) in rtk_parse_config_file() 2106 add_flags &= ~CONFIG_XTAL; in rtk_parse_config_file() 2151 if (add_flags & CONFIG_TXPOWER) in rtk_parse_config_file() 2153 if ((add_flags & CONFIG_XTAL)) in rtk_parse_config_file() 2156 if (add_flags) { in rtk_parse_config_file() 2163 if (add_flags & CONFIG_TXPOWER) { in rtk_parse_config_file() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci.c | 524 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_set_configuration() 530 ctrl_ctx->add_flags |= cpu_to_le32(1 << (ep_flag + 1)); in xhci_set_configuration() 645 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG | EP0_FLAG); in xhci_address_device() 801 ctrl_ctx->add_flags = cpu_to_le32(EP0_FLAG); in xhci_check_maxpacket() 1433 ctrl_ctx->add_flags = cpu_to_le32(SLOT_FLAG); in xhci_update_hub_device()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_target.h | 403 uint8_t add_flags; member 497 uint8_t add_flags; /* additional flags */ member
|
| H A D | qla_target.c | 122 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, 1671 uint32_t add_flags, uint16_t resp_code, int resp_code_valid, in qlt_send_notify_ack() argument 3193 pkt->add_flags |= CTIO_CRC2_AF_DIF_DSD_ENA; in qlt_build_ctio_crc2_pkt() 5144 uint32_t add_flags = 0; in qlt_handle_imm_notify() local 5267 qlt_send_notify_ack(ha->base_qpair, iocb, add_flags, 0, 0, 0, in qlt_handle_imm_notify()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 684 volatile __le32 add_flags; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdpart.c | 62 child->part.flags |= part->add_flags; in allocate_partition()
|