Home
last modified time | relevance | path

Searched refs:row_bits (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c379 u8 tbits, col_bits, col_size, row_bits, row_bsize; in bcm47xxnflash_ops_bcm4706_init() local
440 row_bits = tbits - col_bits + 1; in bcm47xxnflash_ops_bcm4706_init()
441 row_bsize = (row_bits + 7) / 8; in bcm47xxnflash_ops_bcm4706_init()
/linux-6.12.1/drivers/edac/
Ddmc520_edac.c352 u32 reg_val, col_bits, row_bits, bank_bits; in dmc520_get_rank_size() local
358 row_bits = FIELD_GET(REG_FIELD_ADDRESS_CONTROL_ROW, reg_val) + in dmc520_get_rank_size()
362 return (u64)pvt->mem_width_in_bytes << (col_bits + row_bits + bank_bits); in dmc520_get_rank_size()
/linux-6.12.1/drivers/net/ethernet/sfc/
Dmae.c1837 __le32 *row, size_t row_bits, in efx_mae_table_populate() argument
1850 if (field.lbn + field.width > row_bits) in efx_mae_table_populate()
1860 if (wn * 32 < row_bits) in efx_mae_table_populate()
1867 __le32 *row, size_t row_bits, bool value) in efx_mae_table_populate_bool() argument
1873 return efx_mae_table_populate(field, row, row_bits, &v, 1); in efx_mae_table_populate_bool()
1877 __le32 *row, size_t row_bits, __be32 value) in efx_mae_table_populate_ipv4() argument
1885 return efx_mae_table_populate(field, row, row_bits, &v, sizeof(v)); in efx_mae_table_populate_ipv4()
1889 __le32 *row, size_t row_bits, u32 value) in efx_mae_table_populate_u24() argument
1897 return efx_mae_table_populate(field, row, row_bits, ((void *)&v) + 1, in efx_mae_table_populate_u24()
/linux-6.12.1/drivers/input/keyboard/
Dpmic8xxx-keypad.c375 static const u8 row_bits[] = { in pmic8xxx_kpd_init() local
391 bits = row_bits[kp->num_rows - KEYP_CTRL_SCAN_ROWS_MIN]; in pmic8xxx_kpd_init()