Lines Matching +full:0 +full:x54
18 #define PCA9552_TEST_ADDR 0x60
22 /* Switch on LEDs 0 and 12 */ in pca9552_init()
23 i2c_set8(i2cdev, PCA9552_LS0, 0x54); in pca9552_init()
24 i2c_set8(i2cdev, PCA9552_LS3, 0x54); in pca9552_init()
39 g_assert_cmphex(resp, ==, 0x54); in receive_autoinc()
43 g_assert_cmphex(resp, ==, 0x55); in receive_autoinc()
47 g_assert_cmphex(resp, ==, 0x55); in receive_autoinc()
51 g_assert_cmphex(resp, ==, 0x54); in receive_autoinc()
60 g_assert_cmphex(value, ==, 0x55); in send_and_receive()
63 g_assert_cmphex(value, ==, 0xFF); in send_and_receive()
68 g_assert_cmphex(value, ==, 0x54); in send_and_receive()
71 g_assert_cmphex(value, ==, 0xFE); in send_and_receive()
74 g_assert_cmphex(value, ==, 0x54); in send_and_receive()
77 g_assert_cmphex(value, ==, 0xEF); in send_and_receive()
83 .extra_device_opts = "address=0x60" in pca9552_register_nodes()
85 add_qi2c_address(&opts, &(QI2CAddress) { 0x60 }); in pca9552_register_nodes()