Lines Matching refs:reg_value
823 struct reg_value { struct
825 u32 reg_value; argument
830 const struct reg_value *values;
836 static const struct reg_value gpr13_tx_level[] = {
871 static const struct reg_value gpr13_tx_boost[] = {
890 static const struct reg_value gpr13_tx_atten[] = {
899 static const struct reg_value gpr13_rx_eq[] = {
942 u32 reg_value = 0; in imx_ahci_parse_props() local
950 reg_value |= prop->set_value; in imx_ahci_parse_props()
952 reg_value |= prop->def_value; in imx_ahci_parse_props()
959 reg_value |= prop->def_value; in imx_ahci_parse_props()
966 prop->name, of_val, prop->values[j].reg_value); in imx_ahci_parse_props()
967 reg_value |= prop->values[j].reg_value; in imx_ahci_parse_props()
975 reg_value |= prop->def_value; in imx_ahci_parse_props()
979 return reg_value; in imx_ahci_parse_props()
1091 u32 reg_value; in imx_ahci_probe() local
1101 reg_value = imx_ahci_parse_props(dev, gpr13_props, in imx_ahci_probe()
1108 reg_value; in imx_ahci_probe()