Searched refs:_BLK_REG_MASK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Disp_pci.c997 (((struct isp_pcisoftc *)a)->pci_poff[((x) & _BLK_REG_MASK) >> \
1154 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1163 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1175 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1186 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1198 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1211 } else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) {
1230 if ((regoff & _BLK_REG_MASK) == SXP_BLOCK) {
1243 } else if ((regoff & _BLK_REG_MASK) == DMA_BLOCK) {
1261 int block = regoff & _BLK_REG_MASK;
[all...]
H A Disp_sbus.c342 (((struct isp_sbussoftc *)a)->sbus_poff[((x) & _BLK_REG_MASK) >> \
379 int offset = sbs->sbus_poff[(regoff & _BLK_REG_MASK) >> _BLK_REG_SHFT];
391 int offset = sbs->sbus_poff[(regoff & _BLK_REG_MASK) >> _BLK_REG_SHFT];
H A Dispreg.h93 #define _BLK_REG_MASK (7 << _BLK_REG_SHFT) macro

Completed in 186 milliseconds