Lines Matching refs:STNIC_WRITE
98 STNIC_WRITE (int reg, byte val) in STNIC_WRITE() function
192 STNIC_WRITE (PG0_RSAR0, 0); in stnic_get_hdr()
193 STNIC_WRITE (PG0_RSAR1, ring_page); in stnic_get_hdr()
194 STNIC_WRITE (PG0_RBCR0, 4); in stnic_get_hdr()
195 STNIC_WRITE (PG0_RBCR1, 0); in stnic_get_hdr()
196 STNIC_WRITE (STNIC_CR, CR_RRD | CR_PG0 | CR_STA); in stnic_get_hdr()
213 STNIC_WRITE (STNIC_CR, CR_RDMA | CR_PG0 | CR_STA); in stnic_get_hdr()
228 STNIC_WRITE (PG0_RSAR0, offset & 0xff); in stnic_block_input()
229 STNIC_WRITE (PG0_RSAR1, offset >> 8); in stnic_block_input()
230 STNIC_WRITE (PG0_RBCR0, length & 0xff); in stnic_block_input()
231 STNIC_WRITE (PG0_RBCR1, length >> 8); in stnic_block_input()
232 STNIC_WRITE (STNIC_CR, CR_RRD | CR_PG0 | CR_STA); in stnic_block_input()
251 STNIC_WRITE (STNIC_CR, CR_RDMA | CR_PG0 | CR_STA); in stnic_block_input()
258 STNIC_WRITE (PG0_RBCR0, 1); /* Write non-zero value */ in stnic_block_output()
259 STNIC_WRITE (STNIC_CR, CR_RRD | CR_PG0 | CR_STA); in stnic_block_output()
262 STNIC_WRITE (PG0_RBCR0, length & 0xff); in stnic_block_output()
263 STNIC_WRITE (PG0_RBCR1, length >> 8); in stnic_block_output()
264 STNIC_WRITE (PG0_RSAR0, 0); in stnic_block_output()
265 STNIC_WRITE (PG0_RSAR1, output_page); in stnic_block_output()
266 STNIC_WRITE (STNIC_CR, CR_RWR | CR_PG0 | CR_STA); in stnic_block_output()
283 STNIC_WRITE (STNIC_CR, CR_RDMA | CR_PG0 | CR_STA); in stnic_block_output()