Searched refs:u3_ht_read (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/macppc/macppc/ |
H A D | pic_u3_ht.c | 79 #define u3_ht_read(ptr,reg) (ptr)->ht_read(ptr, reg) macro 221 x = u3_ht_read(u3_ht, OPENPIC_CONFIG); in setup_u3_ht() 224 x = u3_ht_read(u3_ht, OPENPIC_CONFIG); in setup_u3_ht() 227 x = u3_ht_read(u3_ht, OPENPIC_FEATURE); in setup_u3_ht() 265 x = u3_ht_read(u3_ht, OPENPIC_CONFIG); in setup_u3_ht() 290 x = u3_ht_read(u3_ht, OPENPIC_IPI_VECTOR(1)); in setup_u3_ht() 392 x = u3_ht_read(u3_ht, OPENPIC_SRC_VECTOR(irq)); in u3_ht_enable_irq() 409 x = u3_ht_read(u3_ht, OPENPIC_SRC_VECTOR(irq)); in u3_ht_disable_irq() 562 x = u3_ht_read(u3_ht, OPENPIC_CPU_PRIORITY(cpu)); in u3_ht_set_priority() 579 return u3_ht_read(u3_ht, OPENPIC_IACK(cpu)) & OPENPIC_VECTOR_MASK; in u3_ht_read_irq() [all …]
|