Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/8390/
Dstnic.c98 STNIC_WRITE (int reg, byte val) in STNIC_WRITE() function
191 STNIC_WRITE (PG0_RSAR0, 0); in stnic_get_hdr()
192 STNIC_WRITE (PG0_RSAR1, ring_page); in stnic_get_hdr()
193 STNIC_WRITE (PG0_RBCR0, 4); in stnic_get_hdr()
194 STNIC_WRITE (PG0_RBCR1, 0); in stnic_get_hdr()
195 STNIC_WRITE (STNIC_CR, CR_RRD | CR_PG0 | CR_STA); in stnic_get_hdr()
212 STNIC_WRITE (STNIC_CR, CR_RDMA | CR_PG0 | CR_STA); in stnic_get_hdr()
227 STNIC_WRITE (PG0_RSAR0, offset & 0xff); in stnic_block_input()
228 STNIC_WRITE (PG0_RSAR1, offset >> 8); in stnic_block_input()
229 STNIC_WRITE (PG0_RBCR0, length & 0xff); in stnic_block_input()
[all …]