Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rts5208/
Drtsx_chip.c618 static inline int valid_sd_current_prior(u32 sd_current_prior) in valid_sd_current_prior() argument
624 u8 tmp = (u8)(sd_current_prior >> (i * 8)); in valid_sd_current_prior()
805 if (!valid_sd_current_prior(chip->sd_current_prior)) in rtsx_init_chip()
806 chip->sd_current_prior = 0x00010203; in rtsx_init_chip()
809 chip->sd_current_prior); in rtsx_init_chip()
Drtsx.c736 chip->sd_current_prior = 0x00010203; in rtsx_init_options()
Drtsx_chip.h918 u32 sd_current_prior; member
Dsd.c1349 switch ((u8)(chip->sd_current_prior >> (i * 8))) {