cregit-Linux how code gets into the kernel

Release 4.7 drivers/media/pci/cobalt/m00235_fdma_packer_memmap_package.h

/*
 *  Copyright 2014-2015 Cisco Systems, Inc. and/or its affiliates.
 *  All rights reserved.
 *
 *  This program is free software; you may redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; version 2 of the License.
 *
 *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 *  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 *  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 *  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 *  BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 *  ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 *  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 *  SOFTWARE.
 */

#ifndef M00235_FDMA_PACKER_MEMMAP_PACKAGE_H

#define M00235_FDMA_PACKER_MEMMAP_PACKAGE_H

/*******************************************************************
 * Register Block
 * M00235_FDMA_PACKER_MEMMAP_PACKAGE_VHD_REGMAP
 *******************************************************************/

struct m00235_fdma_packer_regmap {
	
uint32_t control; /* Reg 0x0000, Default=0x0 */
};


#define M00235_FDMA_PACKER_REG_CONTROL_OFST 0

/*******************************************************************
 * Bit Mask for register
 * M00235_FDMA_PACKER_MEMMAP_PACKAGE_VHD_BITMAP
 *******************************************************************/
/* control [3:0] */

#define M00235_CONTROL_BITMAP_ENABLE_OFST        (0)

#define M00235_CONTROL_BITMAP_ENABLE_MSK         (0x1 << M00235_CONTROL_BITMAP_ENABLE_OFST)

#define M00235_CONTROL_BITMAP_PACK_FORMAT_OFST   (1)

#define M00235_CONTROL_BITMAP_PACK_FORMAT_MSK    (0x3 << M00235_CONTROL_BITMAP_PACK_FORMAT_OFST)

#define M00235_CONTROL_BITMAP_ENDIAN_FORMAT_OFST (3)

#define M00235_CONTROL_BITMAP_ENDIAN_FORMAT_MSK  (0x1 << M00235_CONTROL_BITMAP_ENDIAN_FORMAT_OFST)

#endif /*M00235_FDMA_PACKER_MEMMAP_PACKAGE_H*/

Overall Contributors

PersonTokensPropCommitsCommitProp
hans verkuilhans verkuil50100.00%1100.00%
Total50100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}