Home
last modified time | relevance | path

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

/bsp/at91/at91sam9260/drivers/
A Dat91_mci.c67 imr = at91_mci_read(AT91_MCI_IMR); in at91_reset_host()
72 mr = at91_mci_read(AT91_MCI_MR) & 0x7fff; in at91_reset_host()
73 sdcr = at91_mci_read(AT91_MCI_SDCR); in at91_reset_host()
74 dtor = at91_mci_read(AT91_MCI_DTOR); in at91_reset_host()
87 at91_mci_read(AT91_MCI_SR); in at91_reset_host()
184 if (at91_mci_read(AT91_PDC_RCR) != 0) in at91_mci_init_dma_read()
191 if (at91_mci_read(AT91_PDC_RNCR) != 0) in at91_mci_init_dma_read()
316 mr = at91_mci_read(AT91_MCI_MR) & 0x5fff; in at91_mci_send_command()
553 status, at91_mci_read(AT91_MCI_SR), in at91_mci_completed_command()
604 int_status = at91_mci_read(AT91_MCI_SR); in at91_mci_irq()
[all …]
/bsp/at91/at91sam9g45/drivers/
A Dat91_mci.c67 imr = at91_mci_read(AT91C_MCI_IMR); in at91_reset_host()
72 mr = at91_mci_read(AT91C_MCI_MR) & 0x7fff; in at91_reset_host()
73 sdcr = at91_mci_read(AT91C_MCI_SDCR); in at91_reset_host()
74 dtor = at91_mci_read(AT91C_MCI_DTOR); in at91_reset_host()
87 at91_mci_read(AT91C_MCI_SR); in at91_reset_host()
184 if (at91_mci_read(AT91C_PDC_RCR) != 0) in at91_mci_init_dma_read()
191 if (at91_mci_read(AT91C_PDC_RNCR) != 0) in at91_mci_init_dma_read()
316 mr = at91_mci_read(AT91C_MCI_MR) & 0x5fff; in at91_mci_send_command()
553 status, at91_mci_read(AT91C_MCI_SR), in at91_mci_completed_command()
604 int_status = at91_mci_read(AT91C_MCI_SR); in at91_mci_irq()
[all …]

Completed in 16 milliseconds