Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Drockchip_sfc.c578 u8 read_words; in rockchip_sfc_read_fifo() local
588 read_words = min_t(u32, rx_level, dwords); in rockchip_sfc_read_fifo()
589 readsl(sfc->regbase + SFC_DATA, buf, read_words); in rockchip_sfc_read_fifo()
590 buf += read_words << 2; in rockchip_sfc_read_fifo()
591 dwords -= read_words; in rockchip_sfc_read_fifo()
/rk3399_rockchip-uboot/scripts/
H A Dcheckpatch.pl659 sub read_words { subroutine
687 read_words(\$const_structs, $conststructsfile)
692 read_words(\$typeOtherTypedefs, $typedefsfile)