Searched refs:size_lb (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/devices/
H A Dst_spi_fsm.c1520 uint32_t size_lb; local
1541 size_lb = size & ~read_mask;
1550 if (size_lb)
1551 stfsm_read_fifo(fsm, (uint32_t *)p, size_lb);
1555 memcpy(p + size_lb, &tmp, size_mop);
1581 uint32_t size_lb; local
1610 size_lb = size & ~write_mask;
1633 if (size_lb) {
1634 stfsm_write_fifo(fsm, (uint32_t *)p, size_lb);
1635 p += size_lb;
[all...]

Completed in 91 milliseconds