Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_reg.h400 #define MISC_REG_CHIP_NUM \ macro
H A Dbxe_elink.c3497 chip_id = (REG_RD(sc, MISC_REG_CHIP_NUM) << 16) | in elink_cl45_read()
3574 chip_id = (REG_RD(sc, MISC_REG_CHIP_NUM) << 16) | in elink_cl45_write()
13026 chip_id = (REG_RD(sc, MISC_REG_CHIP_NUM) << 16) | in elink_populate_int_phy()
H A Dbxe.c13979 (((REG_RD(sc, MISC_REG_CHIP_NUM) & 0xffff) << 16) | in bxe_get_device_info()