Searched refs:clc_base (Results 1 – 2 of 2) sorted by relevance
416 u8 *clc_base = NULL, hw_encap = 0; in mt7921_load_clc() local455 clc_base = (u8 *)(fw->data + offset); in mt7921_load_clc()461 if (!clc_base) in mt7921_load_clc()465 clc = (const struct mt7921_clc *)(clc_base + offset); in mt7921_load_clc()
598 u8 *clc_base = NULL; in mt7925_load_clc() local629 clc_base = (u8 *)(fw->data + offset); in mt7925_load_clc()635 if (!clc_base) in mt7925_load_clc()639 clc = (const struct mt7925_clc *)(clc_base + offset); in mt7925_load_clc()
Completed in 17 milliseconds