Searched refs:ack_offset (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pmdomain/rockchip/ |
H A D | pm-domains.c | 58 u32 ack_offset; member 1151 .ack_offset = 0x6c, 1171 .ack_offset = 0x0c, 1182 .ack_offset = 0x10, 1193 .ack_offset = 0x0c, 1213 .ack_offset = 0x14, 1239 .ack_offset = 0x40, 1256 .ack_offset = 0x40, 1273 .ack_offset = 0x68, 1286 .ack_offset = 0x60, [all …]
|
/openbmc/u-boot/drivers/reset/ |
H A D | sti-reset.c | 40 int ack_offset; member 71 .ack_offset = _ar, \ 267 reg = (void __iomem *)base + ch->ack_offset; in sti_reset_program_hw()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | gro.c | 255 static void fill_transportlayer(void *buf, int seq_offset, int ack_offset, in fill_transportlayer() argument 265 tcph->ack_seq = ntohl(START_ACK + ack_offset); in fill_transportlayer() 285 static void create_packet(void *buf, int seq_offset, int ack_offset, in create_packet() argument 290 fill_transportlayer(buf + tcp_offset, seq_offset, ack_offset, in create_packet()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 1051 int acktimeout, ctstimeout, ack_offset = 0; in ath9k_hw_init_global_settings() local 1085 ack_offset = 16; in ath9k_hw_init_global_settings() 1096 ack_offset = 32; in ath9k_hw_init_global_settings() 1116 acktimeout = slottime + sifstime + ack_offset; in ath9k_hw_init_global_settings()
|