Searched defs:as (Results 1 – 4 of 4) sorted by relevance
| /u-boot/include/zfs/ |
| A D | uberblock_impl.h | 38 #define VDEV_UBERBLOCK_SHIFT(as) UBMAX(as, UBERBLOCK_SHIFT) argument 39 #define UBERBLOCK_SIZE(as) (1ULL << VDEV_UBERBLOCK_SHIFT(as)) argument 42 #define UBERBLOCK_COUNT(as) (VDEV_UBERBLOCK_RING >> VDEV_UBERBLOCK_SHIFT(as)) argument
|
| /u-boot/drivers/spi/ |
| A D | atmel_spi.h | 83 #define spi_readl(as, reg) \ argument 85 #define spi_writel(as, reg, value) \ argument
|
| A D | atmel_spi.c | 103 #define spi_readl(as, reg) \ argument 105 #define spi_writel(as, reg, value) \ argument
|
| /u-boot/include/linux/ |
| A D | kernel.h | 287 #define __find_closest(x, a, as, op) \ argument 309 #define find_closest(x, a, as) __find_closest(x, a, as, <=) argument
|
Completed in 9 milliseconds