Searched refs:tio (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/pps/generators/ |
| H A D | pps_gen_tio.c | 52 static inline u32 pps_tio_read(u32 offset, struct pps_tio *tio) in pps_tio_read() argument 54 return readl(tio->base + offset); in pps_tio_read() 57 static inline void pps_ctl_write(u32 value, struct pps_tio *tio) in pps_ctl_write() argument 59 writel(value, tio->base + TIOCTL); in pps_ctl_write() 66 static inline void pps_compv_write(u64 value, struct pps_tio *tio) in pps_compv_write() argument 68 hi_lo_writeq(value, tio->base + TIOCOMPV); in pps_compv_write() 71 static inline ktime_t first_event(struct pps_tio *tio) in first_event() argument 76 static u32 pps_tio_disable(struct pps_tio *tio) in pps_tio_disable() argument 80 ctrl = pps_tio_read(TIOCTL, tio); in pps_tio_disable() 81 pps_compv_write(0, tio); in pps_tio_disable() [all …]
|
| /linux/drivers/md/ |
| H A D | dm-rq.h | 30 struct dm_rq_target_io *tio; member
|
| /linux/drivers/crypto/ccp/ |
| H A D | Makefile | 20 ccp-$(CONFIG_CRYPTO_DEV_SP_PSP) += sev-dev-tsm.o sev-dev-tio.o
|
| H A D | sev-dev.c | 80 module_param_named(tio, sev_tio_enabled, bool, 0444); 81 MODULE_PARM_DESC(tio, "Enables TIO in SNP_INIT_EX");
|
| /linux/ |
| H A D | MAINTAINERS | 21093 F: Documentation/ABI/testing/sysfs-pps-gen-tio
|