Searched refs:O2_SD_CAPS (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/mmc/host/ |
D | sdhci-pci-o2micro.c | 33 #define O2_SD_CAPS 0xE0 macro 526 ret = pci_read_config_dword(chip->pdev, O2_SD_CAPS, &scratch_32); in sdhci_pci_o2_fujin2_pci_init() 531 pci_write_config_dword(chip->pdev, O2_SD_CAPS, scratch_32); in sdhci_pci_o2_fujin2_pci_init() 815 ret = pci_read_config_byte(chip->pdev, O2_SD_CAPS, &scratch); in sdhci_pci_o2_probe() 819 pci_write_config_byte(chip->pdev, O2_SD_CAPS, scratch); in sdhci_pci_o2_probe() 820 pci_write_config_byte(chip->pdev, O2_SD_CAPS, 0x73); in sdhci_pci_o2_probe()
|