Searched refs:sconfig_desc (Results 1 – 1 of 1) sorted by relevance
285 const struct rtd_pin_sconfig_desc *sconfig_desc; in rtd_pconf_parse_conf() local413 if (!sconfig_desc) { in rtd_pconf_parse_conf()418 reg_off = sconfig_desc->reg_offset; in rtd_pconf_parse_conf()419 p_off = sconfig_desc->pdrive_offset; in rtd_pconf_parse_conf()430 if (!sconfig_desc) { in rtd_pconf_parse_conf()435 reg_off = sconfig_desc->reg_offset; in rtd_pconf_parse_conf()436 n_off = sconfig_desc->ndrive_offset; in rtd_pconf_parse_conf()447 if (!sconfig_desc || sconfig_desc->dcycle_offset == NA) { in rtd_pconf_parse_conf()453 mask = GENMASK(sconfig_desc->dcycle_offset + in rtd_pconf_parse_conf()454 sconfig_desc->dcycle_maskbits - 1, sconfig_desc->dcycle_offset); in rtd_pconf_parse_conf()[all …]
Completed in 13 milliseconds