Searched refs:ack_offset (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/rockchip/ |
H A D | pm_domains.c | 47 u32 ack_offset; member 148 regmap_read(pmu->regmap, pmu->info->ack_offset, &val); in rockchip_pmu_read_ack() 849 .ack_offset = 0x6c, 858 .ack_offset = 0x14c, 869 .ack_offset = 0x0c, 880 .ack_offset = 0x10, 891 .ack_offset = 0x0c, 900 .ack_offset = 0x488, 911 .ack_offset = 0x14, 926 .ack_offset [all...] |
/kernel/linux/linux-6.6/drivers/pmdomain/rockchip/ |
H A D | pm-domains.c | 58 u32 ack_offset; member 296 regmap_read(pmu->regmap, pmu->info->ack_offset, &val); in rockchip_pmu_read_ack() 1151 .ack_offset = 0x6c, 1160 .ack_offset = 0x14c, 1171 .ack_offset = 0x0c, 1182 .ack_offset = 0x10, 1193 .ack_offset = 0x0c, 1202 .ack_offset = 0x488, 1213 .ack_offset = 0x14, 1228 .ack_offset [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-s3c24xx.c | 223 * @ack_offset: The offset from @data to the word to place the IRQ ACK bit at. 228 u32 ack_offset; member 293 ack_ptr = (u32 *)&code->data[code->ack_offset]; in s3c24xx_spi_tryfiq()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 1052 int acktimeout, ctstimeout, ack_offset = 0; in ath9k_hw_init_global_settings() local 1086 ack_offset = 16; in ath9k_hw_init_global_settings() 1097 ack_offset = 32; in ath9k_hw_init_global_settings() 1117 acktimeout = slottime + sifstime + ack_offset; in ath9k_hw_init_global_settings()
|
/kernel/linux/linux-6.6/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()
|
Completed in 15 milliseconds