Home
last modified time | relevance | path

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

/arch/mips/lasat/
Dprom.c71 .wdata_shift = AT93C_WDATA_SHIFT_100,
78 .wdata_shift = AT93C_WDATA_SHIFT_200,
Dat93c.c52 data |= 1 << at93c->wdata_shift; in at93c_write_databit()
54 data &= ~(1 << at93c->wdata_shift); in at93c_write_databit()
Dat93c.h13 int wdata_shift; member