Home
last modified time | relevance | path

Searched refs:w_index (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Dcomposite.c702 u16 w_index = le16_to_cpu(ctrl->wIndex); in composite_setup() local
705 u8 intf = w_index & 0xFF; in composite_setup()
761 w_index, w_value & 0xff); in composite_setup()
810 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()
817 value = f->set_alt(f, w_index, w_value); in composite_setup()
822 if (!cdev->config || w_index >= MAX_CONFIG_INTERFACES) in composite_setup()
828 value = f->get_alt ? f->get_alt(f, w_index) : 0; in composite_setup()
838 w_value, w_index, w_length); in composite_setup()
854 endp = ((w_index & 0x80) >> 3) | (w_index & 0x0f); in composite_setup()
Dat91_udc.c884 #define w_index le16_to_cpu(pkt.r.wIndex) in handle_setup() macro
890 w_value, w_index, w_length); in handle_setup()
977 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
983 if ((w_index & USB_DIR_IN)) { in handle_setup()
1000 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1006 if ((w_index & USB_DIR_IN)) { in handle_setup()
1019 tmp = w_index & USB_ENDPOINT_NUMBER_MASK; in handle_setup()
1027 if ((w_index & USB_DIR_IN)) { in handle_setup()
1045 #undef w_index in handle_setup()
Df_mass_storage.c534 u16 w_index = get_unaligned_le16(&ctrl->wIndex); in fsg_setup() local
547 if (w_index != fsg->interface_number || w_value != 0) in fsg_setup()
560 if (w_index != fsg->interface_number || w_value != 0) in fsg_setup()
574 get_unaligned_le16(&ctrl->wValue), w_index, w_length); in fsg_setup()
/external/llvm/test/CodeGen/AMDGPU/
Dvector-alloca.ll37 define void @vector_write(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
48 %1 = getelementptr [4 x i32], [4 x i32]* %0, i32 0, i32 %w_index
60 define void @bitcast_gep(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dvector-alloca.ll37 ; OPT: %0 = insertelement <4 x i32> zeroinitializer, i32 1, i32 %w_index
48 define amdgpu_kernel void @vector_write(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
59 %tmp1 = getelementptr [4 x i32], [4 x i32] addrspace(5)* %tmp, i32 0, i32 %w_index
75 define amdgpu_kernel void @bitcast_gep(i32 addrspace(1)* %out, i32 %w_index, i32 %r_index) {
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc305 int w_index = 2; in GetPoolingOutputSize() local
309 w_index = 3; in GetPoolingOutputSize()
315 int w = input[w_index]; in GetPoolingOutputSize()
318 int sy = strides[w_index]; in GetPoolingOutputSize()
320 int ky = ksize[w_index]; in GetPoolingOutputSize()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc1793 int w_index = (data_format == "NHWC") ? 2 : 3; in ConvertConv2DHelper() local
1805 const nvinfer1::DimsHW dilation(tf_dilations[h_index], tf_dilations[w_index]); in ConvertConv2DHelper()
1823 const nvinfer1::DimsHW stride(tf_stride[h_index], tf_stride[w_index]); in ConvertConv2DHelper()
1871 input_dims = {output_size_weights[h_index], output_size_weights[w_index]}; in ConvertConv2DHelper()
2664 int w_index = 3; in ConvertPool() local
2668 w_index = 2; in ConvertPool()
2674 const nvinfer1::DimsHW stride(tf_stride[h_index], tf_stride[w_index]); in ConvertPool()
2677 const nvinfer1::DimsHW ksize(tf_kernel[h_index], tf_kernel[w_index]); in ConvertPool()