Home
last modified time | relevance | path

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

/drivers/staging/rts5208/
Drtsx_chip.c757 static inline int check_sd_current_prior(u32 sd_current_prior) in check_sd_current_prior() argument
763 u8 tmp = (u8)(sd_current_prior >> (i * 8)); in check_sd_current_prior()
976 if (!check_sd_current_prior(chip->sd_current_prior)) in rtsx_init_chip()
977 chip->sd_current_prior = 0x00010203; in rtsx_init_chip()
980 chip->sd_current_prior); in rtsx_init_chip()
Drtsx_chip.h915 u32 sd_current_prior; member
Drtsx.c791 chip->sd_current_prior = 0x00010203; in rtsx_init_options()
Dsd.c1499 switch ((u8)(chip->sd_current_prior >> (i*8))) {