Edit online

数据结构设计

设备数据结构。
struct aic_spienc_drvdata {
    struct attribute_group attrs;
    struct device *dev;
    void __iomem *base;
    struct clk *clk;
    struct skcipher_request *req;
    u32 tweak; /* Tweak value for hardware to generate counter */
    u32 irq_sts;
};