Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_utility_pci_write.c79 ULONG offset, ULONG value, UINT write_size) in _ux_utility_pci_write() argument
91 cfg_ctrl = destination_address | offset | 0x80000000; in _ux_utility_pci_write()
112 outpw(UX_PCI_CFG_DATA_ADDRESS + (offset & 2), (USHORT) value); in _ux_utility_pci_write()
121 outpb(UX_PCI_CFG_DATA_ADDRESS + (offset & 3), (UCHAR) value); in _ux_utility_pci_write()
Dux_utility_pci_read.c79 ULONG offset, UINT read_size) in _ux_utility_pci_read() argument
91 cfg_ctrl = destination_address | offset | 0x80000000; in _ux_utility_pci_read()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_raw_sampling_parse.c163 ULONG n, offset; in _ux_host_class_audio10_sam_parse_func() local
219 for (n = 0, offset = 8; in _ux_host_class_audio10_sam_parse_func()
221 n ++, offset += 3) in _ux_host_class_audio10_sam_parse_func()
224 ((ULONG)packed_audio_descriptor[offset]) + in _ux_host_class_audio10_sam_parse_func()
225 ((ULONG)packed_audio_descriptor[offset+1] << 8) + in _ux_host_class_audio10_sam_parse_func()
226 ((ULONG)packed_audio_descriptor[offset+2] << 16); in _ux_host_class_audio10_sam_parse_func()
548 ULONG n_sub, param_len, offset; in _ux_host_class_audio20_sam_parse_func() local
696 for (offset = 2; offset < param_len; offset += (4*3)) in _ux_host_class_audio20_sam_parse_func()
701 _ux_utility_long_get(buffer + offset); in _ux_host_class_audio20_sam_parse_func()
703 _ux_utility_long_get(buffer + offset + 4); in _ux_host_class_audio20_sam_parse_func()
Dux_host_class_cdc_acm_entry.c199 UCHAR offset; in _ux_host_class_cdc_acm_descriptors_parse() local
282 for (offset = UX_HOST_CLASS_CDC_ACM_UNION_FUNCTIONAL_MASTER; in _ux_host_class_cdc_acm_descriptors_parse()
283 offset < descriptor_length; in _ux_host_class_cdc_acm_descriptors_parse()
284 offset ++) in _ux_host_class_cdc_acm_descriptors_parse()
289 1u << *(descriptor + offset); in _ux_host_class_cdc_acm_descriptors_parse()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h89 ULONG offset, UINT read_size);
91 ULONG offset, ULONG value, UINT write_size);
/USBX-v6.2.1/common/usbx_pictbridge/inc/
Dux_pictbridge.h588 …ICTBRIDGE_STRUCT *pictbridge, ULONG object_handle, UCHAR *buffer, ULONG offset, ULONG length, ULO…
670 …ta_write)(struct UX_PICTBRIDGE_STRUCT *pictbridge, UCHAR *buffer, ULONG offset, ULONG total_lengt…