Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/bcma/
H A Dbcma_driver_chipcommon.h44 #define BCMA_CC_CAP_OTPS 0x00380000 /* OTP size */ macro
/openbmc/linux/drivers/bcma/
H A Dsprom.c550 otpsize = bus->drv_cc.capabilities & BCMA_CC_CAP_OTPS; in bcma_sprom_onchip_available()