/Linux-v6.1/drivers/irqchip/ |
D | irq-atmel-aic.c | 92 unsigned int smr; in aic_set_type() local 95 smr = irq_reg_readl(gc, AT91_AIC_SMR(d->hwirq)); in aic_set_type() 96 ret = aic_common_set_type(d, type, &smr); in aic_set_type() 100 irq_reg_writel(gc, smr, AT91_AIC_SMR(d->hwirq)); in aic_set_type() 180 unsigned smr; in aic_irq_domain_xlate() local 199 smr = irq_reg_readl(gc, AT91_AIC_SMR(*out_hwirq)); in aic_irq_domain_xlate() 200 aic_common_set_priority(intspec[2], &smr); in aic_irq_domain_xlate() 201 irq_reg_writel(gc, smr, AT91_AIC_SMR(*out_hwirq)); in aic_irq_domain_xlate()
|
D | irq-atmel-aic5.c | 138 unsigned int smr; in aic5_set_type() local 143 smr = irq_reg_readl(bgc, AT91_AIC5_SMR); in aic5_set_type() 144 ret = aic_common_set_type(d, type, &smr); in aic5_set_type() 146 irq_reg_writel(bgc, smr, AT91_AIC5_SMR); in aic5_set_type() 282 unsigned smr; in aic5_irq_domain_xlate() local 295 smr = irq_reg_readl(bgc, AT91_AIC5_SMR); in aic5_irq_domain_xlate() 296 aic_common_set_priority(intspec[2], &smr); in aic5_irq_domain_xlate() 297 irq_reg_writel(bgc, smr, AT91_AIC5_SMR); in aic5_irq_domain_xlate()
|
/Linux-v6.1/drivers/i2c/busses/ |
D | i2c-at91-slave.c | 79 dev->smr = AT91_TWI_SMR_SADR(slave->addr); in at91_reg_slave() 98 dev->smr = 0; in at91_unreg_slave() 139 if (dev->slave_detected && dev->smr) { in at91_init_twi_bus_slave() 140 at91_twi_write(dev, AT91_TWI_SMR, dev->smr); in at91_init_twi_bus_slave()
|
D | i2c-at91.h | 159 unsigned smr; member
|
/Linux-v6.1/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu-qcom.c | 272 u32 smr; in qcom_smmu_cfg_probe() local 299 smr = arm_smmu_gr0_read(smmu, ARM_SMMU_GR0_SMR(i)); in qcom_smmu_cfg_probe() 301 if (FIELD_GET(ARM_SMMU_SMR_VALID, smr)) { in qcom_smmu_cfg_probe() 302 /* Ignore valid bit for SMR mask extraction. */ in qcom_smmu_cfg_probe() 303 smr &= ~ARM_SMMU_SMR_VALID; in qcom_smmu_cfg_probe() 304 smmu->smrs[i].id = FIELD_GET(ARM_SMMU_SMR_ID, smr); in qcom_smmu_cfg_probe() 305 smmu->smrs[i].mask = FIELD_GET(ARM_SMMU_SMR_MASK, smr); in qcom_smmu_cfg_probe()
|
D | arm-smmu.c | 892 struct arm_smmu_smr *smr = smmu->smrs + idx; in arm_smmu_write_smr() local 893 u32 reg = FIELD_PREP(ARM_SMMU_SMR_ID, smr->id) | in arm_smmu_write_smr() 894 FIELD_PREP(ARM_SMMU_SMR_MASK, smr->mask); in arm_smmu_write_smr() 896 if (!(smmu->features & ARM_SMMU_FEAT_EXIDS) && smr->valid) in arm_smmu_write_smr() 929 * The width of SMR's mask field depends on sCR0_EXIDENABLE, so this function 934 u32 smr; in arm_smmu_test_smr_masks() local 943 * Somewhat perversely, not having a free SMR for this test implies we in arm_smmu_test_smr_masks() 953 * SMR.ID bits may not be preserved if the corresponding MASK in arm_smmu_test_smr_masks() 957 smr = FIELD_PREP(ARM_SMMU_SMR_ID, smmu->streamid_mask); in arm_smmu_test_smr_masks() 958 arm_smmu_gr0_write(smmu, ARM_SMMU_GR0_SMR(i), smr); in arm_smmu_test_smr_masks() [all …]
|
/Linux-v6.1/drivers/md/persistent-data/ |
D | dm-space-map-common.c | 1058 struct disk_sm_root smr; in sm_ll_open_metadata() local 1069 memcpy(&smr, root_le, sizeof(smr)); in sm_ll_open_metadata() 1082 ll->nr_blocks = le64_to_cpu(smr.nr_blocks); in sm_ll_open_metadata() 1083 ll->nr_allocated = le64_to_cpu(smr.nr_allocated); in sm_ll_open_metadata() 1084 ll->bitmap_root = le64_to_cpu(smr.bitmap_root); in sm_ll_open_metadata() 1085 ll->ref_count_root = le64_to_cpu(smr.ref_count_root); in sm_ll_open_metadata() 1233 struct disk_sm_root *smr = root_le; in sm_ll_open_disk() local 1251 ll->nr_blocks = le64_to_cpu(smr->nr_blocks); in sm_ll_open_disk() 1252 ll->nr_allocated = le64_to_cpu(smr->nr_allocated); in sm_ll_open_disk() 1253 ll->bitmap_root = le64_to_cpu(smr->bitmap_root); in sm_ll_open_disk() [all …]
|
/Linux-v6.1/fs/zonefs/ |
D | Kconfig | 9 device (e.g. host-managed or host-aware SMR disk drives) as files.
|
/Linux-v6.1/drivers/tty/serial/ |
D | milbeaut_usio.c | 304 unsigned int escr, smr = MLB_USIO_SMR_SOE; in mlb_usio_set_termios() local 324 smr |= MLB_USIO_SMR_SBL; in mlb_usio_set_termios() 361 writeb(smr, port->membase + MLB_USIO_REG_SMR); in mlb_usio_set_termios()
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | dm-crypt.rst | 130 (e.g. host-managed SMR hard-disks).
|
/Linux-v6.1/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu.yaml | 106 2, where the second cell of the IOMMU specifier represents an SMR mask to
|
/Linux-v6.1/Documentation/filesystems/ |
D | zonefs.rst | 50 Magnetic Recording (SMR) HDDs. 406 The following formats a 15TB host-managed SMR HDD with 256 MB zones
|
D | f2fs.rst | 335 default, it is helpful for large sized SMR or ZNS devices to
|
/Linux-v6.1/drivers/md/ |
D | Kconfig | 638 benefit from the increased capacity offered by SMR disks. Other uses
|
/Linux-v6.1/drivers/spi/ |
D | atmel-quadspi.c | 208 return "SMR"; in atmel_qspi_reg_name()
|
/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/ |
D | ipw2200.h | 886 u8 smr; member
|
/Linux-v6.1/drivers/scsi/ |
D | sd.c | 2958 "Host-aware SMR disk used as regular disk\n"); in sd_read_block_characteristics() 2961 "Drive-managed SMR disk\n"); in sd_read_block_characteristics()
|
/Linux-v6.1/fs/btrfs/ |
D | zoned.c | 54 * Minimum / maximum supported zone size. Currently, SMR disks have a zone
|
/Linux-v6.1/Documentation/RCU/ |
D | RTFP.txt | 1357 ,Title="{RCU}+{SMR} (hazard pointers)"
|