mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 23:26:36 +00:00
Kernel: Add support for version 2 SD host controllers
This commit is contained in:
parent
1b04c43690
commit
47cae8005f
Notes:
sideshowbarker
2024-07-17 04:32:07 +09:00
Author: https://github.com/mrkct
Commit: 47cae8005f
Pull-request: https://github.com/SerenityOS/serenity/pull/18139
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/supercomputer7 ✅
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