Lines Matching refs:reg_value
829 struct reg_value { struct
831 u32 reg_value; member
836 const struct reg_value *values;
842 static const struct reg_value gpr13_tx_level[] = {
877 static const struct reg_value gpr13_tx_boost[] = {
896 static const struct reg_value gpr13_tx_atten[] = {
905 static const struct reg_value gpr13_rx_eq[] = {
948 u32 reg_value = 0; in imx_ahci_parse_props() local
956 reg_value |= prop->set_value; in imx_ahci_parse_props()
958 reg_value |= prop->def_value; in imx_ahci_parse_props()
965 reg_value |= prop->def_value; in imx_ahci_parse_props()
972 prop->name, of_val, prop->values[j].reg_value); in imx_ahci_parse_props()
973 reg_value |= prop->values[j].reg_value; in imx_ahci_parse_props()
981 reg_value |= prop->def_value; in imx_ahci_parse_props()
985 return reg_value; in imx_ahci_parse_props()
1106 u32 reg_value; in imx_ahci_probe() local
1116 reg_value = imx_ahci_parse_props(dev, gpr13_props, in imx_ahci_probe()
1123 reg_value; in imx_ahci_probe()