mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
In order to use platorm backend hardware driver should
impement three methods:
- platform_start_transfer and platform_finish_transfer
to start and finish transfer
- platform_will_handle - check whether transaction is
suitable for backend. If not - driver will fall back
to PIO mode.
Submitted by: Daisuke Aoyama <aoyama at peach.ne.jp>
Approved by: ian@
|
||
|---|---|---|
| .. | ||
| sdhci.c | ||
| sdhci.h | ||
| sdhci_if.m | ||
| sdhci_pci.c | ||