Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-rockchip-sfc.c421 u8 read_words; in rockchip_sfc_read_fifo() local
431 read_words = min_t(u32, rx_level, dwords); in rockchip_sfc_read_fifo()
432 ioread32_rep(sfc->regbase + SFC_DATA, buf, read_words); in rockchip_sfc_read_fifo()
433 buf += read_words << 2; in rockchip_sfc_read_fifo()
434 dwords -= read_words; in rockchip_sfc_read_fifo()
/linux/scripts/
H A Dcheckpatch.pl1002 sub read_words { subroutine
1031 read_words(\$const_structs, $conststructsfile)
1037 read_words(\$typeOtherTypedefs, $typedefsfile)