Home
last modified time | relevance | path

Searched refs:CHDL (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sun4u/io/i2c/misc/
H A Di2c_svc.c103 CHDL(hdl)->chdl_dip = dip; in i2c_client_register()
104 CHDL(hdl)->chdl_nexus_reg = &reg_list->nexus_reg; in i2c_client_register()
157 if (CHDL(hdl)->chdl_nexus_reg->i2c_nexus_transfer != NULL) { in i2c_transfer()
158 (*CHDL(hdl)->chdl_nexus_reg->i2c_nexus_transfer) in i2c_transfer()
159 (CHDL(hdl)->chdl_dip, i2c_tran); in i2c_transfer()
/titanic_50/usr/src/uts/sun4u/sys/i2c/misc/
H A Di2c_svc_impl.h27 #define CHDL(client_hdl) ((i2c_client_hdl_impl_t *)(client_hdl)) macro