Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_utility_pci_write.c78 ULONG offset, ULONG value, UINT write_size) in _ux_utility_pci_write() argument
90 cfg_ctrl = destination_address | offset | 0x80000000; in _ux_utility_pci_write()
111 outpw(UX_PCI_CFG_DATA_ADDRESS + (offset & 2), (USHORT) value); in _ux_utility_pci_write()
120 outpb(UX_PCI_CFG_DATA_ADDRESS + (offset & 3), (UCHAR) value); in _ux_utility_pci_write()
Dux_utility_pci_read.c78 ULONG offset, UINT read_size) in _ux_utility_pci_read() argument
90 cfg_ctrl = destination_address | offset | 0x80000000; in _ux_utility_pci_read()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_enum_wMaxPacketSize_test.c341 INT i, offset; in ux_test_thread_host_simulation_entry() local
420 offset = DEVICE_FRAMEWORK_LENGTH_HIGH_SPEED; in ux_test_thread_host_simulation_entry()
421 offset += tests[i].wMaxPacketSize_offset; in ux_test_thread_host_simulation_entry()
422 _ux_utility_short_put(device_framework_high_speed + offset, tests[i].wMaxPacketSize); in ux_test_thread_host_simulation_entry()
423 device_framework_high_speed[offset + 2] = tests[i].bInterval; in ux_test_thread_host_simulation_entry()
431 offset = DEVICE_FRAMEWORK_LENGTH_FULL_SPEED; in ux_test_thread_host_simulation_entry()
432 offset += tests[i].wMaxPacketSize_offset; in ux_test_thread_host_simulation_entry()
433 _ux_utility_short_put(device_framework_full_speed + offset, tests[i].wMaxPacketSize); in ux_test_thread_host_simulation_entry()
434 device_framework_full_speed[offset + 2] = tests[i].bInterval; in ux_test_thread_host_simulation_entry()
Dusbx_pictbridge_basic_test.c398 …_object_data_write(UX_PICTBRIDGE *pictbridge,UCHAR *object_buffer, ULONG offset, ULONG total_lengt… in test_pictbridge_host_object_data_write() argument
Dusbx_msrc_72526_pictbridge_dps_host_start_test.c398 …_object_data_write(UX_PICTBRIDGE *pictbridge,UCHAR *object_buffer, ULONG offset, ULONG total_lengt… in test_pictbridge_host_object_data_write() argument
Dusbx_msrc_81108_pictbridge_object_parse_test.c398 …_object_data_write(UX_PICTBRIDGE *pictbridge,UCHAR *object_buffer, ULONG offset, ULONG total_lengt… in test_pictbridge_host_object_data_write() argument
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_raw_sampling_parse.c162 ULONG n, offset; in _ux_host_class_audio10_sam_parse_func() local
218 for (n = 0, offset = 8; in _ux_host_class_audio10_sam_parse_func()
220 n ++, offset += 3) in _ux_host_class_audio10_sam_parse_func()
223 ((ULONG)packed_audio_descriptor[offset]) + in _ux_host_class_audio10_sam_parse_func()
224 ((ULONG)packed_audio_descriptor[offset+1] << 8) + in _ux_host_class_audio10_sam_parse_func()
225 ((ULONG)packed_audio_descriptor[offset+2] << 16); in _ux_host_class_audio10_sam_parse_func()
547 ULONG n_sub, param_len, offset; in _ux_host_class_audio20_sam_parse_func() local
695 for (offset = 2; offset < param_len; offset += (4*3)) in _ux_host_class_audio20_sam_parse_func()
700 _ux_utility_long_get(buffer + offset); in _ux_host_class_audio20_sam_parse_func()
702 _ux_utility_long_get(buffer + offset + 4); in _ux_host_class_audio20_sam_parse_func()
Dux_host_class_cdc_acm_entry.c198 UCHAR offset; in _ux_host_class_cdc_acm_descriptors_parse() local
281 for (offset = UX_HOST_CLASS_CDC_ACM_UNION_FUNCTIONAL_MASTER; in _ux_host_class_cdc_acm_descriptors_parse()
282 offset < descriptor_length; in _ux_host_class_cdc_acm_descriptors_parse()
283 offset ++) in _ux_host_class_cdc_acm_descriptors_parse()
288 1u << *(descriptor + offset); in _ux_host_class_cdc_acm_descriptors_parse()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h96 ULONG offset, UINT read_size);
98 ULONG offset, ULONG value, UINT write_size);
/USBX-v6.2.1/common/usbx_pictbridge/inc/
Dux_pictbridge.h587 …ICTBRIDGE_STRUCT *pictbridge, ULONG object_handle, UCHAR *buffer, ULONG offset, ULONG length, ULO…
669 …ta_write)(struct UX_PICTBRIDGE_STRUCT *pictbridge, UCHAR *buffer, ULONG offset, ULONG total_lengt…