Searched refs:check_hw_size (Results 1 – 5 of 5) sorted by relevance
108 check_hw_size(boot_lock_t, 4); in is_boot_locked()
11 check_hw_size(interp_hw_t, SIO_INTERP1_ACCUM0_OFFSET - SIO_INTERP0_ACCUM0_OFFSET);
56 #define check_hw_size(type, size) static_assert(sizeof(type) == (size), "hw size mismatch") macro
12 check_hw_size(dma_channel_hw_t, DMA_CHAN_STRIDE);
316 check_hw_size(spin_lock_t, 4); in is_spin_locked()