Home
last modified time | relevance | path

Searched refs:scratch_32 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Dsdhci-pci-o2micro.c140 u32 scratch_32; in o2_pci_set_baseclk() local
142 O2_SD_PLL_SETTING, &scratch_32); in o2_pci_set_baseclk()
144 scratch_32 &= 0x0000FFFF; in o2_pci_set_baseclk()
145 scratch_32 |= value; in o2_pci_set_baseclk()
148 O2_SD_PLL_SETTING, scratch_32); in o2_pci_set_baseclk()
154 u32 scratch_32; in o2_pci_led_enable() local
158 O2_SD_FUNC_REG0, &scratch_32); in o2_pci_led_enable()
162 scratch_32 &= ~O2_SD_FREG0_LEDOFF; in o2_pci_led_enable()
164 O2_SD_FUNC_REG0, scratch_32); in o2_pci_led_enable()
167 O2_SD_TEST_REG, &scratch_32); in o2_pci_led_enable()
[all …]