Home
last modified time | relevance | path

Searched refs:chan_size (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmac80211.c338 unsigned int phy_size, chan_size; in mt76_alloc_phy() local
343 chan_size = sizeof(dev->phy.sband_2g.chan[0]); in mt76_alloc_phy()
344 size_2g = ALIGN(ARRAY_SIZE(mt76_channels_2ghz) * chan_size, 8); in mt76_alloc_phy()
345 size_5g = ALIGN(ARRAY_SIZE(mt76_channels_5ghz) * chan_size, 8); in mt76_alloc_phy()
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/
Dperf.c124 __le32 chan_size; member
576 size = le32_to_cpu(resp->chan_size); in scmi_perf_domain_desc_fc()