Searched refs:SD_OUTPUT_EN (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/misc/cardreader/ |
| H A D | rts5228.c | 204 rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, SD_OUTPUT_EN); in rts5228_card_power_on() 381 rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, 0); in rts5228_process_ocp()
|
| H A D | rts5261.c | 176 rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, SD_OUTPUT_EN); in rts5261_card_power_on() 354 rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, 0); in rts5261_process_ocp()
|
| H A D | rts5227.c | 227 SD_OUTPUT_EN, SD_OUTPUT_EN); in rts5227_card_power_on()
|
| H A D | rts5264.c | 172 rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, SD_OUTPUT_EN); in rts5264_card_power_on() 405 rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, 0); in rts5264_process_ocp()
|
| H A D | rts5260.c | 371 rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, 0); in rts5260_process_ocp()
|
| H A D | rtsx_pcr.c | 956 rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, 0); in rtsx_pci_process_ocp() 1204 rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, 0); in rtsx_sd_power_off_card3v3()
|
| /linux-6.15/include/linux/ |
| H A D | rtsx_usb.h | 485 #define SD_OUTPUT_EN 0x04 macro
|
| H A D | rtsx_pci.h | 400 #define SD_OUTPUT_EN 0x04 macro
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | rtsx_usb_sdmmc.c | 984 SD_OUTPUT_EN, SD_OUTPUT_EN); in sd_power_on() 998 rtsx_usb_add_cmd(ucr, WRITE_REG_CMD, CARD_OE, SD_OUTPUT_EN, 0); in sd_power_off()
|
| H A D | rtsx_pci_sdmmc.c | 942 err = rtsx_pci_write_register(pcr, CARD_OE, SD_OUTPUT_EN, SD_OUTPUT_EN); in sd_power_on() 988 rtsx_pci_add_cmd(pcr, WRITE_REG_CMD, CARD_OE, SD_OUTPUT_EN, 0); in sd_power_off()
|