资源简介

这个压缩包内包含了SiI9136-3的datasheet、寄存器配置说明、驱动源码; 鉴于自己的VIP要过期了,积分会高一些,请谅解~

资源截图

代码片段和文件信息

//------------------------------------------------------------------------------
// File Name: siHdmiTx_902x_TPI.c
// File Description: this file is used to call initalization of 902x including HDMI TX TPI
//            processing EDID HDCP and CEC.
//
// Create Date: 07/22/2010
//
// Modification history:
//  - 07/22/2010  Add file desription and comment
//
//
// Copyright ?2002-2010 Silicon Image Inc.  All rights reserved.
//
// No part of this work may be reproduced modified distributed transmitted
// transcribed or translated into any language or computer format in any form
// or by any means without written permission of: Silicon Image Inc.
// 1060 East Arques Avenue Sunnyvale California 94085
//------------------------------------------------------------------------------
/*
 *
 * Copyright (c) 2006 Hisilicon Co. Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not write to the Free Software
 * Foundation Inc. 59 Temple Place Suite 330 Boston MA 02111-1307  USA
 *
 *
 * History:
 *      10-April-2006 create this file
 */


#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
//#include 
#include 
#include 
#include 
#include 
#include 
#include 

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#include “sil9024.h“

#ifdef CONFIG_HISI_SNAPSHOT_BOOT
#include “himedia.h“
#endif


#define DEV_NAME “sil9024“
#define DEBUG_LEVEL 1
#define DPRINTK(levelfmtargs...) do{ if(level < DEBUG_LEVEL)\
            printk(KERN_INFO “%s [%s %d]: “ fmt “\n“DEV_NAME__FUNCTION____LINE__##args);\
    }while(0)

static unsigned int open_cnt = 0;
static unsigned int norm = 9;
static struct i2c_client* sil_client;

static struct i2c_board_info sil_i2c_info =
{
    I2C_BOARD_INFO(“sil9024“ TX_SLAVE_ADDR)
};


//#include “siHdmiTx_902x_TPI.h“
static struct timer_list sil902x_timer;
#define TIMER_DELAY (msecs_to_jiffies(1000)/10)

SIHDMITX_CONFIG siHdmiTx;
GLOBAL_SYSTEM  g_sys;
GLOBAL_HDCP  g_hdcp;
GLOBAL_E

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     159744  2017-12-18 15:43  sil9136-3\.sil9024.c.swp

     文件        462  2017-12-18 15:43  sil9136-3\.sil9024.ko.cmd

     文件      22365  2017-12-18 14:34  sil9136-3\.sil9024.mod.o.cmd

     文件      37311  2017-12-18 15:43  sil9136-3\.sil9024.o.cmd

     文件        131  2017-12-18 15:43  sil9136-3\.tmp_versions\sil9024.mod

     文件    2618183  2017-12-14 19:01  sil9136-3\1080P.h264

     文件        426  2017-12-14 17:29  sil9136-3\gpio_i2c.h

     文件        596  2017-12-14 17:52  sil9136-3\Makefile

     文件        492  2017-12-14 17:52  sil9136-3\Makefile.bak

     文件          0  2017-12-18 14:34  sil9136-3\Module.symvers

     文件         73  2017-12-18 15:43  sil9136-3\modules.order

     文件        287  2017-12-14 17:29  sil9136-3\readme.txt

     文件     989864  2017-12-14 19:01  sil9136-3\sample_vo

     文件     132102  2017-12-18 15:43  sil9136-3\sil9024.c

     文件      74816  2017-12-18 15:20  sil9136-3\sil9024.h

     文件      27830  2017-12-18 15:43  sil9136-3\sil9024.ko

     文件        444  2017-12-18 14:34  sil9136-3\sil9024.mod.c

     文件       1580  2017-12-18 14:34  sil9136-3\sil9024.mod.o

     文件      26968  2017-12-18 15:43  sil9136-3\sil9024.o

     文件    2447156  2018-08-04 10:51  SiI9136-3 Programmer‘s Reference.pdf

     文件    1698018  2018-08-03 19:00  sil9136-3__SiI-DS-1084-B.pdf

     目录          0  2018-08-04 10:44  sil9136-3\.tmp_versions

     目录          0  2018-08-04 10:44  sil9136-3

----------- ---------  ---------- -----  ----

              8238848                    23


评论

共有 条评论