Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c291 s1394_channel_alloc(s1394_hal_t *hal, uint32_t channel_mask, uint_t generation, in s1394_channel_alloc() argument
345 swap = old_value & (~channel_mask); in s1394_channel_alloc()
355 if ((~old_value & channel_mask) != 0) { in s1394_channel_alloc()
396 cmd->cmd_u.l32.data_value = T1394_DATA32(~channel_mask); in s1394_channel_alloc()
407 if ((~(*old_channels) & channel_mask) != 0) { in s1394_channel_alloc()
446 s1394_channel_free(s1394_hal_t *hal, uint32_t channel_mask, uint_t generation, in s1394_channel_free() argument
500 swap = old_value | channel_mask; in s1394_channel_free()
545 cmd->cmd_u.l32.data_value = T1394_DATA32(channel_mask); in s1394_channel_free()
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ohci.c652 uint32_t channel_mask; in hci1394_ohci_it_ctxt_count_get() local
665 channel_mask = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_it_ctxt_count_get()
668 while (channel_mask != 0) { in hci1394_ohci_it_ctxt_count_get()
669 channel_mask = channel_mask >> 1; in hci1394_ohci_it_ctxt_count_get()
775 uint32_t channel_mask; in hci1394_ohci_ir_ctxt_count_get() local
788 channel_mask = ddi_get32(ohci_hdl->ohci_reg_handle, in hci1394_ohci_ir_ctxt_count_get()
791 while (channel_mask != 0) { in hci1394_ohci_ir_ctxt_count_get()
792 channel_mask = channel_mask >> 1; in hci1394_ohci_ir_ctxt_count_get()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h1128 int s1394_channel_alloc(s1394_hal_t *hal, uint32_t channel_mask,
1131 int s1394_channel_free(s1394_hal_t *hal, uint32_t channel_mask,