Searched refs:reset_idx (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/clk/aspeed/ |
| H A D | clk-ast2600.c | 272 if (gate->reset_idx < 32) in get_reset_reg() 290 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_is_enabled() 300 if (gate->reset_idx >= 0) { in aspeed_g6_clk_is_enabled() 319 u32 rst = get_bit(gate->reset_idx); in aspeed_g6_clk_enable() 328 if (gate->reset_idx >= 0) { in aspeed_g6_clk_enable() 344 if (gate->reset_idx >= 0) { in aspeed_g6_clk_enable() 425 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_g6_clk_hw_register_gate() argument 445 gate->reset_idx = reset_idx; in aspeed_g6_clk_hw_register_gate() 706 gd->reset_idx, in aspeed_g6_clk_probe()
|
| H A D | clk-aspeed.c | 188 u32 rst = BIT(gate->reset_idx); in aspeed_clk_is_enabled() 198 if (gate->reset_idx >= 0) { in aspeed_clk_is_enabled() 214 u32 rst = BIT(gate->reset_idx); in aspeed_clk_enable() 224 if (gate->reset_idx >= 0) { in aspeed_clk_enable() 236 if (gate->reset_idx >= 0) { in aspeed_clk_enable() 349 struct regmap *map, u8 clock_idx, u8 reset_idx, in aspeed_clk_hw_register_gate() argument 369 gate->reset_idx = reset_idx; in aspeed_clk_hw_register_gate() 558 gd->reset_idx, in aspeed_clk_probe()
|
| /linux/drivers/watchdog/ |
| H A D | mlx_wdt.c | 51 int reset_idx; member 62 if (wdt->reset_idx == -EINVAL) in mlxreg_wdt_check_card_reset() 68 reg_data = &wdt->pdata->data[wdt->reset_idx]; in mlxreg_wdt_check_card_reset() 227 wdt->reset_idx = -EINVAL; in mlxreg_wdt_config() 238 wdt->reset_idx = i; in mlxreg_wdt_config()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | dma.h | 176 bool reset_idx); 181 bool reset_idx = q && !mt76_queue_is_npu_tx(q); in mt76_dma_reset_tx_queue() local 183 dev->queue_ops->reset_q(dev, q, reset_idx); in mt76_dma_reset_tx_queue()
|
| H A D | dma.c | 222 bool reset_idx) in mt76_dma_queue_reset() argument 237 if (reset_idx) { in mt76_dma_queue_reset()
|
| H A D | mt76.h | 323 bool reset_idx);
|