typo fixes: bandwith -> bandwidth
Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
27ae4104b6
commit
9aaeded72f
8 changed files with 14 additions and 14 deletions
|
@ -1,9 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* Memory arbiter functions. Allocates bandwith through the
|
* Memory arbiter functions. Allocates bandwidth through the
|
||||||
* arbiter and sets up arbiter breakpoints.
|
* arbiter and sets up arbiter breakpoints.
|
||||||
*
|
*
|
||||||
* The algorithm first assigns slots to the clients that has specified
|
* The algorithm first assigns slots to the clients that has specified
|
||||||
* bandwith (e.g. ethernet) and then the remaining slots are divided
|
* bandwidth (e.g. ethernet) and then the remaining slots are divided
|
||||||
* on all the active clients.
|
* on all the active clients.
|
||||||
*
|
*
|
||||||
* Copyright (c) 2004, 2005 Axis Communications AB.
|
* 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,
|
int crisv32_arbiter_allocate_bandwidth(int client, int region,
|
||||||
unsigned long bandwidth)
|
unsigned long bandwidth)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int total_assigned = 0;
|
int total_assigned = 0;
|
||||||
|
|
|
@ -25,8 +25,8 @@ int crisv32_request_dma(unsigned int dmanr, const char * device_id,
|
||||||
reg_config_rw_clk_ctrl clk_ctrl;
|
reg_config_rw_clk_ctrl clk_ctrl;
|
||||||
reg_strmux_rw_cfg strmux_cfg;
|
reg_strmux_rw_cfg strmux_cfg;
|
||||||
|
|
||||||
if (crisv32_arbiter_allocate_bandwith(dmanr,
|
if (crisv32_arbiter_allocate_bandwidth(dmanr,
|
||||||
options & DMA_INT_MEM ? INT_REGION : EXT_REGION,
|
options & DMA_INT_MEM ? INT_REGION : EXT_REGION,
|
||||||
bandwidth))
|
bandwidth))
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
|
|
|
@ -158,7 +158,7 @@ static int calculate_h_scale_registers(struct saa7146_dev *dev,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* the horizontal scaling increment controls the UV filter
|
/* the horizontal scaling increment controls the UV filter
|
||||||
to reduce the bandwith to improve the display quality,
|
to reduce the bandwidth to improve the display quality,
|
||||||
so set it ... */
|
so set it ... */
|
||||||
if ( xsci == 0x400)
|
if ( xsci == 0x400)
|
||||||
pfuv = 0x00;
|
pfuv = 0x00;
|
||||||
|
|
|
@ -216,7 +216,7 @@ static int lgdt330x_init(struct dvb_frontend* fe)
|
||||||
AGC_DELAY0, 0x07,
|
AGC_DELAY0, 0x07,
|
||||||
AGC_DELAY2, 0xfe,
|
AGC_DELAY2, 0xfe,
|
||||||
/* Change the value of IAGCBW[15:8]
|
/* Change the value of IAGCBW[15:8]
|
||||||
of inner AGC loop filter bandwith */
|
of inner AGC loop filter bandwidth */
|
||||||
AGC_LOOP_BANDWIDTH0, 0x08,
|
AGC_LOOP_BANDWIDTH0, 0x08,
|
||||||
AGC_LOOP_BANDWIDTH1, 0x9a
|
AGC_LOOP_BANDWIDTH1, 0x9a
|
||||||
};
|
};
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
is a bit braindead (no matching channel masks or no matching filter mask),
|
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,
|
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
|
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 bandwidth will be a problem when having large
|
||||||
datastreams, especially for dvb-net, but hey, that's not my problem.
|
datastreams, especially for dvb-net, but hey, that's not my problem.
|
||||||
|
|
||||||
TTUSB_DISEQC, TTUSB_TONE:
|
TTUSB_DISEQC, TTUSB_TONE:
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Synchronous Bandwith Allocation (SBA) structs
|
* Synchronous Bandwidth Allocation (SBA) structs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SBA_
|
#ifndef _SBA_
|
||||||
|
|
|
@ -8043,8 +8043,8 @@ SiS_SetCHTVReg(struct SiS_Private *SiS_Pr, unsigned short ModeNo, unsigned short
|
||||||
SiS_SetCH700x(SiS_Pr,0x01,0x28);
|
SiS_SetCH700x(SiS_Pr,0x01,0x28);
|
||||||
|
|
||||||
/* Set video bandwidth
|
/* Set video bandwidth
|
||||||
High bandwith Luma composite video filter(S0=1)
|
High bandwidth Luma composite video filter(S0=1)
|
||||||
low bandwith Luma S-video filter (S2-1=00)
|
low bandwidth Luma S-video filter (S2-1=00)
|
||||||
disable peak filter in S-video channel (S3=0)
|
disable peak filter in S-video channel (S3=0)
|
||||||
high bandwidth Chroma Filter (S5-4=11)
|
high bandwidth Chroma Filter (S5-4=11)
|
||||||
=00110001=0x31
|
=00110001=0x31
|
||||||
|
|
|
@ -20,8 +20,8 @@ enum
|
||||||
arbiter_all_accesses = 0xff
|
arbiter_all_accesses = 0xff
|
||||||
};
|
};
|
||||||
|
|
||||||
int crisv32_arbiter_allocate_bandwith(int client, int region,
|
int crisv32_arbiter_allocate_bandwidth(int client, int region,
|
||||||
unsigned long bandwidth);
|
unsigned long bandwidth);
|
||||||
int crisv32_arbiter_watch(unsigned long start, unsigned long size,
|
int crisv32_arbiter_watch(unsigned long start, unsigned long size,
|
||||||
unsigned long clients, unsigned long accesses,
|
unsigned long clients, unsigned long accesses,
|
||||||
watch_callback* cb);
|
watch_callback* cb);
|
||||||
|
|
Loading…
Add table
Reference in a new issue