Searched refs:O2_SD_LOCK_WP (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/mmc/host/ |
D | sdhci-pci-o2micro.c | 27 #define O2_SD_LOCK_WP 0xD3 macro 249 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery() 251 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_dll_recovery() 302 O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_dll_recovery() 304 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_dll_recovery() 342 pci_read_config_byte(chip->pdev, O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_execute_tuning() 344 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_execute_tuning() 353 pci_read_config_byte(chip->pdev, O2_SD_LOCK_WP, &scratch_8); in sdhci_o2_execute_tuning() 355 pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch_8); in sdhci_o2_execute_tuning() 574 pci_read_config_byte(chip->pdev, O2_SD_LOCK_WP, &scratch); in sdhci_pci_o2_set_clock() [all …]
|