Home
last modified time | relevance | path

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

/drivers/mmc/host/
Dwbsd.h38 #define WBSD_CMDR 0x00 macro
Dwbsd.c371 outb(cmd->opcode, host->base + WBSD_CMDR); in wbsd_send_command()
373 outb((cmd->arg >> (i * 8)) & 0xff, host->base + WBSD_CMDR); in wbsd_send_command()