K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / src / linux-headers-3.13.0-24 / arch / sh / include / asm /
server ip : 172.67.156.115

your ip : 172.69.130.102

H O M E


Filename/usr/src/linux-headers-3.13.0-24/arch/sh/include/asm/i2c-sh7760.h
Size367
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:50
Last modified20-Jan-2014 10:40
Last accessed06-Jul-2025 21:56
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
/*
* MMIO/IRQ and platform data for SH7760 I2C channels
*/

#ifndef _I2C_SH7760_H_
#define _I2C_SH7760_H_

#define SH7760_I2C_DEVNAME "sh7760-i2c"

#define SH7760_I2C0_MMIO 0xFE140000
#define SH7760_I2C0_MMIOEND 0xFE14003B

#define SH7760_I2C1_MMIO 0xFE150000
#define SH7760_I2C1_MMIOEND 0xFE15003B

struct sh7760_i2c_platdata {
unsigned int speed_khz;
};

#endif