Searched defs:chip_status (Results 1 - 1 of 1) sorted by relevance

/drivers/bcma/
H A Dsprom.c482 u32 chip_status; local
496 chip_status = bcma_read32(bus->drv_cc.core, BCMA_CC_CHIPSTAT);
510 return chip_status & present_mask;
518 u32 chip_status; local
522 chip_status = bcma_read32(bus->drv_cc.core, BCMA_CC_CHIPSTAT);
525 present = chip_status & BCMA_CC_CHIPST_4313_OTP_PRESENT;
529 present = chip_status & BCMA_CC_CHIPST_4331_OTP_PRESENT;
542 present = chip_status & BCMA_CC_CHIPST_43228_OTP_PRESENT;

Completed in 50 milliseconds