Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
c1d57038
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
161
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
c1d57038
编写于
3月 28, 2007
作者:
M
Mauro Carvalho Chehab
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
V4L/DVB (5477): CodingStyle cleanups on for loops at bttv-cards.c
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
上级
57747b7f
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
10 addition
and
12 deletion
+10
-12
drivers/media/video/bt8xx/bttv-cards.c
drivers/media/video/bt8xx/bttv-cards.c
+10
-12
未找到文件。
drivers/media/video/bt8xx/bttv-cards.c
浏览文件 @
c1d57038
...
...
@@ -3638,7 +3638,7 @@ static int __devinit pvr_altera_load(struct bttv *btv, u8 *micro, u32 microlen)
for
(
n
=
0
;
n
<
microlen
;
n
++
)
{
bits
=
micro
[
n
];
for
(
i
=
0
;
i
<
8
;
i
++
)
{
for
(
i
=
0
;
i
<
8
;
i
++
)
{
gpio_bits
(
BTTV_ALT_DCLK
,
0
);
if
(
bits
&
0x01
)
gpio_bits
(
BTTV_ALT_DATA
,
BTTV_ALT_DATA
);
...
...
@@ -3691,7 +3691,7 @@ static void __devinit osprey_eeprom(struct bttv *btv)
/* this might be an antique... check for MMAC label in eeprom */
if
((
ee
[
0
]
==
'M'
)
&&
(
ee
[
1
]
==
'M'
)
&&
(
ee
[
2
]
==
'A'
)
&&
(
ee
[
3
]
==
'C'
))
{
unsigned
char
checksum
=
0
;
for
(
i
=
0
;
i
<
21
;
i
++
)
for
(
i
=
0
;
i
<
21
;
i
++
)
checksum
+=
ee
[
i
];
if
(
checksum
!=
ee
[
21
])
return
;
...
...
@@ -3703,12 +3703,13 @@ static void __devinit osprey_eeprom(struct bttv *btv)
unsigned
short
type
;
int
offset
=
4
*
16
;
for
(;
offset
<
8
*
16
;
offset
+=
16
)
{
for
(;
offset
<
8
*
16
;
offset
+=
16
)
{
unsigned
short
checksum
=
0
;
/* verify the checksum */
for
(
i
=
0
;
i
<
14
;
i
++
)
checksum
+=
ee
[
i
+
offset
];
checksum
=
~
checksum
;
/* no idea why */
if
((((
checksum
>>
8
)
&
0x0FF
)
==
ee
[
offset
+
14
])
&&
for
(
i
=
0
;
i
<
14
;
i
++
)
checksum
+=
ee
[
i
+
offset
];
checksum
=
~
checksum
;
/* no idea why */
if
((((
checksum
>>
8
)
&
0x0FF
)
==
ee
[
offset
+
14
])
&&
((
checksum
&
0x0FF
)
==
ee
[
offset
+
15
]))
{
break
;
}
...
...
@@ -3721,7 +3722,6 @@ static void __devinit osprey_eeprom(struct bttv *btv)
type
=
(
ee
[
offset
+
4
]
<<
8
)
|
(
ee
[
offset
+
5
]);
switch
(
type
)
{
/* 848 based */
case
0x0004
:
btv
->
c
.
type
=
BTTV_BOARD_OSPREY1x0_848
;
...
...
@@ -4149,8 +4149,7 @@ static int tea5757_read(struct bttv *btv)
}
dprintk
(
"bttv%d: tea5757:"
,
btv
->
c
.
nr
);
for
(
i
=
0
;
i
<
24
;
i
++
)
{
for
(
i
=
0
;
i
<
24
;
i
++
)
{
udelay
(
5
);
bus_high
(
btv
,
btv
->
mbox_clk
);
udelay
(
5
);
...
...
@@ -4182,8 +4181,7 @@ static int tea5757_write(struct bttv *btv, int value)
dprintk
(
"bttv%d: tea5757: write 0x%X
\n
"
,
btv
->
c
.
nr
,
value
);
bus_low
(
btv
,
btv
->
mbox_clk
);
bus_high
(
btv
,
btv
->
mbox_we
);
for
(
i
=
0
;
i
<
25
;
i
++
)
{
for
(
i
=
0
;
i
<
25
;
i
++
)
{
if
(
reg
&
0x1000000
)
bus_high
(
btv
,
btv
->
mbox_data
);
else
...
...
@@ -4755,7 +4753,7 @@ static void kodicom4400r_init(struct bttv *btv)
gpio_write
(
1
<<
9
);
/* reset MUX */
gpio_write
(
0
);
/* Preset camera 0 to the 4 controllers */
for
(
ix
=
0
;
ix
<
4
;
ix
++
)
{
for
(
ix
=
0
;
ix
<
4
;
ix
++
)
{
sw_status
[
ix
]
=
ix
;
kodicom4400r_write
(
btv
,
ix
,
ix
,
1
);
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录