Home
last modified time | relevance | path

Searched full:nack (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/sys/dev/ppbus/
H A Dppb_1284.c70 #define nibble2char(s) (((s & ~nACK) >> 3) | (~s & nBUSY) >> 4)
373 if ((error = do_peripheral_wait(bus, nACK | nBUSY, 0))) { in byte_peripheral_outbyte()
449 /* Event 9 - peripheral set nAck low */ in byte_1284_inbyte()
450 if ((error = do_1284_wait(bus, nACK, 0))) { in byte_1284_inbyte()
462 if ((error = do_1284_wait(bus, nACK, nACK))) { in byte_1284_inbyte()
493 /* Event 9 - peripheral set nAck low */ in nibble_1284_inbyte()
494 if ((error = do_1284_wait(bus, nACK, 0))) { in nibble_1284_inbyte()
506 if ((error = do_1284_wait(bus, nACK, nACK))) { in nibble_1284_inbyte()
708 if (ppb_poll_bus(bus, 40, nACK | SELECT | nFAULT, in ppb_1284_negociate()
716 if (do_1284_wait(bus, nACK | PERROR | SELECT | nFAULT, in ppb_1284_negociate()
[all …]
H A Dppb_1284.h64 #define PtrClk nACK
65 #define PeriphClk nACK
66 #define Intr nACK
H A Dppb_base.c198 status->ack = !(r & nACK); in ppb_get_status()
H A Dppbconf.h57 #define nACK 0x40 macro
/freebsd/sys/netgraph/
H A Dng_l2tp.c1303 int nack; in ng_l2tp_seq_recv_nr() local
1310 if ((nack = L2TP_SEQ_DIFF(nr, seq->rack)) <= 0) in ng_l2tp_seq_recv_nr()
1316 KASSERT(nack <= L2TP_MAX_XWIN, in ng_l2tp_seq_recv_nr()
1317 ("%s: nack=%d > %d", __func__, nack, L2TP_MAX_XWIN)); in ng_l2tp_seq_recv_nr()
1324 for (i = 0; i < nack; i++) in ng_l2tp_seq_recv_nr()
1326 memmove(seq->xwin, seq->xwin + nack, in ng_l2tp_seq_recv_nr()
1327 (L2TP_MAX_XWIN - nack) * sizeof(*seq->xwin)); in ng_l2tp_seq_recv_nr()
1328 memset(seq->xwin + (L2TP_MAX_XWIN - nack), 0, in ng_l2tp_seq_recv_nr()
1329 nack * sizeof(*seq->xwin)); in ng_l2tp_seq_recv_nr()
1339 seq->cwnd += nack; in ng_l2tp_seq_recv_nr()
[all …]
/freebsd/sys/dev/ichiic/
H A Dig4_reg.h106 #define IG4_REG_SLV_DATA_NACK 0x0084 /* RW General Slave Data NACK */
449 * SLV_DATA_NACK - (RW) Generate Slave DATA NACK Register 22.2.28
451 * When the controller is a receiver a NACK can be generated on
454 * NACK_GENERATE Set to 0 for normal NACK/ACK generation.
455 * Set to 1 to generate a NACK after next data
491 * Control whether the controller responds with a ACK or NACK when
494 * If set to 0 a NACK is generated and a General Call interrupt is
/freebsd/share/man/man9/
H A Dmicroseq.979 .It 6 Ta nACK Ta "version of parallel port nAck signal"
93 .It 4 Ta IRQENABLE Ta "1 enables an interrupt on the rising edge of nAck"
/freebsd/sys/dev/iicbus/controller/twsi/
H A Dtwsi.c625 debugf(sc, "Address NACK-ed\n"); in twsi_intr()
629 debugf(sc, "Data byte NACK-ed\n"); in twsi_intr()
686 debugf(sc, "Received and NACK-ed data\n"); in twsi_intr()
688 ("sent NACK before receiving all requested data")); in twsi_intr()
707 * We should not have NACK-ed yet. in twsi_intr()
710 debugf(sc, "NACK-ed before receving all bytes?\n"); in twsi_intr()
/freebsd/contrib/tcpdump/
H A Dprint-mpcp.c88 { 4, "NACK" },
113 { 0, "NACK" },
H A Dprint-lmp.c178 { LMP_MSGTYPE_CONFIG_NACK, "Config NACK"},
182 { LMP_MSGTYPE_VERIFY_BEGIN_NACK, "Begin Verify NACK"},
191 { LMP_MSGTYPE_LINK_SUMMARY_NACK, "Link Summary NACK"},
198 { LMP_MSGTYPE_SERVICE_CONFIG_NACK, "Service Config NACK"},
H A Dprint-ahcp.c59 { AHCP1_MSG_NACK, "Nack" },
/freebsd/sys/dev/glxiic/
H A Dglxiic.c742 /* Last byte from slave, set NACK. */ in glxiic_state_master_addr_callback()
768 GLXIIC_DEBUG_LOG("slave nack in master tx"); in glxiic_state_master_tx_callback()
809 GLXIIC_DEBUG_LOG("slave nack in rx"); in glxiic_state_master_rx_callback()
833 /* Last byte from slave, set NACK. */ in glxiic_state_master_rx_callback()
862 GLXIIC_DEBUG_LOG("slave nack in master stop"); in glxiic_state_master_stop_callback()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationHistory.h30 // For single char packets for ack, nack and /x03
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Drenesas,riic.yaml44 - description: NACK Reception Interrupt
/freebsd/libexec/ftpd/
H A Dextern.h47 void nack(char *);
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h80 void nack(char *);
/freebsd/sys/dev/iicbus/
H A Diic_recover_bus.c92 * win this battle. We do 9 max because that's a byte plus an ack/nack in iic_recover_bus()
/freebsd/sys/dev/e1000/
H A De1000_mbx.h70 /* Msgs below or'd with this are the NACK */
/freebsd/contrib/ofed/librdmacm/man/
H A Drdma_get_cm_event.3107 NACK errors.
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dqcom,rpmh-regulator.txt116 must wait for an ACK or a NACK from RPMh for every request
/freebsd/contrib/wpa/src/wps/
H A Dwps_i.h105 * config_error - Configuration Error value to be used in NACK
/freebsd/sys/dev/ixl/
H A Dixl_pf_i2c.c462 bool nack = 1; in ixl_read_i2c_byte_bb() local
514 status = ixl_clock_out_i2c_bit(pf, nack); in ixl_read_i2c_byte_bb()
/freebsd/sys/dev/ppc/
H A Dppc_isa.c166 /* disable nAck interrupts */ in ppc_isa_write()
/freebsd/share/man/man4/
H A Dppbus.4181 At any time, the peripheral may interrupt the host with the nAck signal without
/freebsd/sys/dev/vnic/
H A Dnic.h355 #define NIC_MBOX_MSG_NACK 0x03 /* NACK the message received */

123