Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/adc/
H A Dad7606_spi.c93 static u16 ad7606B_spi_rd_wr_cmd(int addr, char is_write_op) in ad7606B_spi_rd_wr_cmd() argument
100 return (addr & 0x3F) | (((~is_write_op) & 0x1) << 6); in ad7606B_spi_rd_wr_cmd()