Searched refs:nvmem_cell_read_u32 (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | nvmem-consumer.h | 61 int nvmem_cell_read_u32(struct device *dev, const char *cell_id, u32 *val); 143 static inline int nvmem_cell_read_u32(struct device *dev, in nvmem_cell_read_u32() function
|
| /linux/drivers/thermal/ |
| H A D | imx91_thermal.c | 150 ret = nvmem_cell_read_u32(dev, "trim1", &trim1); in imx91_init_from_nvmem_cells() 154 ret = nvmem_cell_read_u32(dev, "trim2", &trim2); in imx91_init_from_nvmem_cells()
|
| H A D | imx_thermal.c | 491 ret = nvmem_cell_read_u32(&pdev->dev, "calib", &val); in imx_init_from_nvmem_cells() 499 ret = nvmem_cell_read_u32(&pdev->dev, "temp_grade", &val); in imx_init_from_nvmem_cells()
|