Searched refs:STNIC_WRITE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/8390/ |
| A D | stnic.c | 95 STNIC_WRITE (int reg, byte val) in STNIC_WRITE() function 188 STNIC_WRITE (PG0_RSAR0, 0); in stnic_get_hdr() 189 STNIC_WRITE (PG0_RSAR1, ring_page); in stnic_get_hdr() 190 STNIC_WRITE (PG0_RBCR0, 4); in stnic_get_hdr() 191 STNIC_WRITE (PG0_RBCR1, 0); in stnic_get_hdr() 224 STNIC_WRITE (PG0_RSAR0, offset & 0xff); in stnic_block_input() 225 STNIC_WRITE (PG0_RSAR1, offset >> 8); in stnic_block_input() 227 STNIC_WRITE (PG0_RBCR1, length >> 8); in stnic_block_input() 259 STNIC_WRITE (PG0_RBCR1, length >> 8); in stnic_block_output() 260 STNIC_WRITE (PG0_RSAR0, 0); in stnic_block_output() [all …]
|
Completed in 12 milliseconds