Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_media_read.c34 ULONG sector_start, ULONG sector_count);
41 ULONG sector_start, ULONG sector_count) in _ux_host_class_storage_read_initialize() argument
65 sector_count * storage -> ux_host_class_storage_sector_size, in _ux_host_class_storage_read_initialize()
75 …y_short_put_big_endian(cbw_cb + UX_HOST_CLASS_STORAGE_READ_TRANSFER_LENGTH, (USHORT) sector_count); in _ux_host_class_storage_read_initialize()
131 ULONG sector_count, UCHAR *data_pointer) in _ux_host_class_storage_media_read() argument
137 sector_start, sector_count, data_pointer); in _ux_host_class_storage_media_read()
147 …INSERT(UX_TRACE_HOST_CLASS_STORAGE_MEDIA_READ, storage, sector_start, sector_count, data_pointer, … in _ux_host_class_storage_media_read()
157 _ux_host_class_storage_read_initialize(storage, sector_start, sector_count); in _ux_host_class_storage_media_read()
169 …if (storage -> ux_host_class_storage_data_phase_length != sector_count * storage -> ux_host_class_… in _ux_host_class_storage_media_read()
238 ULONG sector_count, UCHAR *data_pointer) in _uxe_host_class_storage_media_read() argument
[all …]
Dux_host_class_storage_media_write.c34 ULONG sector_start, ULONG sector_count);
41 ULONG sector_start, ULONG sector_count) in _ux_host_class_storage_write_initialize() argument
64 sector_count * storage -> ux_host_class_storage_sector_size, in _ux_host_class_storage_write_initialize()
74 …_short_put_big_endian(cbw_cb + UX_HOST_CLASS_STORAGE_WRITE_TRANSFER_LENGTH, (USHORT) sector_count); in _ux_host_class_storage_write_initialize()
130 ULONG sector_count, UCHAR *data_pointer) in _ux_host_class_storage_media_write() argument
136 sector_start, sector_count, data_pointer); in _ux_host_class_storage_media_write()
146 …NSERT(UX_TRACE_HOST_CLASS_STORAGE_MEDIA_WRITE, storage, sector_start, sector_count, data_pointer, … in _ux_host_class_storage_media_write()
149 _ux_host_class_storage_write_initialize(storage, sector_start, sector_count); in _ux_host_class_storage_media_write()
215 ULONG sector_count, UCHAR *data_pointer) in _uxe_host_class_storage_media_write() argument
223 return(_ux_host_class_storage_media_write(storage, sector_start, sector_count, data_pointer)); in _uxe_host_class_storage_media_write()
Dux_host_class_storage_read_write_run.c34 ULONG sector_start, ULONG sector_count);
37 ULONG sector_start, ULONG sector_count);
102 ULONG sector_start, ULONG sector_count, UCHAR *data_pointer) in _ux_host_class_storage_read_write_run() argument
130 …INSERT(UX_TRACE_HOST_CLASS_STORAGE_MEDIA_READ, storage, sector_start, sector_count, data_pointer, … in _ux_host_class_storage_read_write_run()
143 _ux_host_class_storage_read_initialize(storage, sector_start, sector_count); in _ux_host_class_storage_read_write_run()
145 _ux_host_class_storage_write_initialize(storage, sector_start, sector_count); in _ux_host_class_storage_read_write_run()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h644 ULONG sector_count, UCHAR *data_pointer);
647 ULONG sector_count, UCHAR *data_pointer);
690 ULONG read_write, ULONG sector_start, ULONG sector_count, UCHAR *data_pointer);
694 ULONG sector_count, UCHAR *data_pointer);
696 ULONG sector_count, UCHAR *data_pointer);
/USBX-v6.2.1/test/regression/
Dusbx_storage_tests.c342 …_media_read(UX_HOST_CLASS_STORAGE *storage, ULONG sector_start, ULONG sector_count, UCHAR *data_po… in ux_test_host_class_storage_media_read() argument
346 return(ux_host_class_storage_media_read(storage, sector_start, sector_count, data_pointer)); in ux_test_host_class_storage_media_read()
349 …media_write(UX_HOST_CLASS_STORAGE *storage, ULONG sector_start, ULONG sector_count, UCHAR *data_po… in ux_test_host_class_storage_media_write() argument
353 return(ux_host_class_storage_media_write(storage, sector_start, sector_count, data_pointer)); in ux_test_host_class_storage_media_write()
3134 UINT sector_count; in ux_test_host_class_storage_media_read_write_basic_test() local
3167sector_count = ((size - 1) + global_storage_media->ux_host_class_storage_media_sector_size) / glob… in ux_test_host_class_storage_media_read_write_basic_test()
3193 sector_count, global_buffer); in ux_test_host_class_storage_media_read_write_basic_test()
3207 sector_count, global_buffer); in ux_test_host_class_storage_media_read_write_basic_test()
Dux_test.h157 ULONG sector_count; member