Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c192 #define nandc_set_read_loc_first(chip, reg, cw_offset, read_size, is_last_read_loc) \ argument
196 ((is_last_read_loc) << READ_LOCATION_LAST))
198 #define nandc_set_read_loc_last(chip, reg, cw_offset, read_size, is_last_read_loc) \ argument
202 ((is_last_read_loc) << READ_LOCATION_LAST))
772 int cw_offset, int read_size, int is_last_read_loc) in nandc_set_read_loc() argument
785 read_size, is_last_read_loc); in nandc_set_read_loc()
788 read_size, is_last_read_loc); in nandc_set_read_loc()