/freebsd/sys/dev/ppbus/ |
H A D | ppb_1284.c | 70 #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 D | ppb_1284.h | 64 #define PtrClk nACK 65 #define PeriphClk nACK 66 #define Intr nACK
|
H A D | ppb_base.c | 198 status->ack = !(r & nACK); in ppb_get_status()
|
H A D | ppbconf.h | 57 #define nACK 0x40 macro
|
/freebsd/sys/netgraph/ |
H A D | ng_l2tp.c | 1303 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 D | ig4_reg.h | 106 #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 D | microseq.9 | 79 .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 D | twsi.c | 625 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 D | print-mpcp.c | 88 { 4, "NACK" }, 113 { 0, "NACK" },
|
H A D | print-lmp.c | 178 { 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 D | print-ahcp.c | 59 { AHCP1_MSG_NACK, "Nack" },
|
/freebsd/sys/dev/glxiic/ |
H A D | glxiic.c | 742 /* 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 D | GDBRemoteCommunicationHistory.h | 30 // For single char packets for ack, nack and /x03
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | renesas,riic.yaml | 44 - description: NACK Reception Interrupt
|
/freebsd/libexec/ftpd/ |
H A D | extern.h | 47 void nack(char *);
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | extern.h | 80 void nack(char *);
|
/freebsd/sys/dev/iicbus/ |
H A D | iic_recover_bus.c | 92 * 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 D | e1000_mbx.h | 70 /* Msgs below or'd with this are the NACK */
|
/freebsd/contrib/ofed/librdmacm/man/ |
H A D | rdma_get_cm_event.3 | 107 NACK errors.
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | qcom,rpmh-regulator.txt | 116 must wait for an ACK or a NACK from RPMh for every request
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps_i.h | 105 * config_error - Configuration Error value to be used in NACK
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_i2c.c | 462 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 D | ppc_isa.c | 166 /* disable nAck interrupts */ in ppc_isa_write()
|
/freebsd/share/man/man4/ |
H A D | ppbus.4 | 181 At any time, the peripheral may interrupt the host with the nAck signal without
|
/freebsd/sys/dev/vnic/ |
H A D | nic.h | 355 #define NIC_MBOX_MSG_NACK 0x03 /* NACK the message received */
|