Home
last modified time | relevance | path

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

/linux/drivers/mfd/
A Dintel-m10-bmc.c90 unsigned int macaddr_low, macaddr_high; in mac_address_show() local
97 ret = m10bmc_sys_read(max10, M10BMC_MAC_HIGH, &macaddr_high); in mac_address_show()
106 (u8)FIELD_GET(M10BMC_MAC_BYTE5, macaddr_high), in mac_address_show()
107 (u8)FIELD_GET(M10BMC_MAC_BYTE6, macaddr_high)); in mac_address_show()
115 unsigned int macaddr_high; in mac_count_show() local
118 ret = m10bmc_sys_read(max10, M10BMC_MAC_HIGH, &macaddr_high); in mac_count_show()
123 (u8)FIELD_GET(M10BMC_MAC_COUNT, macaddr_high)); in mac_count_show()

Completed in 4 milliseconds