Lines Matching +full:0 +full:x50
34 0x3f205000, /* I2C0 */
35 0x3f804000, /* I2C1 */
36 0x3f805000, /* I2C2 */
41 /* read flag is bit 0 so we can write it directly */ in bcm2835_i2c_init_transfer()
56 writel(base_addr + BCM2835_I2C_A, 0x50); in test_i2c_read_write()
59 bcm2835_i2c_init_transfer(base_addr, 0); in test_i2c_read_write()
62 writel(base_addr + BCM2835_I2C_FIFO, 0xde); in test_i2c_read_write()
63 writel(base_addr + BCM2835_I2C_FIFO, 0xad); in test_i2c_read_write()
70 writel(base_addr + BCM2835_I2C_A, 0x50); in test_i2c_read_write()
73 bcm2835_i2c_init_transfer(base_addr, 0); in test_i2c_read_write()
81 g_assert_cmpint(i2cdata, ==, 0xde); in test_i2c_read_write()
84 g_assert_cmpint(i2cdata, ==, 0xa0); in test_i2c_read_write()
99 for (i = 0; i < 3; i++) { in main()
108 "-device tmp105,address=0x50,bus=i2c-bus.0 " in main()
109 "-device tmp105,address=0x50,bus=i2c-bus.1 " in main()
110 "-device tmp105,address=0x50,bus=i2c-bus.2"); in main()