Home
last modified time | relevance | path

Searched refs:ack_offset (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/soc/rockchip/
Dpm_domains.c56 u32 ack_offset; member
289 regmap_read(pmu->regmap, pmu->info->ack_offset, &val); in rockchip_pmu_read_ack()
1063 .ack_offset = 0x6c,
1072 .ack_offset = 0x14c,
1083 .ack_offset = 0x0c,
1094 .ack_offset = 0x10,
1105 .ack_offset = 0x0c,
1114 .ack_offset = 0x488,
1125 .ack_offset = 0x14,
1140 .ack_offset = 0x484,
[all …]
/Linux-v6.1/drivers/spi/
Dspi-s3c24xx.c216 u32 ack_offset; member
281 ack_ptr = (u32 *)&code->data[code->ack_offset]; in s3c24xx_spi_tryfiq()
/Linux-v6.1/tools/testing/selftests/net/
Dgro.c255 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()
/Linux-v6.1/drivers/net/wireless/ath/ath9k/
Dhw.c1051 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()