···11/*22- * Memory arbiter functions. Allocates bandwith through the22+ * Memory arbiter functions. Allocates bandwidth through the33 * arbiter and sets up arbiter breakpoints.44 *55 * The algorithm first assigns slots to the clients that has specified66- * bandwith (e.g. ethernet) and then the remaining slots are divided66+ * bandwidth (e.g. ethernet) and then the remaining slots are divided77 * on all the active clients.88 *99 * Copyright (c) 2004, 2005 Axis Communications AB.···133133134134135135136136-int crisv32_arbiter_allocate_bandwith(int client, int region,137137- unsigned long bandwidth)136136+int crisv32_arbiter_allocate_bandwidth(int client, int region,137137+ unsigned long bandwidth)138138{139139 int i;140140 int total_assigned = 0;
···158158 }159159160160 /* the horizontal scaling increment controls the UV filter161161- to reduce the bandwith to improve the display quality,161161+ to reduce the bandwidth to improve the display quality,162162 so set it ... */163163 if ( xsci == 0x400)164164 pfuv = 0x00;
+1-1
drivers/media/dvb/frontends/lgdt330x.c
···216216 AGC_DELAY0, 0x07,217217 AGC_DELAY2, 0xfe,218218 /* Change the value of IAGCBW[15:8]219219- of inner AGC loop filter bandwith */219219+ of inner AGC loop filter bandwidth */220220 AGC_LOOP_BANDWIDTH0, 0x08,221221 AGC_LOOP_BANDWIDTH1, 0x9a222222 };
+1-1
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
···4343 is a bit braindead (no matching channel masks or no matching filter mask),4444 we won't support this - yet. it doesn't event support negative filters,4545 so the best way is maybe to keep TTUSB_HWSECTIONS undef'd and just4646- parse TS data. USB bandwith will be a problem when having large4646+ parse TS data. USB bandwidth will be a problem when having large4747 datastreams, especially for dvb-net, but hey, that's not my problem.48484949 TTUSB_DISEQC, TTUSB_TONE:
···80438043 SiS_SetCH700x(SiS_Pr,0x01,0x28);8044804480458045 /* Set video bandwidth80468046- High bandwith Luma composite video filter(S0=1)80478047- low bandwith Luma S-video filter (S2-1=00)80468046+ High bandwidth Luma composite video filter(S0=1)80478047+ low bandwidth Luma S-video filter (S2-1=00)80488048 disable peak filter in S-video channel (S3=0)80498049 high bandwidth Chroma Filter (S5-4=11)80508050 =00110001=0x31
+2-2
include/asm-cris/arch-v32/arbiter.h
···2020 arbiter_all_accesses = 0xff2121};22222323-int crisv32_arbiter_allocate_bandwith(int client, int region,2424- unsigned long bandwidth);2323+int crisv32_arbiter_allocate_bandwidth(int client, int region,2424+ unsigned long bandwidth);2525int crisv32_arbiter_watch(unsigned long start, unsigned long size,2626 unsigned long clients, unsigned long accesses,2727 watch_callback* cb);