Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c339 unsigned int phy_size, chan_size; in mt76_alloc_phy() local
344 chan_size = sizeof(dev->phy.sband_2g.chan[0]); in mt76_alloc_phy()
345 size_2g = ALIGN(ARRAY_SIZE(mt76_channels_2ghz) * chan_size, 8); in mt76_alloc_phy()
346 size_5g = ALIGN(ARRAY_SIZE(mt76_channels_5ghz) * chan_size, 8); in mt76_alloc_phy()
/OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/
H A Dperf.c125 __le32 chan_size; member
573 size = le32_to_cpu(resp->chan_size); in scmi_perf_domain_desc_fc()