Searched refs:thld_size (Results 1 – 1 of 1) sorted by relevance
945 u16 thld_size; in dw_mci_post_req() 981 * If (blksz_depth) >= (fifo_depth >> 1), should be 'thld_size <= blksz' in dw_mci_get_cd() 982 * If (blksz_depth) < (fifo_depth >> 1), should be thld_size = blksz in dw_mci_get_cd() 985 thld_size = blksz; in dw_mci_get_cd() 986 mci_writel(host, CDTHRCTL, SDMMC_SET_THLD(thld_size, enable)); in dw_mci_get_cd() 1033 u16 thld_size; dw_mci_ctrl_thld() local