Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ieee1394/
H A Dfwphyreg.h52 gap_count:6; member
81 uint8_t gap_count:6,
H A Dfirewire.h309 gap_count:6, member
365 gap_count:6, member
H A Dfirewire.c1545 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) in fw_phy_config() argument
1562 if (gap_count >= 0) in fw_phy_config()
1563 fp->mode.ld[1] |= 1 << 22 | (gap_count & 0x3f) << 16; in fw_phy_config()
1569 printf("root_node=%d gap_count=%d\n", root_node, gap_count); in fw_phy_config()
1599 s->p0.phy_id, s->p0.link_active, s->p0.gap_count, in fw_print_sid()
/netbsd-src/usr.sbin/fwctl/
H A Dfwcontrol.c248 send_phy_config(int fd, int root_node, int gap_count) in send_phy_config() argument
262 if (gap_count >= 0) in send_phy_config()
263 asyreq->pkt.mode.ld[1] |= ((1 << 22) | (gap_count << 16)); in send_phy_config()
267 root_node, gap_count); in send_phy_config()
534 sid.p0.gap_count, in show_topology_map()
596 b.rhb, b.ibr, b.gap_count, in dump_phy_registers()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-data-refs.cc6632 unsigned int i, gap_count; in vect_record_grouped_load_vectors() local
6639 gap_count = 1; in vect_record_grouped_load_vectors()
6652 && gap_count < DR_GROUP_GAP (next_stmt_info)) in vect_record_grouped_load_vectors()
6654 gap_count++; in vect_record_grouped_load_vectors()
6668 gap_count = 1; in vect_record_grouped_load_vectors()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-data-refs.c6415 unsigned int i, gap_count; in vect_record_grouped_load_vectors() local
6422 gap_count = 1; in vect_record_grouped_load_vectors()
6435 && gap_count < DR_GROUP_GAP (next_stmt_info)) in vect_record_grouped_load_vectors()
6437 gap_count++; in vect_record_grouped_load_vectors()
6467 gap_count = 1; in vect_record_grouped_load_vectors()