Searched refs:u3_ht_ops (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/macppc/macppc/ |
H A D | pic_u3_ht.c | 68 struct u3_ht_ops { struct 75 uint32_t (*ht_read)(struct u3_ht_ops *, u_int); argument 76 void (*ht_write)(struct u3_ht_ops *, u_int, uint32_t); argument 82 static struct u3_ht_ops *setup_u3_ht(uint32_t, uint32_t, int, int); 83 static int setup_u3_ht_workarounds(struct u3_ht_ops *); 92 static int u3_ht_is_ht_irq(struct u3_ht_ops *, int); 93 static void u3_ht_establish_ht_irq(struct u3_ht_ops *, int, int); 94 static void u3_ht_enable_ht_irq(struct u3_ht_ops *, int); 95 static void u3_ht_disable_ht_irq(struct u3_ht_ops *, int); 96 static void u3_ht_ack_ht_irq(struct u3_ht_ops *, int); [all …]
|