HomeSort by: relevance | last modified time | path
    Searched defs:u3_ht_read (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/macppc/macppc/
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);
224 x = u3_ht_read(u3_ht, OPENPIC_CONFIG);
227 x = u3_ht_read(u3_ht, OPENPIC_FEATURE);
265 x = u3_ht_read(u3_ht, OPENPIC_CONFIG);
290 x = u3_ht_read(u3_ht, OPENPIC_IPI_VECTOR(1));
392 x = u3_ht_read(u3_ht, OPENPIC_SRC_VECTOR(irq));
409 x = u3_ht_read(u3_ht, OPENPIC_SRC_VECTOR(irq));
562 x = u3_ht_read(u3_ht, OPENPIC_CPU_PRIORITY(cpu));
579 return u3_ht_read(u3_ht, OPENPIC_IACK(cpu)) & OPENPIC_VECTOR_MASK
    [all...]

Completed in 11 milliseconds