Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Ddev_sdio.h48 #define SDIO_REG_CCCR_INT_EN 0x04 /* Function/Master Interrupt Enable */ macro
/components/drivers/sdio/
A Ddev_sdio.c1121 reg = sdio_io_readb(func0, SDIO_REG_CCCR_INT_EN, &ret); in sdio_attach_irq()
1129 ret = sdio_io_writeb(func0, SDIO_REG_CCCR_INT_EN, reg); in sdio_attach_irq()
1161 reg = sdio_io_readb(func0, SDIO_REG_CCCR_INT_EN, &ret); in sdio_detach_irq()
1171 ret = sdio_io_writeb(func0, SDIO_REG_CCCR_INT_EN, reg); in sdio_detach_irq()

Completed in 24 milliseconds