OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMAP_FIFO_RESET
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/playstation2/dev/
if_smapreg.h
61
#define
SMAP_FIFO_RESET
0x01
if_smap.c
132
STATIC int
smap_fifo_reset
(bus_addr_t);
611
if (
smap_fifo_reset
(SMAP_TXFIFO_CTRL_REG8) != 0)
614
if (
smap_fifo_reset
(SMAP_RXFIFO_CTRL_REG8) != 0)
625
smap_fifo_reset
(bus_addr_t a)
function in typeref:typename:int
629
_reg_write_1(a,
SMAP_FIFO_RESET
);
631
while ((_reg_read_1(a) &
SMAP_FIFO_RESET
) && --retry > 0)
Completed in 12 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025