Lines Matching refs:__raw_writel

169 	__raw_writel(val, HOST_CONFIG(host));  in IRQ_ON()
177 __raw_writel(val | SD_CONFIG2_FF, HOST_CONFIG2(host)); in FLUSH_FIFO()
184 __raw_writel(val, HOST_CONFIG2(host)); in FLUSH_FIFO()
192 __raw_writel(val, HOST_CONFIG(host)); in IRQ_OFF()
204 __raw_writel(config2 | SD_CONFIG2_DF, HOST_CONFIG2(host)); in SEND_STOP()
208 __raw_writel(STOP_CMD, HOST_CMD(host)); in SEND_STOP()
303 __raw_writel(cmd->arg, HOST_CMDARG(host)); in au1xmmc_send_command()
309 __raw_writel((mmccmd | SD_CMD_GO), HOST_CMD(host)); in au1xmmc_send_command()
324 __raw_writel(SD_STATUS_CR, HOST_STATUS(host)); in au1xmmc_send_command()
364 __raw_writel(SD_STATUS_WC | SD_STATUS_RC, HOST_STATUS(host)); in au1xmmc_data_complete()
426 __raw_writel((unsigned long)val, HOST_TXPORT(host)); in au1xmmc_send_pio()
611 __raw_writel(config, HOST_CONFIG(host)); in au1xmmc_set_clock()
636 __raw_writel(data->blksz - 1, HOST_BLKSIZE(host)); in au1xmmc_prepare_data()
723 __raw_writel(SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller()
727 __raw_writel(SD_ENABLE_R | SD_ENABLE_CE, HOST_ENABLE(host)); in au1xmmc_reset_controller()
731 __raw_writel(~0, HOST_STATUS(host)); in au1xmmc_reset_controller()
734 __raw_writel(0, HOST_BLKSIZE(host)); in au1xmmc_reset_controller()
735 __raw_writel(0x001fffff, HOST_TIMEOUT(host)); in au1xmmc_reset_controller()
738 __raw_writel(SD_CONFIG2_EN, HOST_CONFIG2(host)); in au1xmmc_reset_controller()
741 __raw_writel(SD_CONFIG2_EN | SD_CONFIG2_FF, HOST_CONFIG2(host)); in au1xmmc_reset_controller()
745 __raw_writel(SD_CONFIG2_EN, HOST_CONFIG2(host)); in au1xmmc_reset_controller()
749 __raw_writel(AU1XMMC_INTERRUPTS, HOST_CONFIG(host)); in au1xmmc_reset_controller()
783 __raw_writel(config2, HOST_CONFIG2(host)); in au1xmmc_set_ios()
842 __raw_writel(status, HOST_STATUS(host)); in au1xmmc_irq()
1103 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_probe()
1104 __raw_writel(0, HOST_CONFIG(host)); in au1xmmc_probe()
1105 __raw_writel(0, HOST_CONFIG2(host)); in au1xmmc_probe()
1149 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_remove()
1150 __raw_writel(0, HOST_CONFIG(host)); in au1xmmc_remove()
1151 __raw_writel(0, HOST_CONFIG2(host)); in au1xmmc_remove()
1180 __raw_writel(0, HOST_CONFIG2(host)); in au1xmmc_suspend()
1181 __raw_writel(0, HOST_CONFIG(host)); in au1xmmc_suspend()
1182 __raw_writel(0xffffffff, HOST_STATUS(host)); in au1xmmc_suspend()
1183 __raw_writel(0, HOST_ENABLE(host)); in au1xmmc_suspend()