ladybird/Kernel/Devices/Storage/SD
Hendiadyoin1 aea244efe1 Kernel: Mark SDHC InterruptStatus structured view as const
This view is really nice to check flags, but when clearing them we must
make sure that we only ever try to set 1 bit at a time, which makes
setting bits through the structured view a footgun, as that fetches,
ors in and then sets, potentially resetting other flags.
2023-10-06 08:16:56 +02:00
..
Commands.h
PCISDHostController.cpp
PCISDHostController.h
Registers.h Kernel: Mark SDHC InterruptStatus structured view as const 2023-10-06 08:16:56 +02:00
SDHostController.cpp Kernel: Increase SD Data Timeout 2023-06-30 23:45:47 +02:00
SDHostController.h Kernel: Wait for transactions to complete before stopping SD clock 2023-06-30 23:45:47 +02:00
SDMemoryCard.cpp
SDMemoryCard.h