Home
last modified time | relevance | path

Searched refs:dev_ctrl (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/remoteproc/
Dkeystone_remoteproc.c60 struct regmap *dev_ctrl; member
86 ret = regmap_write(ksproc->dev_ctrl, ksproc->boot_offset, boot_addr); in keystone_rproc_dsp_boot()
345 ksproc->dev_ctrl = in keystone_rproc_of_get_dev_syscon()
347 if (IS_ERR(ksproc->dev_ctrl)) { in keystone_rproc_of_get_dev_syscon()
348 ret = PTR_ERR(ksproc->dev_ctrl); in keystone_rproc_of_get_dev_syscon()
/linux-6.12.1/drivers/devfreq/
Dtegra30-devfreq.c280 u32 intr_status, dev_ctrl; in actmon_isr_device() local
286 dev_ctrl = device_readl(dev, ACTMON_DEV_CTRL); in actmon_isr_device()
296 dev_ctrl |= ACTMON_DEV_CTRL_CONSECUTIVE_BELOW_WMARK_EN; in actmon_isr_device()
299 dev_ctrl &= ~ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_EN; in actmon_isr_device()
310 dev_ctrl |= ACTMON_DEV_CTRL_CONSECUTIVE_ABOVE_WMARK_EN; in actmon_isr_device()
313 dev_ctrl &= ~ACTMON_DEV_CTRL_CONSECUTIVE_BELOW_WMARK_EN; in actmon_isr_device()
318 device_writel(dev, dev_ctrl, ACTMON_DEV_CTRL); in actmon_isr_device()
/linux-6.12.1/drivers/hid/
Dhid-alps.c500 u8 tmp, dev_ctrl, sen_line_num_x, sen_line_num_y; in u1_init() local
505 &dev_ctrl, 0, true); in u1_init()
511 dev_ctrl &= ~U1_DISABLE_DEV; in u1_init()
512 dev_ctrl |= U1_TP_ABS_MODE; in u1_init()
514 NULL, dev_ctrl, false); in u1_init()
588 dev_ctrl |= U1_SP_ABS_MODE; in u1_init()
590 NULL, dev_ctrl, false); in u1_init()
/linux-6.12.1/drivers/net/wireless/marvell/libertas/
Dif_spi.c382 u32 dev_ctrl; in spu_get_chip_revision() local
383 err = spu_read_u32(card, IF_SPI_DEVICEID_CTRL_REG, &dev_ctrl); in spu_get_chip_revision()
386 *card_id = IF_SPI_DEVICEID_CTRL_REG_TO_CARD_ID(dev_ctrl); in spu_get_chip_revision()
387 *card_rev = IF_SPI_DEVICEID_CTRL_REG_TO_CARD_REV(dev_ctrl); in spu_get_chip_revision()
/linux-6.12.1/drivers/accel/habanalabs/common/
Dhabanalabs_drv.c312 dev_dbg_ratelimited(hdev->dev_ctrl, in hl_device_open_ctrl()
314 dev_name(hdev->dev_ctrl)); in hl_device_open_ctrl()
Ddevice.c750 &hdev->cdev_ctrl, &hdev->dev_ctrl); in cdev_sysfs_debugfs_add()
754 rc = cdev_device_add(&hdev->cdev_ctrl, hdev->dev_ctrl); in cdev_sysfs_debugfs_add()
756 dev_err(hdev->dev_ctrl, in cdev_sysfs_debugfs_add()
774 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in cdev_sysfs_debugfs_add()
776 put_device(hdev->dev_ctrl); in cdev_sysfs_debugfs_add()
787 cdev_device_del(&hdev->cdev_ctrl, hdev->dev_ctrl); in cdev_sysfs_debugfs_remove()
788 put_device(hdev->dev_ctrl); in cdev_sysfs_debugfs_remove()
Dhabanalabs_ioctl.c1174 return _hl_info_ioctl(hpriv, data, hpriv->hdev->dev_ctrl); in hl_info_ioctl_control()
1313 dev_dbg_ratelimited(hdev->dev_ctrl, in hl_ioctl_control()
1319 return _hl_ioctl(hpriv, cmd, arg, ioctl, hdev->dev_ctrl); in hl_ioctl_control()
Dhabanalabs.h3421 struct device *dev_ctrl; member
/linux-6.12.1/drivers/i3c/master/
Ddw-i3c-master.c305 u32 dev_ctrl; in dw_i3c_master_enable() local
307 dev_ctrl = readl(master->regs + DEVICE_CTRL); in dw_i3c_master_enable()
309 dev_ctrl |= DEV_CTRL_HOT_JOIN_NACK; in dw_i3c_master_enable()
311 dev_ctrl |= DEV_CTRL_I2C_SLAVE_PRESENT; in dw_i3c_master_enable()
312 writel(dev_ctrl | DEV_CTRL_ENABLE, in dw_i3c_master_enable()