Lines Matching refs:reg_value
366 struct reg_value { struct
368 u32 reg_value; argument
373 const struct reg_value *values;
379 static const struct reg_value gpr13_tx_level[] = {
414 static const struct reg_value gpr13_tx_boost[] = {
433 static const struct reg_value gpr13_tx_atten[] = {
442 static const struct reg_value gpr13_rx_eq[] = {
485 u32 reg_value = 0; in imx_ahci_parse_props() local
493 reg_value |= prop->set_value; in imx_ahci_parse_props()
495 reg_value |= prop->def_value; in imx_ahci_parse_props()
502 reg_value |= prop->def_value; in imx_ahci_parse_props()
509 prop->name, of_val, prop->values[j].reg_value); in imx_ahci_parse_props()
510 reg_value |= prop->values[j].reg_value; in imx_ahci_parse_props()
518 reg_value |= prop->def_value; in imx_ahci_parse_props()
522 return reg_value; in imx_ahci_parse_props()
570 u32 reg_value; in imx_ahci_probe() local
580 reg_value = imx_ahci_parse_props(dev, gpr13_props, in imx_ahci_probe()
587 reg_value; in imx_ahci_probe()