Lines Matching defs:address
208 static int dib9000_risc_apb_access_read(struct dib9000_state *state, u32 address, u16 attribute, const u8 * tx, u32 txlen, u8 * b, u32 len);
209 static int dib9000_risc_apb_access_write(struct dib9000_state *state, u32 address, u16 attribute, const u8 * b, u32 len);
1012 static int dib9000_risc_apb_access_read(struct dib9000_state *state, u32 address, u16 attribute, const u8 * tx, u32 txlen, u8 * b, u32 len)
1017 if (address >= 1024 || !state->platform.risc.fw_is_running)
1020 /* dprintk( "APB access through rd fw %d %x\n", address, attribute); */
1022 mb[0] = (u16) address;
1039 static int dib9000_risc_apb_access_write(struct dib9000_state *state, u32 address, u16 attribute, const u8 * b, u32 len)
1044 if (address >= 1024 || !state->platform.risc.fw_is_running)
1050 /* dprintk( "APB access through wr fw %d %x\n", address, attribute); */
1052 mb[0] = (u16)address;
1123 /* 0 = i2c-address demod, 0 = tuner */
2397 /* designated i2c address */