Searched defs:as (Results 1 – 4 of 4) sorted by relevance
39 #define VDEV_UBERBLOCK_SHIFT(as) UBMAX(as, UBERBLOCK_SHIFT) argument40 #define UBERBLOCK_SIZE(as) (1ULL << VDEV_UBERBLOCK_SHIFT(as)) argument43 #define UBERBLOCK_COUNT(as) (VDEV_UBERBLOCK_RING >> VDEV_UBERBLOCK_SHIFT(as)) argument
48 struct atmel_spi_slave *as; in spi_setup_slave() local111 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_free_slave() local118 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_claim_bus() local134 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_release_bus() local143 struct atmel_spi_slave *as = to_atmel_spi(slave); in spi_xfer() local
93 #define spi_readl(as, reg) \ argument95 #define spi_writel(as, reg, value) \ argument
206 as documented in the BIOS Writer Guide, including initialization of the CPU, label