Home
last modified time | relevance | path

Searched refs:blksz_bits (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/mmc/host/
Dmoxart-mmc.c367 int blksz_bits; in moxart_prepare_data() local
373 blksz_bits = ffs(data->blksz) - 1; in moxart_prepare_data()
374 BUG_ON(1 << blksz_bits != data->blksz); in moxart_prepare_data()
378 datactrl = DCR_DATA_EN | (blksz_bits & DCR_BLK_SIZE); in moxart_prepare_data()
/linux-6.12.1/fs/ocfs2/
Dsuper.c2322 u32 blksz_bits; in ocfs2_verify_volume() local
2338 blksz_bits = le32_to_cpu(di->id2.i_super.s_blocksize_bits); in ocfs2_verify_volume()
2339 if (blksz_bits < 9 || blksz_bits > 12) { in ocfs2_verify_volume()
2342 blksz_bits); in ocfs2_verify_volume()
2343 } else if ((1 << le32_to_cpu(blksz_bits)) != blksz) { in ocfs2_verify_volume()
2345 "size: found %u, should be %u\n", 1 << blksz_bits, blksz); in ocfs2_verify_volume()