Searched refs:sf_program (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/staging/rts_pstor/ |
D | spi.c | 147 static void sf_program(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr, u16 len) in sf_program() function 604 sf_program(chip, ins, 1, addr, 1); in spi_write_flash() 645 sf_program(chip, ins, 1, addr, 1); in spi_write_flash() 648 sf_program(chip, ins, 0, 0, 1); in spi_write_flash() 697 sf_program(chip, ins, 1, addr, pagelen); in spi_write_flash()
|