Searched refs:write_max (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/eeprom/ |
H A D | at24.c | 83 unsigned int write_max; member 374 /* write_max is at most a page */ in at24_adjust_write_count() 375 if (count > at24->write_max) in at24_adjust_write_count() 376 count = at24->write_max; in at24_adjust_write_count() 703 at24->write_max = min_t(unsigned int, in at24_probe() 705 if (!i2c_fn_i2c && at24->write_max > I2C_SMBUS_BLOCK_MAX) in at24_probe() 706 at24->write_max = I2C_SMBUS_BLOCK_MAX; in at24_probe() 784 byte_len, client->name, at24->write_max); in at24_probe()
|
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | at24.c | 78 unsigned int write_max; member 376 /* write_max is at most a page */ in at24_adjust_write_count() 377 if (count > at24->write_max) in at24_adjust_write_count() 378 count = at24->write_max; in at24_adjust_write_count() 700 at24->write_max = min_t(unsigned int, in at24_probe() 702 if (!i2c_fn_i2c && at24->write_max > I2C_SMBUS_BLOCK_MAX) in at24_probe() 703 at24->write_max = I2C_SMBUS_BLOCK_MAX; in at24_probe() 787 byte_len, client->name, at24->write_max); in at24_probe()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2_security.c | 2776 u32 reg_min_offset, reg_max_offset, write_min, write_max; in gaudi2_write_lbw_range_register() local 2810 write_max = FIELD_GET(RR_LBW_SHORT_MASK, lower_32_bits(rr_cfg->max)); in gaudi2_write_lbw_range_register() 2814 write_max = FIELD_GET(RR_LBW_LONG_MASK, lower_32_bits(rr_cfg->max)); in gaudi2_write_lbw_range_register() 2823 WREG32(base + reg_max_offset, write_max); in gaudi2_write_lbw_range_register()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | lightnvm.c | 1127 } else if (strcmp(attr->name, "write_max") == 0) { in nvm_dev_attr_show_20() 1188 static NVM_DEV_ATTR_20_RO(write_max);
|
Completed in 7 milliseconds