Searched refs:SCB_RESIDUAL_DATACNT (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c651 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, datacnt >> 24);
702 resid |= ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT+3) << 24;
703 ahd_outl(ahd, SCB_RESIDUAL_DATACNT, resid);
719 ahd_outb(ahd, SCB_RESIDUAL_DATACNT + 3, 0);
791 ahd_outb(ahd, SCB_RESIDUAL_DATACNT+3, data_len >> 24);
4922 data_cnt = ahd_inl_scbram(ahd, SCB_RESIDUAL_DATACNT);
5013 ahd_outl(ahd, SCB_RESIDUAL_DATACNT, data_cnt);
5070 resid = (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 2) << 16)
5071 | (ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT + 1) << 8)
5072 | ahd_inb_scbram(ahd, SCB_RESIDUAL_DATACNT);
[all...]
H A Daic7xxx.c3697 data_cnt = ahc_inl(ahc, SCB_RESIDUAL_DATACNT);
3743 ahc_outl(ahc, SCB_RESIDUAL_DATACNT, data_cnt);
3784 resid = (ahc_inb(ahc, SCB_RESIDUAL_DATACNT + 2) << 16)
3785 | (ahc_inb(ahc, SCB_RESIDUAL_DATACNT + 1) << 8)
3786 | ahc_inb(ahc, SCB_RESIDUAL_DATACNT);
H A Daic7xxx_reg.h1611 #define SCB_RESIDUAL_DATACNT 0xa0 macro
H A Daic79xx_reg.h2233 ahd_print_register(NULL, 0, "SCB_RESIDUAL_DATACNT", 0x180, regvalue, cur_col, wrap)
3681 #define SCB_RESIDUAL_DATACNT 0x180 macro

Completed in 98 milliseconds