Searched refs:dev_ctrl (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | if_spi.c | 382 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/drivers/accel/habanalabs/common/ |
| H A D | habanalabs_drv.c | 311 dev_dbg_ratelimited(hdev->dev_ctrl, in hl_device_open_ctrl() 313 dev_name(hdev->dev_ctrl)); in hl_device_open_ctrl()
|
| H A D | device.c | 750 &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()
|
| H A D | habanalabs_ioctl.c | 1178 return _hl_info_ioctl(hpriv, data, hpriv->hdev->dev_ctrl); in hl_info_ioctl_control() 1312 dev_dbg_ratelimited(hdev->dev_ctrl, in hl_ioctl_control() 1318 return _hl_ioctl(hpriv, cmd, arg, ioctl, hdev->dev_ctrl); in hl_ioctl_control()
|
| /linux/drivers/i3c/master/ |
| H A D | dw-i3c-master.c | 331 u32 dev_ctrl; in dw_i3c_master_enable() local 333 dev_ctrl = readl(master->regs + DEVICE_CTRL); in dw_i3c_master_enable() 335 dev_ctrl |= DEV_CTRL_HOT_JOIN_NACK; in dw_i3c_master_enable() 337 dev_ctrl |= DEV_CTRL_I2C_SLAVE_PRESENT; in dw_i3c_master_enable() 338 writel(dev_ctrl | DEV_CTRL_ENABLE, in dw_i3c_master_enable()
|