Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181581
b: refs/heads/master
c: 936c05e
h: refs/heads/master
i:
  181579: dc37f05
v: v3
  • Loading branch information
Márton Németh authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent e8390ac commit 237b005
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 521e86eb4354080dc2d178e3d8a7ebd8f0e8b4e5
refs/heads/master: 936c05e7f677640a9bc4d77354899f199d7d958f
10 changes: 5 additions & 5 deletions trunk/drivers/media/dvb/frontends/stv0900_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ u8 stv0900_read_reg(struct stv0900_internal *intp, u16 reg)
return buf;
}

void extract_mask_pos(u32 label, u8 *mask, u8 *pos)
static void extract_mask_pos(u32 label, u8 *mask, u8 *pos)
{
u8 position = 0, i = 0;

Expand Down Expand Up @@ -218,7 +218,7 @@ u8 stv0900_get_bits(struct stv0900_internal *intp, u32 label)
return val;
}

enum fe_stv0900_error stv0900_initialize(struct stv0900_internal *intp)
static enum fe_stv0900_error stv0900_initialize(struct stv0900_internal *intp)
{
s32 i;

Expand Down Expand Up @@ -282,7 +282,7 @@ enum fe_stv0900_error stv0900_initialize(struct stv0900_internal *intp)
return STV0900_NO_ERROR;
}

u32 stv0900_get_mclk_freq(struct stv0900_internal *intp, u32 ext_clk)
static u32 stv0900_get_mclk_freq(struct stv0900_internal *intp, u32 ext_clk)
{
u32 mclk = 90000000, div = 0, ad_div = 0;

Expand All @@ -296,7 +296,7 @@ u32 stv0900_get_mclk_freq(struct stv0900_internal *intp, u32 ext_clk)
return mclk;
}

enum fe_stv0900_error stv0900_set_mclk(struct stv0900_internal *intp, u32 mclk)
static enum fe_stv0900_error stv0900_set_mclk(struct stv0900_internal *intp, u32 mclk)
{
u32 m_div, clk_sel;

Expand Down Expand Up @@ -334,7 +334,7 @@ enum fe_stv0900_error stv0900_set_mclk(struct stv0900_internal *intp, u32 mclk)
return STV0900_NO_ERROR;
}

u32 stv0900_get_err_count(struct stv0900_internal *intp, int cntr,
static u32 stv0900_get_err_count(struct stv0900_internal *intp, int cntr,
enum fe_stv0900_demod_num demod)
{
u32 lsb, msb, hsb, err_val;
Expand Down

0 comments on commit 237b005

Please sign in to comment.