Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/storage/
H A Dalauda.c427 MEDIA_INFO(us).capacity >> 20); in alauda_init_media()
438 MEDIA_INFO(us).blockmask = MEDIA_INFO(us).blocksize - 1; in alauda_init_media()
440 num_zones = MEDIA_INFO(us).capacity >> (MEDIA_INFO(us).zoneshift in alauda_init_media()
441 + MEDIA_INFO(us).blockshift + MEDIA_INFO(us).pageshift); in alauda_init_media()
444 if (MEDIA_INFO(us).pba_to_lba == NULL || MEDIA_INFO(us).lba_to_pba == NULL) in alauda_init_media()
473 alauda_free_maps(&MEDIA_INFO(us)); in alauda_check_media()
483 alauda_free_maps(&MEDIA_INFO(us)); in alauda_check_media()
799 (MEDIA_INFO(us).pagesize + 64) * MEDIA_INFO(us).blocksize, in alauda_write_block()
1159 num_zones = MEDIA_INFO(us).capacity >> (MEDIA_INFO(us).zoneshift in alauda_transport()
1160 + MEDIA_INFO(us).blockshift + MEDIA_INFO(us).pageshift); in alauda_transport()
[all …]