sgtl5000.h (986a622df307644af14618bee54c901aa74816da) | sgtl5000.h (5c78dfe87ea04b501ee000a7f03b9432ac9d008c) |
---|---|
1/* 2 * sgtl5000.h - SGTL5000 audio codec interface 3 * 4 * Copyright 2010-2011 Freescale Semiconductor, Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 333 unchanged lines hidden (view full) --- 342#define SGTL5000_LINE_OUT_POWERUP 0x0001 343 344/* 345 * SGTL5000_CHIP_PLL_CTRL 346 */ 347#define SGTL5000_PLL_INT_DIV_MASK 0xf800 348#define SGTL5000_PLL_INT_DIV_SHIFT 11 349#define SGTL5000_PLL_INT_DIV_WIDTH 5 | 1/* 2 * sgtl5000.h - SGTL5000 audio codec interface 3 * 4 * Copyright 2010-2011 Freescale Semiconductor, Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 333 unchanged lines hidden (view full) --- 342#define SGTL5000_LINE_OUT_POWERUP 0x0001 343 344/* 345 * SGTL5000_CHIP_PLL_CTRL 346 */ 347#define SGTL5000_PLL_INT_DIV_MASK 0xf800 348#define SGTL5000_PLL_INT_DIV_SHIFT 11 349#define SGTL5000_PLL_INT_DIV_WIDTH 5 |
350#define SGTL5000_PLL_FRAC_DIV_MASK 0x0700 | 350#define SGTL5000_PLL_FRAC_DIV_MASK 0x07ff |
351#define SGTL5000_PLL_FRAC_DIV_SHIFT 0 352#define SGTL5000_PLL_FRAC_DIV_WIDTH 11 353 354/* 355 * SGTL5000_CHIP_CLK_TOP_CTRL 356 */ 357#define SGTL5000_INT_OSC_EN 0x0800 358#define SGTL5000_INPUT_FREQ_DIV2 0x0008 --- 42 unchanged lines hidden --- | 351#define SGTL5000_PLL_FRAC_DIV_SHIFT 0 352#define SGTL5000_PLL_FRAC_DIV_WIDTH 11 353 354/* 355 * SGTL5000_CHIP_CLK_TOP_CTRL 356 */ 357#define SGTL5000_INT_OSC_EN 0x0800 358#define SGTL5000_INPUT_FREQ_DIV2 0x0008 --- 42 unchanged lines hidden --- |