mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Kernel: Add support for version 2 SD host controllers
This commit is contained in:
parent
1b04c43690
commit
47cae8005f
2 changed files with 82 additions and 8 deletions
|
@ -57,6 +57,8 @@ private:
|
|||
}
|
||||
bool currently_active_command_uses_transfer_complete_interrupt();
|
||||
|
||||
ErrorOr<u32> calculate_sd_clock_divisor(u32 sd_clock_frequency, u32 frequency);
|
||||
bool is_sd_clock_enabled();
|
||||
ErrorOr<void> sd_clock_supply(u32 frequency);
|
||||
void sd_clock_stop();
|
||||
ErrorOr<void> sd_clock_frequency_change(u32 frequency);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue