Home
last modified time | relevance | path

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

/linux-3.3/drivers/crypto/
Domap-sham.c167 static inline u32 omap_sham_read(struct omap_sham_dev *dd, u32 offset) in omap_sham_read() function
183 val = omap_sham_read(dd, address); in omap_sham_write_mask()
193 while (!(omap_sham_read(dd, offset) & bit)) { in omap_sham_wait()
210 hash[i] = omap_sham_read(ctx->dd, in omap_sham_copy_hash()
1086 omap_sham_read(dd, SHA_REG_CTRL); in omap_sham_irq()
1214 (omap_sham_read(dd, SHA_REG_REV) & SHA_REG_REV_MAJOR) >> 4, in omap_sham_probe()
1215 omap_sham_read(dd, SHA_REG_REV) & SHA_REG_REV_MINOR); in omap_sham_probe()