Searched refs:quadlet_count (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/sys/1394/ |
H A D | h1394.h | 167 uint_t quadlet_count); 292 uint_t quadlet_count, uint_t timestamp);
|
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_isr.c | 414 uint_t quadlet_count; in hci1394_isr_self_id() local 524 quadlet_count = selfid_size >> 2; in hci1394_isr_self_id() 527 for (index = 0; index < quadlet_count; index++) { in hci1394_isr_self_id()
|
H A D | hci1394_s1394if.c | 68 void *local_buf, uint_t quadlet_count); 881 void *local_buf, uint_t quadlet_count) in hci1394_s1394if_update_config_rom() argument 901 hci1394_ohci_cfgrom_update(soft_state->ohci, local_buf, quadlet_count); in hci1394_s1394if_update_config_rom()
|
H A D | hci1394_ohci.c | 2186 uint_t quadlet_count) in hci1394_ohci_cfgrom_update() argument 2204 (uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr, quadlet_count << 2, in hci1394_ohci_cfgrom_update() 2208 quadlet_count << 2, DDI_DMA_SYNC_FORDEV); in hci1394_ohci_cfgrom_update()
|
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ohci.h | 647 void *local_buf, uint_t quadlet_count);
|
/titanic_41/usr/src/uts/common/io/1394/ |
H A D | h1394.c | 1711 h1394_phy_packet(void *sl_private, uint32_t *packet_data, uint_t quadlet_count, in h1394_phy_packet() argument
|