Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h165 uint_t quadlet_count);
290 uint_t quadlet_count, uint_t timestamp);
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c377 uint_t quadlet_count; in hci1394_isr_self_id() local
470 quadlet_count = selfid_size >> 2; in hci1394_isr_self_id()
473 for (index = 0; index < quadlet_count; index++) { in hci1394_isr_self_id()
H A Dhci1394_s1394if.c66 void *local_buf, uint_t quadlet_count);
697 void *local_buf, uint_t quadlet_count) in hci1394_s1394if_update_config_rom() argument
712 hci1394_ohci_cfgrom_update(soft_state->ohci, local_buf, quadlet_count); in hci1394_s1394if_update_config_rom()
H A Dhci1394_ohci.c1800 uint_t quadlet_count) in hci1394_ohci_cfgrom_update() argument
1816 (uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr, quadlet_count << 2, in hci1394_ohci_cfgrom_update()
1820 quadlet_count << 2, DDI_DMA_SYNC_FORDEV); in hci1394_ohci_cfgrom_update()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ohci.h645 void *local_buf, uint_t quadlet_count);
/illumos-gate/usr/src/uts/common/io/1394/
H A Dh1394.c1476 h1394_phy_packet(void *sl_private, uint32_t *packet_data, uint_t quadlet_count, in h1394_phy_packet() argument