Home
last modified time | relevance | path

Searched refs:type2 (Results 1 – 14 of 14) sorted by relevance

/drivers/mfd/
A Dtwl4030-power.c168 #define TWL_RESOURCE_GROUP_RESET(group, type1, type2) \ argument
169 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type1), (type2), \
171 #define TWL_RESOURCE_GROUP_SLEEP(group, type, type2) \ argument
172 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \
174 #define TWL_RESOURCE_GROUP_ACTIVE(group, type, type2) \ argument
175 { MSG_BROADCAST(DEV_GRP_NULL, (group), (type), (type2), \
179 .type = (typ), .type2 = (typ2), \
184 .type = (typ), .type2 = (typ2), \
422 if (rconfig->type2 != TWL4030_RESCONFIG_UNDEF) { in twl4030_configure_resource()
424 type |= rconfig->type2 << TYPE2_SHIFT; in twl4030_configure_resource()
/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.c157 status->flag = (le16_to_cpu(bd->type2.done_flag) & in pre_parse_finished_bd()
159 status->tag = le16_to_cpu(bd->type2.tag); in pre_parse_finished_bd()
160 status->err_type = bd->type2.error_type; in pre_parse_finished_bd()
1530 if (sec_sqe->type2.data_src_addr != sec_sqe->type2.data_dst_addr) in sec_skcipher_bd_fill()
1535 sec_sqe->type2.c_alg = c_ctx->c_alg; in sec_skcipher_bd_fill()
1560 sec_sqe->type2.clen_ivhlen |= cpu_to_le32(c_req->c_len); in sec_skcipher_bd_fill()
1757 sec_sqe->type2.a_key_addr = sec_sqe->type2.c_key_addr; in sec_auth_bd_fill_xcm()
1766 sec_sqe->type2.alen_ivllen = cpu_to_le32(aq->assoclen); in sec_auth_bd_fill_xcm()
1767 sec_sqe->type2.auth_src_offset = cpu_to_le16(0x0); in sec_auth_bd_fill_xcm()
1813 sec_sqe->type2.mac_key_alg |= in sec_auth_bd_fill_ex()
[all …]
A Dsec_crypto.h227 struct sec_sqe_type2 type2; member
/drivers/acpi/acpica/
A Dnsprepkg.c29 u8 type2, u32 count2, u32 start_index);
705 u8 type2, u32 count2, u32 start_index) in acpi_ns_check_package_elements() argument
730 type2, in acpi_ns_check_package_elements()
/drivers/of/unittest-data/
A Dtests-match.dtsi10 c { name2 { device_type = "type2"; }; };
/drivers/gpio/
A Dgpio-aspeed-sgpio.c325 u32 type2 = 0; in aspeed_sgpio_set_type() local
337 type2 |= bit; in aspeed_sgpio_set_type()
369 reg = (reg & ~bit) | type2; in aspeed_sgpio_set_type()
A Dgpio-aspeed.c582 u32 type2 = 0; in aspeed_gpio_set_type() local
594 type2 = 1; in aspeed_gpio_set_type()
621 type2); in aspeed_gpio_set_type()
/drivers/pci/
A Dsetup-bus.c1158 unsigned long type, unsigned long type2, in pbus_size_mem() argument
1194 (r->flags & mask) != type2 && in pbus_size_mem()
1396 unsigned long mask, prefmask, type2 = 0, type3 = 0; in __pci_bus_size_bridges() local
1472 type2 = prefmask & ~IORESOURCE_MEM_64; in __pci_bus_size_bridges()
1482 if (!type2) { in __pci_bus_size_bridges()
1498 type2 = type3 = IORESOURCE_MEM; in __pci_bus_size_bridges()
1515 pbus_size_mem(bus, mask, IORESOURCE_MEM, type2, type3, in __pci_bus_size_bridges()
/drivers/peci/
A Drequest.c471 #define __read_ep_mmio(x, y, addr_type, type1, type2) \ argument
477 sizeof(type2)); \
/drivers/scsi/aacraid/
A Daachba.c208 struct tvpd_id_descriptor_type_2 type2; member
1029 sizeof(vpdpage83data.type2); in get_container_serial_callback()
1069 vpdpage83data.type2.codeset = 1; in get_container_serial_callback()
1071 vpdpage83data.type2.identifiertype = 2; in get_container_serial_callback()
1072 vpdpage83data.type2.identifierlength = in get_container_serial_callback()
1073 sizeof(vpdpage83data.type2) - 4; in get_container_serial_callback()
1075 vpdpage83data.type2.eu64id.venid[0] = 0xD0; in get_container_serial_callback()
1076 vpdpage83data.type2.eu64id.venid[1] = 0; in get_container_serial_callback()
1077 vpdpage83data.type2.eu64id.venid[2] = 0; in get_container_serial_callback()
1079 vpdpage83data.type2.eu64id.Serial = in get_container_serial_callback()
[all …]
/drivers/net/wireless/st/cw1200/
A Dwsm.c42 #define __WSM_GET(buf, type, type2, cvt) \ argument
47 val = cvt(*(type2 *)(buf)->data); \
65 #define __WSM_PUT(buf, val, type, type2, cvt) \ argument
70 *(type2 *)(buf)->data = cvt(val); \
/drivers/video/fbdev/
A Dffb.c333 u32 type2; member
446 upa_writel(FFB_DAC_CUR_CTRL, &dac->type2); in ffb_switch_from_graph()
/drivers/acpi/apei/
A Deinj-core.c219 static int einj_get_available_error_types(u32 *type1, u32 *type2) in einj_get_available_error_types() argument
227 rc = einj_get_available_error_type(type2, in einj_get_available_error_types()
/drivers/pinctrl/
A Dpinctrl-rockchip.c108 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
122 { .drv_type = type2, .offset = -1 }, \

Completed in 53 milliseconds