Lines Matching defs:offset
150 #define BA0_FCR_OF(x) (((x)&0x7f)<<0) /* FIFO starting offset (in samples) */
417 unsigned int regDBA; /* offset to DBA register */
418 unsigned int regDCA; /* offset to DCA register */
419 unsigned int regDBC; /* offset to DBC register */
420 unsigned int regDCC; /* offset to DCC register */
421 unsigned int regDMR; /* offset to DMR register */
422 unsigned int regDCR; /* offset to DCR register */
423 unsigned int regHDSR; /* offset to HDSR register */
424 unsigned int regFCR; /* offset to FCR register */
425 unsigned int regFSIC; /* offset to FSIC register */
429 unsigned int fifo_offset; /* FIFO offset within BA1 */
499 static inline void snd_cs4281_pokeBA0(struct cs4281 *chip, unsigned long offset,
502 writel(val, chip->ba0 + offset);
505 static inline unsigned int snd_cs4281_peekBA0(struct cs4281 *chip, unsigned long offset)
507 return readl(chip->ba0 + offset);