Lines Matching defs:addr
96 _attribute_ram_code_sec_noinline_ static void flash_send_addr(unsigned int addr) in flash_send_addr()
136 _attribute_ram_code_sec_noinline_ void flash_erase_sector_ram(unsigned long addr) in flash_erase_sector_ram()
148 _attribute_text_sec_ void flash_erase_sector(unsigned long addr) in flash_erase_sector()
162 _attribute_ram_code_sec_noinline_ void flash_write_page_ram(unsigned long addr, unsigned long len, … in flash_write_page_ram()
180 _attribute_text_sec_ void flash_write_page(unsigned long addr, unsigned long len, unsigned char *bu… in flash_write_page()
204 _attribute_ram_code_sec_noinline_ void flash_read_page_ram(unsigned long addr, unsigned long len, u… in flash_read_page_ram()
225 _attribute_text_sec_ void flash_read_page(unsigned long addr, unsigned long len, unsigned char *buf) in flash_read_page()
259 _attribute_ram_code_sec_noinline_ void flash_erase_page_ram(unsigned int addr) in flash_erase_page_ram()
272 _attribute_text_sec_ void flash_erase_page(unsigned int addr) in flash_erase_page()
284 _attribute_ram_code_sec_noinline_ void flash_erase_32kblock_ram(unsigned int addr) in flash_erase_32kblock_ram()
296 _attribute_text_sec_ void flash_erase_32kblock(unsigned int addr) in flash_erase_32kblock()
308 _attribute_ram_code_sec_noinline_ void flash_erase_64kblock_ram(unsigned int addr) in flash_erase_64kblock_ram()
320 _attribute_text_sec_ void flash_erase_64kblock(unsigned int addr) in flash_erase_64kblock()