Searched refs:fasreg (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | fasreg.h | 49 struct fasreg { struct 299 #define SET_FAS_COUNT(fasreg, val) { \ argument 300 fas_reg_write(fas, &fasreg->fas_xcnt_lo, (uint8_t)val); \ 301 fas_reg_write(fas, &fasreg->fas_xcnt_mid, \ 303 fas_reg_write(fas, &fasreg->fas_recmd_lo, \ 305 fas_reg_write(fas, &fasreg->fas_recmd_hi, 0); \ 311 #define GET_FAS_COUNT(fasreg, val) { \ argument 313 lo = fas_reg_read(fas, &fasreg->fas_xcnt_lo); \ 314 mid = fas_reg_read(fas, &fasreg->fas_xcnt_mid); \ 315 r_lo = fas_reg_read(fas, &fasreg->fas_recmd_lo); \
|
H A D | fasvar.h | 350 volatile struct fasreg *f_reg;
|
/titanic_50/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 526 volatile struct fasreg *fasreg; in fas_attach() local 642 if (ddi_regs_map_setup(dip, (uint_t)1, (caddr_t *)&fasreg, in fas_attach() 643 (off_t)0, (off_t)sizeof (struct fasreg), in fas_attach() 671 fas->f_reg = fasreg; in fas_attach() 1481 volatile struct fasreg *fasreg = fas->f_reg; in fas_reg_cmd_write() local 1482 int regno = (uintptr_t)&fasreg->fas_cmd - (uintptr_t)fasreg; in fas_reg_cmd_write() 1484 fasreg->fas_cmd = cmd; in fas_reg_cmd_write() 1581 volatile struct fasreg *fasreg = fas->f_reg; \ 1584 SET_FAS_COUNT(fasreg, count); \ 1594 volatile struct fasreg *fasreg = fas->f_reg; \ [all …]
|
/titanic_50/usr/src/uts/sun/sys/ |
H A D | Makefile | 44 fasreg.h fasvar.h ifpio.h sfvar.h
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | driver-storage-fas-header-fas.mf | 39 file path=usr/include/sys/scsi/adapters/fasreg.h
|