Searched refs:quadlet_count (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | h1394.h | 167 uint_t quadlet_count); 292 uint_t quadlet_count, uint_t timestamp);
|
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_isr.c | 414 uint_t quadlet_count; local 524 quadlet_count = selfid_size >> 2; 527 for (index = 0; index < quadlet_count; index++) {
|
H A D | hci1394_s1394if.c | 68 void *local_buf, uint_t quadlet_count); 874 * This routine updates the configuration ROM. It copies "quadlet_count" 881 void *local_buf, uint_t quadlet_count) 901 hci1394_ohci_cfgrom_update(soft_state->ohci, local_buf, quadlet_count); 880 hci1394_s1394if_update_config_rom(void *hal_private, void *local_buf, uint_t quadlet_count) argument
|
H A D | hci1394_ohci.c | 2186 uint_t quadlet_count) 2204 (uint8_t *)ohci_hdl->ohci_cfgrom.bi_kaddr, quadlet_count << 2, 2208 quadlet_count << 2, DDI_DMA_SYNC_FORDEV); 2185 hci1394_ohci_cfgrom_update(hci1394_ohci_handle_t ohci_hdl, void *local_buf, uint_t quadlet_count) argument
|
/illumos-gate/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_ohci.h | 647 void *local_buf, uint_t quadlet_count);
|
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | h1394.c | 1697 * quadlet_count Length of the buffer 1711 h1394_phy_packet(void *sl_private, uint32_t *packet_data, uint_t quadlet_count, argument
|
Completed in 92 milliseconds