OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:smap_fifo_reset
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/playstation2/dev/
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 11 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025