Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Ddrxk_hard.c447 u8 *adr_buf = &state->chunk[0]; in write_block() local
451 adr_buf[0] = (((address << 1) & 0xFF) | 0x01); in write_block()
452 adr_buf[1] = ((address >> 16) & 0xFF); in write_block()
453 adr_buf[2] = ((address >> 24) & 0xFF); in write_block()
454 adr_buf[3] = ((address >> 7) & 0xFF); in write_block()
455 adr_buf[2] |= flags; in write_block()
460 adr_buf[0] = ((address << 1) & 0xFF); in write_block()
461 adr_buf[1] = (((address >> 16) & 0x0F) | in write_block()