Searched refs:ack (Results 1 - 5 of 5) sorted by relevance

/openwrt/package/kernel/rtc-rv5c386a/src/
H A Drtc.c168 int ack; local
187 /* read ack: SDA should be pulled down by slave */
188 ack = getsda() == 0; /* ack: sda is pulled low ->success. */
193 c, ack ? "ACK": "NAK");
195 return ack; /* return 1 if device acked */
199 static int i2c_inb(int ack) argument
216 if (ack) {
/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxhcd_intr.c796 disable_hc_int(_hc_regs,ack);
1006 disable_hc_int(_hc_regs,ack);
1047 if(_ifxhc->xfer_len==0 && !hcint.b.ack && hcint.b.nak)
1266 disable_hc_int(_hc_regs,ack);
1443 disable_hc_int(_hc_regs,ack);
1475 if(_ifxhc->xfer_len==0 && !hcint.b.ack && hcint.b.nak)
1654 disable_hc_int(_hc_regs,ack);
1790 disable_hc_int(_hc_regs,ack);
1800 disable_hc_int(_hc_regs,ack);
1820 disable_hc_int(_hc_regs,ack);
[all...]
H A Difxusb_regs.h627 unsigned ack : 1; /*!< 24 I2C ACK */ member in struct:gi2cctl_data::__anon51
1399 unsigned ack : 1; /*!< 05 ACK Response Received */ member in struct:hcint_data::__anon78
/openwrt/target/linux/generic/files/drivers/net/phy/
H A Drtl8366_smi.c145 u32 ack; local
147 rtl8366_smi_read_bits(smi, 1, &ack);
148 if (ack == 0)
244 u32 addr, u32 data, bool ack)
274 if (ack)
243 __rtl8366_smi_write_reg(struct rtl8366_smi *smi, u32 addr, u32 data, bool ack) argument
/openwrt/target/linux/cns3xxx/files/arch/arm/mach-cns3xxx/
H A Dgpio.c149 chained_irq_enter(chip, desc); /* mask and ack the base interrupt */
275 ct->regs.ack = GPIO_INTERRUPT_CLEAR;

Completed in 111 milliseconds