nuttx/drivers/pci
lipengfei28 ca39dc2e74 math: Optimize the implementation of log2ceil and log2floor
and move common math funtions to math32.h:
div_round_up
div_round_closest
is_power_of_2
roundup_pow_of_two
rounddown_pow_of_two

Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com>
2024-09-23 10:03:54 +02:00
..
CMakeLists.txt cmake: add support for PCI 2024-09-12 18:11:13 +08:00
Kconfig intel64: register PCI controller early but postpone PCI drivers init 2024-09-15 03:37:58 +08:00
Make.defs pci/pci_ivshmem: add pci ivshmem driver support 2024-09-10 14:34:31 +08:00
pci_drivers.c drivers/net: add support for Intel I225 network card 2024-09-17 01:42:38 +08:00
pci_drivers.h pci/pci_ivshmem: add pci ivshmem driver support 2024-09-10 14:34:31 +08:00
pci_ecam.c math: Optimize the implementation of log2ceil and log2floor 2024-09-23 10:03:54 +02:00
pci_ivshmem.c pci/pci_ivshmem: fix bug in remove and add vmid check 2024-09-10 14:34:31 +08:00
pci_qemu_edu.c drivers/pci_qemu_edu: add MSI test 2024-09-13 09:42:08 +08:00
pci_qemu_test.c drivers/pci/pci_qemu_test: update qemu pci test code 2024-09-06 10:01:11 +08:00
pci_uio_ivshmem.c pci/pci_uio_ivshmem: pci uio ivshmem msix interrupt support 2024-09-14 08:39:52 +08:00
pci.c drivers: fix gcc14 errors for PCI 2024-09-15 03:37:58 +08:00