Home
last modified time | relevance | path

Searched refs:quadlet_count (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/sys/1394/
H A Dh1394.h167 uint_t quadlet_count);
292 uint_t quadlet_count, uint_t timestamp);
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c414 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 Dhci1394_s1394if.c68 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 Dhci1394_ohci.c2186 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 Dhci1394_ohci.h647 void *local_buf, uint_t quadlet_count);
/titanic_41/usr/src/uts/common/io/1394/
H A Dh1394.c1711 h1394_phy_packet(void *sl_private, uint32_t *packet_data, uint_t quadlet_count, in h1394_phy_packet() argument