Home
last modified time | relevance | path

Searched +full:ccode +full:- +full:map +full:- +full:trivial (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/net/wireless/
H A Dbrcm,bcm4329-fmac.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Arend van Spriel <arend@broadcom.com>
19 - $ref: ieee80211.yaml#
24 - items:
25 - enum:
26 - brcm,bcm43143-fmac
27 - brcm,bcm4341b0-fmac
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c1 // SPDX-License-Identifier: ISC
19 struct device_node *np = dev->of_node; in brcmf_of_get_country_codes()
25 count = of_property_count_strings(np, "brcm,ccode-map"); in brcmf_of_get_country_codes()
27 /* If no explicit country code map is specified, check whether in brcmf_of_get_country_codes()
28 * the trivial map should be used. in brcmf_of_get_country_codes()
30 settings->trivial_ccode_map = in brcmf_of_get_country_codes()
31 of_property_read_bool(np, "brcm,ccode-map-trivial"); in brcmf_of_get_country_codes()
36 return (count == -EINVAL) ? 0 : count; in brcmf_of_get_country_codes()
41 return -ENOMEM; in brcmf_of_get_country_codes()
43 cc->table_size = count; in brcmf_of_get_country_codes()
[all …]