HomeSort by: relevance | last modified time | path
    Searched refs:scraddr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/mips/cavium/dev/
octeon_powvar.h 112 /* The ``scraddr'' part is index in 8 byte words, not address. */
118 int scraddr, /* 0-2047 */
121 /* ``scraddr'' part is index in 64-bit words, not address */
122 const int scrindex = scraddr / sizeof(uint64_t);
135 int scraddr) /* 0-2047 */
137 /* ``scraddr'' part is index in 64-bit words, not address */
138 const int scrindex = scraddr / sizeof(uint64_t);
362 octpow_work_request_async(uint64_t scraddr, uint64_t wait)
365 octpow_ops_get_work_iobdma(scraddr, wait);
369 octpow_work_response_async(uint64_t scraddr)
    [all...]
octeon_fauvar.h 89 * `scraddr' parameter of IOBDMA operation is actually `index';
105 octfau_op_iobdma_store_data(int scraddr, int incval, int tagwait,
114 /* `scraddr' parameter of IOBDMA operation is actually `index' */
115 octfau_op_iobdma(scraddr / sizeof(uint64_t), args);
octeon_rnm.c 352 /* ``scraddr'' part is index in 64-bit words, not address */
353 size_t scraddr = OCTEON_CVMSEG_OFFSET(csm_rnm); local in function:octrnm_iobdma
355 scraddr / sizeof(uint64_t), nwords, 0);
362 for (; nwords-- > 0; scraddr += 8)
363 *buf++ = octeon_cvmseg_read_8(scraddr);
  /src/sys/dev/ic/
osiop.c 1048 bus_addr_t scraddr = sc->sc_scrdma->dm_segs[0].ds_addr; local in function:osiop_checkintr
1066 (osiop_read_4(sc, OSIOP_DSP) < scraddr ||
1067 osiop_read_4(sc, OSIOP_DSP) >= scraddr + sizeof(osiop_script))) {
1071 scraddr, scraddr + sizeof(osiop_script));
1182 scraddr + Ent_clear_ack);
1241 osiop_read_4(sc, OSIOP_DSP) - scraddr,
1260 osiop_write_4(sc, OSIOP_DSP, scraddr + Ent_switch);
1291 scraddr + Ent_wait_reselect);
1310 scraddr + Ent_wait_reselect)
    [all...]

Completed in 29 milliseconds