Searched refs:t1394_cmp_reg_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | s1394_cmp.c | 48 static void s1394_cmp_notify_reg_change(s1394_hal_t *hal, t1394_cmp_reg_t reg, 145 s1394_cmp_read(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t *valp) in s1394_cmp_read() 167 s1394_cmp_cas(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t arg_val, in s1394_cmp_cas() 328 s1394_cmp_notify_reg_change(s1394_hal_t *hal, t1394_cmp_reg_t reg, in s1394_cmp_notify_reg_change() 335 void (*cb)(opaque_t, t1394_cmp_reg_t); in s1394_cmp_notify_reg_change()
|
H A D | t1394.c | 1310 t1394_cmp_read(t1394_handle_t t1394_hdl, t1394_cmp_reg_t reg, uint32_t *valp) in t1394_cmp_read() 1337 t1394_cmp_cas(t1394_handle_t t1394_hdl, t1394_cmp_reg_t reg, uint32_t arg_val, in t1394_cmp_cas()
|
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | t1394.h | 212 } t1394_cmp_reg_t; typedef 219 void (*cmp_reg_change)(opaque_t, t1394_cmp_reg_t); 565 int t1394_cmp_read(t1394_handle_t t1394_hdl, t1394_cmp_reg_t reg, 568 int t1394_cmp_cas(t1394_handle_t t1394_hdl, t1394_cmp_reg_t reg,
|
H A D | s1394.h | 1118 int s1394_cmp_read(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t *valp); 1120 int s1394_cmp_cas(s1394_target_t *target, t1394_cmp_reg_t reg, uint32_t arg_val,
|