Searched refs:cell_low (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/platform_data/ |
| D | mlxreg.h | 162 u32 cell_low; member
|
| /Linux-v5.4/drivers/platform/mellanox/ |
| D | mlxreg-hotplug.c | 550 if (pdata->cell_low) { in mlxreg_hotplug_set_irq() 551 ret = regmap_write(priv->regmap, pdata->cell_low + in mlxreg_hotplug_set_irq() 581 if (pdata->cell_low) in mlxreg_hotplug_unset_irq() 582 regmap_write(priv->regmap, pdata->cell_low + in mlxreg_hotplug_unset_irq()
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | mlx-platform.c | 194 .cell_low = MLXPLAT_CPLD_LPC_REG_AGGRCO_OFFSET, 399 .cell_low = MLXPLAT_CPLD_LPC_REG_AGGRLO_OFFSET, 446 .cell_low = MLXPLAT_CPLD_LPC_REG_AGGRLO_OFFSET, 557 .cell_low = MLXPLAT_CPLD_LPC_REG_AGGRLO_OFFSET, 604 .cell_low = MLXPLAT_CPLD_LPC_REG_AGGRLO_OFFSET, 722 .cell_low = MLXPLAT_CPLD_LPC_REG_AGGRLO_OFFSET,
|
| /Linux-v5.4/net/sched/ |
| D | sch_api.c | 386 int cell_low = low >> r->cell_log; in __detect_linklayer() local 395 if ((cell_high > cell_low) && (cell_high < 256) in __detect_linklayer() 396 && (rtab[cell_low] == rtab[cell_high])) { in __detect_linklayer() 398 cell_low, cell_high, rtab[cell_high]); in __detect_linklayer()
|