Lines Matching full:receive
503 if (0x04 & val) { /* Release Receive Buffer */ in can_sja_mem_write()
607 if (0x04 & val) { /* Release Receive Buffer */ in can_sja_mem_write()
683 s->interrupt_pel |= (1 << 0); /* Receive interrupt. */ in can_sja_mem_read()
732 s->interrupt_bas |= (1 << 0); /* Receive interrupt. */ in can_sja_mem_read()
796 can_display_msg("[cansja]: receive ", frame); in can_sja_receive()
826 qemu_log("[cansja]: receive FIFO overrun\n"); in can_sja_receive()
834 qemu_log("[cansja]: message stored in receive FIFO\n"); in can_sja_receive()
842 s->status_pel |= 0x01; /* Set the Receive Buffer Status. DS-p23 */ in can_sja_receive()
867 qemu_log("[cansja]: receive FIFO overrun\n"); in can_sja_receive()
883 s->status_bas |= 0x01; /* Set the Receive Buffer Status. DS-p15 */ in can_sja_receive()
893 .receive = can_sja_receive,