Searched refs:type2 (Results 1 - 23 of 23) sorted by relevance

/linux-master/arch/parisc/include/asm/
H A Dunistd.h119 #define _syscall2(type,name,type1,arg1,type2,arg2) \
120 type name(type1 arg1, type2 arg2) \
125 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
126 type name(type1 arg1, type2 arg2, type3 arg3) \
131 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
132 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
138 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
139 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5) \
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c134 static inline int types_compatible(mtrr_type type1, mtrr_type type2) argument
137 type2 == MTRR_TYPE_UNCACHABLE ||
138 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) ||
139 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH);
H A Dgeneric.c149 static u8 get_effective_type(u8 type1, u8 type2) argument
151 if (type1 == MTRR_TYPE_UNCACHABLE || type2 == MTRR_TYPE_UNCACHABLE)
154 if ((type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH) ||
155 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK))
158 if (type1 != type2)
/linux-master/arch/x86/pci/
H A Ddirect.c286 goto type2;
288 goto type2;
297 type2:
/linux-master/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c179 status->done = le16_to_cpu(bd->type2.done_flag) & SEC_DONE_MASK;
180 status->icv = (le16_to_cpu(bd->type2.done_flag) & SEC_ICV_MASK) >> 1;
181 status->flag = (le16_to_cpu(bd->type2.done_flag) &
183 status->tag = le16_to_cpu(bd->type2.tag);
184 status->err_type = bd->type2.error_type;
1284 sec_sqe->type2.c_key_addr = cpu_to_le64(c_ctx->c_key_dma);
1285 sec_sqe->type2.c_ivin_addr = cpu_to_le64(c_req->c_ivin_dma);
1286 sec_sqe->type2.data_src_addr = cpu_to_le64(req->in_dma);
1287 sec_sqe->type2.data_dst_addr = cpu_to_le64(c_req->c_out_dma);
1289 sec_sqe->type2
[all...]
H A Dsec_crypto.h208 * nonce_len(type2): 0~3 bits
209 * huk(type2): 4 bit
210 * key_s(type2): 5 bit
217 * a_pad(type2): 2~3 bits
218 * c_s(type2): 4~5 bits
223 * rhf(type2): 0 bit
226 * write_frame_len(type2): 5~7 bits
231 * cal_iv_addr_en(type2): 0 bit
232 * tls_up(type2): 1 bit
237 /* Just using type2 B
238 struct sec_sqe_type2 type2; member in struct:sec_sqe
[all...]
/linux-master/drivers/mfd/
H A Dtwl4030-power.c163 * It seems that type1 and type2 is just the resource init order
164 * number for the type1 and type2 group.
168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \
169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \
171 #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2) \
172 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \
174 #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2) \
175 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \
179 .type = (typ), .type2 = (typ2), \
184 .type = (typ), .type2
[all...]
/linux-master/drivers/acpi/acpica/
H A Dnsprepkg.c29 u8 type2, u32 count2, u32 start_index);
689 * type2 - Object type for second group
705 u8 type2, u32 count2, u32 start_index)
730 type2,
701 acpi_ns_check_package_elements(struct acpi_evaluate_info *info, union acpi_operand_object **elements, u8 type1, u32 count1, u8 type2, u32 count2, u32 start_index) argument
/linux-master/include/linux/mfd/
H A Dtwl.h553 #define MSG_BROADCAST(devgrp, grp, type, type2, state) \
554 ( (devgrp) << 13 | 1 << 12 | (grp) << 9 | (type2) << 7 \
654 u8 type2; /* Power resource addressed, 3 / broadcast message */ member in struct:twl4030_resconfig
/linux-master/drivers/gpio/
H A Dgpio-aspeed-sgpio.c337 u32 type2 = 0; local
350 type2 |= bit;
383 reg = (reg & ~bit) | type2;
H A Dgpio-aspeed.c607 u32 type2 = 0; local
623 type2 |= bit;
657 reg = (reg & ~bit) | type2;
/linux-master/drivers/peci/
H A Drequest.c471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \
477 sizeof(type2)); \
/linux-master/drivers/pci/
H A Dsetup-bus.c980 * @type2: Second match type
994 unsigned long type, unsigned long type2,
1030 (r->flags & mask) != type2 &&
1211 unsigned long mask, prefmask, type2 = 0, type3 = 0; local
1287 type2 = prefmask & ~IORESOURCE_MEM_64;
1297 if (!type2) {
1313 type2 = type3 = IORESOURCE_MEM;
1330 pbus_size_mem(bus, mask, IORESOURCE_MEM, type2, type3,
993 pbus_size_mem(struct pci_bus *bus, unsigned long mask, unsigned long type, unsigned long type2, unsigned long type3, resource_size_t min_size, resource_size_t add_size, struct list_head *realloc_head) argument
/linux-master/sound/usb/
H A Dclock.c78 #define DEFINE_FIND_HELPER(name, obj, validator, type2, type3) \
82 proto == UAC_VERSION_3 ? (type3) : (type2), \
/linux-master/arch/x86/mm/
H A Dinit_64.c63 #define DEFINE_POPULATE(fname, type1, type2, init) \
65 type1##_t *arg1, type2##_t *arg2, bool init) \
78 #define DEFINE_ENTRY(type1, type2, init) \
80 type2##_t arg2, bool init) \
/linux-master/drivers/scsi/aacraid/
H A Daachba.c208 struct tvpd_id_descriptor_type_2 type2; member in struct:tvpd_page83
1029 sizeof(vpdpage83data.type2);
1069 vpdpage83data.type2.codeset = 1;
1071 vpdpage83data.type2.identifiertype = 2;
1072 vpdpage83data.type2.identifierlength =
1073 sizeof(vpdpage83data.type2) - 4;
1075 vpdpage83data.type2.eu64id.venid[0] = 0xD0;
1076 vpdpage83data.type2.eu64id.venid[1] = 0;
1077 vpdpage83data.type2.eu64id.venid[2] = 0;
1079 vpdpage83data.type2
[all...]
/linux-master/net/mac80211/
H A Diface.c316 static inline int identical_mac_addr_allowed(int type1, int type2) argument
319 type2 == NL80211_IFTYPE_MONITOR ||
321 type2 == NL80211_IFTYPE_P2P_DEVICE ||
322 (type1 == NL80211_IFTYPE_AP && type2 == NL80211_IFTYPE_AP_VLAN) ||
324 (type2 == NL80211_IFTYPE_AP ||
325 type2 == NL80211_IFTYPE_AP_VLAN));
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.c42 #define __WSM_GET(buf, type, type2, cvt) \
47 val = cvt(*(type2 *)(buf)->data); \
65 #define __WSM_PUT(buf, val, type, type2, cvt) \
70 *(type2 *)(buf)->data = cvt(val); \
/linux-master/drivers/video/fbdev/
H A Dffb.c333 u32 type2; member in struct:ffb_dac
446 upa_writel(FFB_DAC_CUR_CTRL, &dac->type2);
/linux-master/scripts/
H A Dkernel-doc1759 my $type2 = qr{$type1\*+};
1771 $prototype =~ m/^($type2+)\s*($name)\s*$prototype_end/) {
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2566 uint64_t type2:16; member in struct:cvmx_pip_vlan_etypesx::cvmx_pip_vlan_etypesx_s
2572 uint64_t type2:16;
/linux-master/drivers/pinctrl/
H A Dpinctrl-rockchip.c87 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \
101 { .drv_type = type2, .offset = -1 }, \
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c6830 u32 type2 = HWRM_RING_ALLOC_CMPL; local
6835 rc = hwrm_ring_alloc_send_msg(bp, ring, type2, map_idx);
6838 bnxt_set_db(bp, &cpr2->cp_db, type2, map_idx,
6867 u32 type2 = HWRM_RING_ALLOC_CMPL; local
6871 rc = hwrm_ring_alloc_send_msg(bp, ring, type2, map_idx);
6874 bnxt_set_db(bp, &cpr2->cp_db, type2, map_idx,

Completed in 651 milliseconds