Home
last modified time | relevance | path

Searched refs:channel_mask (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c313 s1394_channel_alloc(s1394_hal_t *hal, uint32_t channel_mask, uint_t generation, in s1394_channel_alloc() argument
377 swap = old_value & (~channel_mask); in s1394_channel_alloc()
392 if ((~old_value & channel_mask) != 0) { in s1394_channel_alloc()
450 cmd->cmd_u.l32.data_value = T1394_DATA32(~channel_mask); in s1394_channel_alloc()
461 if ((~(*old_channels) & channel_mask) != 0) { in s1394_channel_alloc()
519 s1394_channel_free(s1394_hal_t *hal, uint32_t channel_mask, uint_t generation, in s1394_channel_free() argument
583 swap = old_value | channel_mask; in s1394_channel_free()
645 cmd->cmd_u.l32.data_value = T1394_DATA32(channel_mask); in s1394_channel_free()
/titanic_50/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c764 uint32_t channel_mask; in hci1394_ohci_it_ctxt_count_get() local
779 channel_mask = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_it_ctxt_count_get()
782 while (channel_mask != 0) { in hci1394_ohci_it_ctxt_count_get()
783 channel_mask = channel_mask >> 1; in hci1394_ohci_it_ctxt_count_get()
915 uint32_t channel_mask; in hci1394_ohci_ir_ctxt_count_get() local
930 channel_mask = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_ir_ctxt_count_get()
933 while (channel_mask != 0) { in hci1394_ohci_ir_ctxt_count_get()
934 channel_mask = channel_mask >> 1; in hci1394_ohci_ir_ctxt_count_get()
/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h1164 int s1394_channel_alloc(s1394_hal_t *hal, uint32_t channel_mask,
1167 int s1394_channel_free(s1394_hal_t *hal, uint32_t channel_mask,