Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
9aaeded7
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
9aaeded7
编写于
6月 30, 2006
作者:
A
Adrian Bunk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
typo fixes: bandwith -> bandwidth
Signed-off-by:
N
Adrian Bunk
<
bunk@stusta.de
>
上级
27ae4104
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
14 addition
and
14 deletion
+14
-14
arch/cris/arch-v32/kernel/arbiter.c
arch/cris/arch-v32/kernel/arbiter.c
+4
-4
arch/cris/arch-v32/kernel/dma.c
arch/cris/arch-v32/kernel/dma.c
+2
-2
drivers/media/common/saa7146_hlp.c
drivers/media/common/saa7146_hlp.c
+1
-1
drivers/media/dvb/frontends/lgdt330x.c
drivers/media/dvb/frontends/lgdt330x.c
+1
-1
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
+1
-1
drivers/net/skfp/h/sba.h
drivers/net/skfp/h/sba.h
+1
-1
drivers/video/sis/init301.c
drivers/video/sis/init301.c
+2
-2
include/asm-cris/arch-v32/arbiter.h
include/asm-cris/arch-v32/arbiter.h
+2
-2
未找到文件。
arch/cris/arch-v32/kernel/arbiter.c
浏览文件 @
9aaeded7
/*
* Memory arbiter functions. Allocates bandwith through the
* Memory arbiter functions. Allocates bandwi
d
th through the
* arbiter and sets up arbiter breakpoints.
*
* The algorithm first assigns slots to the clients that has specified
* bandwith (e.g. ethernet) and then the remaining slots are divided
* bandwi
d
th (e.g. ethernet) and then the remaining slots are divided
* on all the active clients.
*
* Copyright (c) 2004, 2005 Axis Communications AB.
...
...
@@ -133,8 +133,8 @@ static void crisv32_arbiter_init(void)
int
crisv32_arbiter_allocate_bandwith
(
int
client
,
int
region
,
unsigned
long
bandwidth
)
int
crisv32_arbiter_allocate_bandwi
d
th
(
int
client
,
int
region
,
unsigned
long
bandwidth
)
{
int
i
;
int
total_assigned
=
0
;
...
...
arch/cris/arch-v32/kernel/dma.c
浏览文件 @
9aaeded7
...
...
@@ -25,8 +25,8 @@ int crisv32_request_dma(unsigned int dmanr, const char * device_id,
reg_config_rw_clk_ctrl
clk_ctrl
;
reg_strmux_rw_cfg
strmux_cfg
;
if
(
crisv32_arbiter_allocate_bandwith
(
dmanr
,
options
&
DMA_INT_MEM
?
INT_REGION
:
EXT_REGION
,
if
(
crisv32_arbiter_allocate_bandwi
d
th
(
dmanr
,
options
&
DMA_INT_MEM
?
INT_REGION
:
EXT_REGION
,
bandwidth
))
return
-
ENOMEM
;
...
...
drivers/media/common/saa7146_hlp.c
浏览文件 @
9aaeded7
...
...
@@ -158,7 +158,7 @@ static int calculate_h_scale_registers(struct saa7146_dev *dev,
}
/* the horizontal scaling increment controls the UV filter
to reduce the bandwith to improve the display quality,
to reduce the bandwi
d
th to improve the display quality,
so set it ... */
if
(
xsci
==
0x400
)
pfuv
=
0x00
;
...
...
drivers/media/dvb/frontends/lgdt330x.c
浏览文件 @
9aaeded7
...
...
@@ -216,7 +216,7 @@ static int lgdt330x_init(struct dvb_frontend* fe)
AGC_DELAY0
,
0x07
,
AGC_DELAY2
,
0xfe
,
/* Change the value of IAGCBW[15:8]
of inner AGC loop filter bandwith */
of inner AGC loop filter bandwi
d
th */
AGC_LOOP_BANDWIDTH0
,
0x08
,
AGC_LOOP_BANDWIDTH1
,
0x9a
};
...
...
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
浏览文件 @
9aaeded7
...
...
@@ -43,7 +43,7 @@
is a bit braindead (no matching channel masks or no matching filter mask),
we won't support this - yet. it doesn't event support negative filters,
so the best way is maybe to keep TTUSB_HWSECTIONS undef'd and just
parse TS data. USB bandwith will be a problem when having large
parse TS data. USB bandwi
d
th will be a problem when having large
datastreams, especially for dvb-net, but hey, that's not my problem.
TTUSB_DISEQC, TTUSB_TONE:
...
...
drivers/net/skfp/h/sba.h
浏览文件 @
9aaeded7
...
...
@@ -13,7 +13,7 @@
******************************************************************************/
/*
* Synchronous Bandwith Allocation (SBA) structs
* Synchronous Bandwi
d
th Allocation (SBA) structs
*/
#ifndef _SBA_
...
...
drivers/video/sis/init301.c
浏览文件 @
9aaeded7
...
...
@@ -8043,8 +8043,8 @@ SiS_SetCHTVReg(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short
SiS_SetCH700x
(
SiS_Pr
,
0x01
,
0x28
);
/* Set video bandwidth
High bandwith Luma composite video filter(S0=1)
low bandwith Luma S-video filter (S2-1=00)
High bandwi
d
th Luma composite video filter(S0=1)
low bandwi
d
th Luma S-video filter (S2-1=00)
disable peak filter in S-video channel (S3=0)
high bandwidth Chroma Filter (S5-4=11)
=00110001=0x31
...
...
include/asm-cris/arch-v32/arbiter.h
浏览文件 @
9aaeded7
...
...
@@ -20,8 +20,8 @@ enum
arbiter_all_accesses
=
0xff
};
int
crisv32_arbiter_allocate_bandwith
(
int
client
,
int
region
,
unsigned
long
bandwidth
);
int
crisv32_arbiter_allocate_bandwi
d
th
(
int
client
,
int
region
,
unsigned
long
bandwidth
);
int
crisv32_arbiter_watch
(
unsigned
long
start
,
unsigned
long
size
,
unsigned
long
clients
,
unsigned
long
accesses
,
watch_callback
*
cb
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录