Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dsky2.h717 RB_RST_CLR = 1<<1, /* Clear RAM Buf STM Reset */ enumerator
Dskge.h774 RB_RST_CLR = 1<<1, /* Clear RAM Buf STM Reset */ enumerator
Dskge.c2076 skge_write8(hw, RB_ADDR(q, RB_CTRL), RB_RST_CLR); in skge_ramset()
Dsky2.c692 sky2_write8(hw, RB_ADDR(q, RB_CTRL), RB_RST_CLR); in sky2_ramset()
/linux-2.4.37.9/drivers/net/sk98lin/
Dskgeinit.c854 SK_OUT8(IoC, RB_ADDR(QuIoOffs, RB_CTRL), RB_RST_CLR); in DoInitRamQueue()
/linux-2.4.37.9/drivers/net/sk98lin/h/
Dskgehw.h1298 #define RB_RST_CLR BIT_1S /* Clear RAM Buf STM Reset */ macro