Searched refs:of_val (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/phy/ |
| H A D | dp83822.c | 634 const char *of_val; in dp8382x_config_rmii_mode() local 638 if (strcmp(of_val, "master") == 0) { in dp8382x_config_rmii_mode() 641 } else if (strcmp(of_val, "slave") == 0) { in dp8382x_config_rmii_mode() 646 of_val); in dp8382x_config_rmii_mode() 798 const char *of_val; in dp83822_of_init() local 814 if (strcmp(of_val, "mac-if") == 0) { in dp83822_of_init() 816 } else if (strcmp(of_val, "xi") == 0) { in dp83822_of_init() 818 } else if (strcmp(of_val, "int-ref") == 0) { in dp83822_of_init() 822 } else if (strcmp(of_val, "free-running") == 0) { in dp83822_of_init() 824 } else if (strcmp(of_val, "recovered") == 0) { in dp83822_of_init() [all …]
|
| /linux-6.15/drivers/ata/ |
| H A D | ahci_imx.c | 798 u32 of_val; in imx_ahci_parse_props() local 808 if (of_property_read_u32(np, prop->name, &of_val)) { in imx_ahci_parse_props() 816 if (prop->values[j].of_value == of_val) { in imx_ahci_parse_props() 818 prop->name, of_val, prop->values[j].reg_value); in imx_ahci_parse_props()
|