Home
last modified time | relevance | path

Searched refs:iosram_send_intr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsbbc_iosram.h89 extern int iosram_send_intr(uint32_t);
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c698 (void) iosram_send_intr(SBBC_CONSOLE_OUT); in sgcn_transmit()
794 (void) iosram_send_intr(SBBC_CONSOLE_SPACE_IN); in sgcn_data_in_handler()
H A Dsgsbbc_mailbox.c767 (void) iosram_send_intr(SBBC_MAILBOX_SPACE_IN); in sbbc_mbox_msgin()
1201 (void) iosram_send_intr(SBBC_MAILBOX_OUT); in sbbc_mbox_send_msg()
1251 (void) iosram_send_intr(SBBC_MAILBOX_OUT); in sbbc_mbox_send_msg()
H A Dsgsbbc_iosram.c495 iosram_send_intr(uint32_t intr_num) in iosram_send_intr() function