Home
last modified time | relevance | path

Searched refs:start_lba (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Misc/
A Dusbh_buff_manager.c72 temp_buff->start_lba = 0; in set_usbh_temp_buff_default()
155 …emp_buff_valid(unsigned int buff_num, unsigned int dev_id, unsigned int start_lba, unsigned int se… in set_usbh_temp_buff_valid() argument
176 buff_mgr->buff_array[buff_num].start_lba = start_lba; in set_usbh_temp_buff_valid()
177 …buff_mgr->buff_array[buff_num].end_lba = start_lba + (buff_mgr->buff_array[buff_num].buff_le… in set_usbh_temp_buff_valid()
218 && (buff_mgr->buff_array[i].start_lba <= lba) in set_usbh_temp_buff_invalid()
388 if (buff_mgr->buff_array[i].start_lba <= lba && buff_mgr->buff_array[i].end_lba >= lba) in select_best_buffer()
461 …buff_start = (lba - buff_mgr->buff_array[buff_no].start_lba) * (buff_mgr->buff_array[buff_no].sec… in read_usbh_temp_buff()
523 if ((buff_mgr->buff_array[i].start_lba <= (lba + size)) in write_usbh_temp_buff()
525 && (buff_mgr->buff_array[i].start_lba <= lba) in write_usbh_temp_buff()
528 … buff_start = (lba - buff_mgr->buff_array[i].start_lba) * (buff_mgr->buff_array[i].sector_size); in write_usbh_temp_buff()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A Dusbh_buff_manager.h34 unsigned int start_lba; /* 起始扇区 */ member

Completed in 11 milliseconds