Lines Matching defs:data
100 #define HIFN_PUISR_SRCDATA 0x0020 /* Source data interrupt */
101 #define HIFN_PUISR_DSTDATA 0x0010 /* Destination data interrupt */
137 #define HIFN_PUIER_SRCDATA 0x0020 /* Source data interrupt */
138 #define HIFN_PUIER_DSTDATA 0x0010 /* Destination data interrupt */
149 #define HIFN_PUSTAT_SRCDATA 0x0020 /* Source data interrupt */
150 #define HIFN_PUSTAT_DSTDATA 0x0010 /* Destination data interrupt */
180 #define HIFN_1_7811_RNGDAT 0x68 /* 7811: rng data */
193 #define HIFN_1_RNG_DATA 0x318 /* RNG data */
469 * Structure to help build up the command data structure.
499 * Structure to help build up the command data structure.
765 static int hifn_rng_data_read(struct hwrng *rng, u32 *data)
769 *data = hifn_read_1(dev, HIFN_1_RNG_DATA);
1849 static irqreturn_t hifn_interrupt(int irq, void *data)
1851 struct hifn_device *dev = (struct hifn_device *)data;
2448 static void hifn_tasklet_callback(unsigned long data)
2450 struct hifn_device *dev = (struct hifn_device *)data;