Searched refs:status_ptr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.h266 host->status[(_q)][host->status_ptr[(_q)]].when = jiffies; \
267 host->status[(_q)][host->status_ptr[(_q)]].ssr = (_ssr); \
268 host->status[(_q)][host->status_ptr[(_q)]].ph = (_ph); \
269 host->status[(_q)][host->status_ptr[(_q)]].irq = (_irq); \
270 host->status_ptr[(_q)] = (host->status_ptr[(_q)] + 1) & (STATUS_BUFFER_SIZE - 1); \
349 unsigned char status_ptr[9]; member in struct:acornscsi_hostdata
H A Dacornscsi.c515 ptr = host->status_ptr[target] - STATUS_BUFFER_TO_PRINT;
524 for (; ptr != host->status_ptr[target]; ptr = (ptr + 1) & (STATUS_BUFFER_SIZE - 1)) {
2847 statptr = host->status_ptr[devidx] - 10;
2854 for (; statptr != host->status_ptr[devidx]; statptr = (statptr + 1) & (STATUS_BUFFER_SIZE - 1)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/savage/
H A Dsavage_bci.c53 status = dev_priv->status_ptr[0];
127 status = dev_priv->status_ptr[1];
170 if (dev_priv->status_ptr) {
172 count = dev_priv->status_ptr[1023];
184 if (dev_priv->status_ptr)
185 dev_priv->status_ptr[1023] = (uint32_t) count;
248 if (dev_priv->status_ptr)
249 event = dev_priv->status_ptr[1] & 0xffff;
344 if (dev_priv->status_ptr)
345 event = dev_priv->status_ptr[
[all...]
H A Dsavage_drv.h169 volatile uint32_t *status_ptr, *bci_ptr; member in struct:drm_savage_private
557 if (dev_priv->status_ptr) { \
560 count = dev_priv->status_ptr[1023]; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcs46xx_dsp_scb_types.h835 status_ptr,

Completed in 59 milliseconds