Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/storage/
Dene_ub6250.c446 u8 SD_READ_BL_LEN; member
650 bl_len = 1 << (info->SD_READ_BL_LEN); in sd_scsi_read_capacity()
1856 info->SD_READ_BL_LEN = (u8)((reg4b >> 8) & 0x0f); in ene_get_card_status()
1868 if (info->SD_READ_BL_LEN > SD_BLOCK_LEN) { in ene_get_card_status()
1869 info->SD_Block_Mult = 1 << (info->SD_READ_BL_LEN-SD_BLOCK_LEN); in ene_get_card_status()
1870 info->SD_READ_BL_LEN = SD_BLOCK_LEN; in ene_get_card_status()