Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rts5208/
Drtsx_chip.c764 static inline int check_sd_current_prior(u32 sd_current_prior) in check_sd_current_prior() argument
770 u8 tmp = (u8)(sd_current_prior >> (i*8)); in check_sd_current_prior()
983 if (!check_sd_current_prior(chip->sd_current_prior)) in rtsx_init_chip()
984 chip->sd_current_prior = 0x00010203; in rtsx_init_chip()
987 chip->sd_current_prior); in rtsx_init_chip()
Drtsx_chip.h919 u32 sd_current_prior; member
Drtsx.c793 chip->sd_current_prior = 0x00010203; in rtsx_init_options()
Dsd.c1501 switch ((u8)(chip->sd_current_prior >> (i*8))) { in sd_switch_function()