Searched refs:FLASH_ID_MASK (Results 1 – 4 of 4) sorted by relevance
59 #define FLASH_ID_MASK 0xFF00 macro64 #define WRSR_16B_REQUIRED(chip_id) (((chip_id) & FLASH_ID_MASK) == GD25LQ_PRODUCT_ID || \77 uint32_t product_id = flash_id & FLASH_ID_MASK; in spi_flash_chip_gd_probe()
28 const uint16_t FLASH_ID_MASK = 0xFF00; in spi_flash_chip_boya_probe() local30 if ((flash_id & FLASH_ID_MASK) != FLASH_ID_VALUE) { in spi_flash_chip_boya_probe()
19 const uint16_t FLASH_ID_MASK = 0xFF00; in spi_flash_chip_th_probe() local21 if ((flash_id & FLASH_ID_MASK) != FLASH_ID_VALUE) { in spi_flash_chip_th_probe()
30 const uint16_t FLASH_ID_MASK = 0xCF00; in spi_flash_chip_issi_probe() local32 if ((flash_id & FLASH_ID_MASK) != FLASH_ID_VALUE) { in spi_flash_chip_issi_probe()