Searched refs:READ4 (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatmvar.h472 #define READ4(SC,OFF) bus_space_read_4(SC->memt, SC->memh, (OFF)) macro
487 #define READ_SUNI(SC,OFF) READ4(SC, HE_REGO_SUNI + 4 * (OFF))
495 while((READ4(SC, HE_REGO_LB_MEM_ACCESS) & HE_REGM_LB_MEM_HNDSHK))\
497 READ4(SC, HE_REGO_LB_MEM_DATA); \
505 while((READ4(SC, HE_REGO_LB_MEM_ACCESS) & HE_REGM_LB_MEM_HNDSHK))\
514 while((READ4(SC, HE_REGO_CON_CTL) & HE_REGM_CON_STATUS) != 0) \
522 while((READ4(SC, HE_REGO_CON_CTL) & HE_REGM_CON_STATUS) != 0) \
524 READ4(SC, HE_REGO_CON_DAT); \
H A Dif_hatm.c518 while (((v = READ4(sc, HE_REGO_RESET_CNTL)) & HE_REGM_RESET_STATE) == 0) {
537 v = READ4(sc, HE_REGO_HOST_CNTL);
566 v = READ4(sc, HE_REGO_LB_SWAP);
601 val = READ4(sc, HE_REGO_HOST_CNTL);
638 tmp_read = READ4(sc, HE_REGO_HOST_CNTL);
848 lbufd_addr = READ4(sc, HE_REGO_RCMLBM_BA) + lbufd_index * 2;
901 lbufd_addr = READ4(sc, HE_REGO_RCMLBM_BA) + lbufd_index * 2;
1027 uint32_t base = READ4(sc, HE_REGO_RCMABR_BA);
1289 sc->istats.mcc += READ4(sc, HE_REGO_MCC);
1290 sc->istats.oec += READ4(s
[all...]
H A Dif_hatm_rx.c318 v = READ4(sc, HE_REGO_RCCSTAT);
320 (READ4(sc, HE_REGO_RCCSTAT) & HE_REGM_RCCSTAT_PROG))
H A Dif_hatm_intr.c321 rbp->head = (READ4(sc, HE_REGO_RBP_S(large, group)) >> HE_REGS_RBP_HEAD)
544 (void)READ4(sc, HE_REGO_INT_FIFO);
552 tail = READ4(sc, HE_REGO_IRQ_BASE(q->group)) &
686 READ4(sc, HE_REGO_ABORT_ADDR));
726 (void)READ4(sc, HE_REGO_INT_FIFO);
H A Dif_hatm_tx.c186 (READ4(sc, HE_REGO_TPDRQ_H) >> HE_REGS_TPDRQ_H_H) &
/freebsd-9.3-release/sys/dev/agp/
H A Dagp_amd.c57 #define READ4(off) bus_space_read_4(sc->bst, sc->bsh, off) macro
380 } while (READ4(AGP_AMD751_TLBCTRL));
H A Dagp_ati.c58 #define READ4(off) bus_space_read_4(sc->bst, sc->bsh, off) macro
349 (void)READ4(ATI_GART_CACHE_CNTRL);
/freebsd-9.3-release/sys/dev/fatm/
H A Dif_fatm.c372 h = READ4(sc, FATMO_HEARTBEAT);
443 val = READ4(sc, FATMO_BOOT_STATUS);
576 c = READ4(sc, FATMO_UART_TO_HOST);
611 c1 = READ4(sc, FATMO_UART_TO_960);
662 val = READ4(sc, FATMO_BOOT_STATUS);
779 c = READ4(sc, FATMO_INIT + FATMOI_STATUS);
799 off = READ4(sc, FATMO_COMMAND_QUEUE);
822 READ4(sc, FATMO_TRANSMIT_QUEUE),
827 READ4(sc, FATMO_RECEIVE_QUEUE),
832 READ4(s
[all...]
H A Dif_fatmvar.h329 #define READ4(SC, OFF) bus_space_read_4(SC->memt, SC->memh, OFF) macro

Completed in 181 milliseconds