Searched refs:zeros (Results 1 – 5 of 5) sorted by relevance
50 unsigned char zeros:4; member61 unsigned char zeros:3; member
86 u32 zeros; /* FEC + 0x114 */ member
62 u32 zeros[2]; member
267 u32 *readback, *zeros; in cs_dsp_ctl_cache_init_write_only() local269 zeros = kunit_kzalloc(test, param->len_bytes, GFP_KERNEL); in cs_dsp_ctl_cache_init_write_only()270 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, zeros); in cs_dsp_ctl_cache_init_write_only()301 KUNIT_EXPECT_MEMEQ(test, readback, zeros, param->len_bytes); in cs_dsp_ctl_cache_init_write_only()
9486 static const u8 zeros[U8_MAX] = {}; in __fw_txpwr_entry_zero_ext() local9488 return memcmp(ext_ptr, zeros, ext_len) == 0; in __fw_txpwr_entry_zero_ext()
Completed in 30 milliseconds