Searched refs:asserted (Results 1 – 12 of 12) sorted by relevance
| /drivers/reset/starfive/ |
| A D | reset-starfive-jh71x0.c | 23 const u32 *asserted; member 40 u32 done = data->asserted ? data->asserted[offset] & mask : 0; in jh71x0_reset_update() 97 if (!data->asserted) in jh71x0_reset_status() 100 return !((value ^ data->asserted[offset]) & mask); in jh71x0_reset_status() 112 const u32 *asserted, unsigned int nr_resets, in reset_starfive_jh71x0_register() argument 130 data->asserted = asserted; in reset_starfive_jh71x0_register()
|
| A D | reset-starfive-jh71x0.h | 11 const u32 *asserted, unsigned int nr_resets,
|
| /drivers/reset/ |
| A D | reset-uniphier.c | 316 int ret, asserted; in uniphier_reset_status() local 325 asserted = !!(val & BIT(p->bit)); in uniphier_reset_status() 328 asserted = !asserted; in uniphier_reset_status() 330 return asserted; in uniphier_reset_status()
|
| A D | Kconfig | 261 that can be asserted and deasserted by toggling bits in a contiguous, 296 The reset lines that can be asserted and deasserted by toggling bits
|
| /drivers/clk/baikal-t1/ |
| A D | Kconfig | 50 can be directly asserted/de-asserted (PCIe and DDR sub-domains).
|
| /drivers/platform/mellanox/ |
| A D | mlxreg-hotplug.c | 347 unsigned long asserted; in mlxreg_hotplug_work_helper() local 364 asserted = item->cache ^ regval; in mlxreg_hotplug_work_helper() 366 for_each_set_bit(bit, &asserted, 8) { in mlxreg_hotplug_work_helper()
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_main.c | 4025 if (bp->attn_state & asserted) in bnx2x_attn_int_asserted() 4032 aeu_mask, asserted); in bnx2x_attn_int_asserted() 4033 aeu_mask &= ~(asserted & 0x3ff); in bnx2x_attn_int_asserted() 4040 bp->attn_state |= asserted; in bnx2x_attn_int_asserted() 4044 if (asserted & ATTN_NIG_FOR_FUNC) { in bnx2x_attn_int_asserted() 4065 if (asserted & GPIO_2_FUNC) in bnx2x_attn_int_asserted() 4068 if (asserted & GPIO_3_FUNC) in bnx2x_attn_int_asserted() 4071 if (asserted & GPIO_4_FUNC) in bnx2x_attn_int_asserted() 4112 REG_WR(bp, reg_addr, asserted); in bnx2x_attn_int_asserted() 4115 if (asserted & ATTN_NIG_FOR_FUNC) { in bnx2x_attn_int_asserted() [all …]
|
| /drivers/scsi/aic7xxx/ |
| A D | aic79xx.seq | 359 * ATN can be asserted even if the current 804 * we have selected out with ATN asserted and the target 840 * asserted. 1395 * they were asserted within the bus settle delay window. 1399 * an async phase due to our asserted ACK. Each 2006 * will not be asserted if the NONPACKREQ is for us,
|
| A D | aic7xxx.seq | 231 * If ATN isn't asserted, the target isn't interested 649 * asserted.
|
| A D | aic7xxx.reg | 147 * asserted.
|
| /drivers/ufs/host/ |
| A D | ufs-qcom.c | 720 static void ufs_qcom_device_reset_ctrl(struct ufs_hba *hba, bool asserted) in ufs_qcom_device_reset_ctrl() argument 728 gpiod_set_value_cansleep(host->device_reset, asserted); in ufs_qcom_device_reset_ctrl()
|
| /drivers/firmware/arm_scmi/vendors/imx/ |
| A D | imx95.rst | 1231 | |HOLD(1):cpu powered up and reset asserted |
|
Completed in 43 milliseconds