Searched refs:crmfb_i2cbb_ops (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/sgimips/dev/
H A Dcrmfb.c217 static const struct i2c_bitbang_ops crmfb_i2cbb_ops = { variable in typeref:struct:i2c_bitbang_ops
1664 return i2c_bitbang_send_start(cookie, flags, &crmfb_i2cbb_ops);
1671 return i2c_bitbang_send_stop(cookie, flags, &crmfb_i2cbb_ops);
1679 &crmfb_i2cbb_ops);
1686 return i2c_bitbang_read_byte(cookie, valp, flags, &crmfb_i2cbb_ops);
1693 return i2c_bitbang_write_byte(cookie, val, flags, &crmfb_i2cbb_ops);

Completed in 200 milliseconds