Home
last modified time | relevance | path

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

/openbmc/u-boot/include/mtd/
H A Dcfi_flash.h139 u16 max_buf_write_size; /* aligned */ member
/openbmc/u-boot/drivers/mtd/
H A Dcfi_flash.c2052 if (qry->max_buf_write_size > 0x8 && in flash_fixup_num()
2060 qry->max_buf_write_size = 0x8; in flash_fixup_num()
2259 info->buffer_size = 1 << le16_to_cpu(qry.max_buf_write_size); in flash_get_size()