Lines Matching +full:address +full:- +full:1
4 # SPDX-License-Identifier: Apache-2.0
25 DT_ETH_SAM_GMAC_NQ := $(dt_node_int_prop_int,$(DT_ETH_SAM_GMAC_PATH),num-queues)
29 default 1
30 range 1 $(DT_ETH_SAM_GMAC_NQ) if SOC_SERIES_SAME70 || \
40 depends on ETH_SAM_GMAC_QUEUES > 1
53 range 0 1 if ETH_SAM_GMAC_QUEUES = 2
80 Read MAC address from an I2C EEPROM.
85 hex "I2C EEPROM internal address"
88 Internal address of the EEPROM chip where the MAC address is stored.
89 Chips with 1 to 4 byte internal address size are supported. Address
93 int "I2C EEPROM internal address size"
94 default 1
95 range 1 4
97 Size (in bytes) of the internal EEPROM address.