Lines Matching refs:reg_value
818 struct reg_value { struct
820 u32 reg_value; argument
825 const struct reg_value *values;
831 static const struct reg_value gpr13_tx_level[] = {
866 static const struct reg_value gpr13_tx_boost[] = {
885 static const struct reg_value gpr13_tx_atten[] = {
894 static const struct reg_value gpr13_rx_eq[] = {
937 u32 reg_value = 0; in imx_ahci_parse_props() local
945 reg_value |= prop->set_value; in imx_ahci_parse_props()
947 reg_value |= prop->def_value; in imx_ahci_parse_props()
954 reg_value |= prop->def_value; in imx_ahci_parse_props()
961 prop->name, of_val, prop->values[j].reg_value); in imx_ahci_parse_props()
962 reg_value |= prop->values[j].reg_value; in imx_ahci_parse_props()
970 reg_value |= prop->def_value; in imx_ahci_parse_props()
974 return reg_value; in imx_ahci_parse_props()
1086 u32 reg_value; in imx_ahci_probe() local
1096 reg_value = imx_ahci_parse_props(dev, gpr13_props, in imx_ahci_probe()
1103 reg_value; in imx_ahci_probe()