Home
last modified time | relevance | path

Searched refs:NUM (Results 1 – 7 of 7) sorted by relevance

/drivers/net/ethernet/sun/
Dniu.h307 #define XMAC_ALT_ADDR0(NUM) (0x00218UL + (NUM)*0x18UL) argument
310 #define XMAC_ALT_ADDR1(NUM) (0x00220UL + (NUM)*0x18UL) argument
313 #define XMAC_ALT_ADDR2(NUM) (0x00228UL + (NUM)*0x18UL) argument
331 #define XMAC_HASH_TBL(NUM) (0x00840UL + (NUM) * 0x8UL) argument
336 #define XMAC_HOST_INFO(NUM) (0x00900UL + (NUM) * 0x8UL) argument
504 #define BMAC_ALT_ADDR0(NUM) (0x00118UL + (NUM)*0x18UL) argument
507 #define BMAC_ALT_ADDR1(NUM) (0x00120UL + (NUM)*0x18UL) argument
510 #define BMAC_ALT_ADDR2(NUM) (0x00128UL + (NUM)*0x18UL) argument
537 #define BMAC_HASH_TBL(NUM) (0x002c0UL + (NUM) * 0x8UL) argument
576 #define BMAC_HOST_INFO(NUM) (0x00400UL + (NUM) * 0x8UL) argument
[all …]
/drivers/staging/vt6655/
Ddevice.h167 #define NUM 64 macro
369 PSRxMgmtPacket Q[NUM];
834 if ((pDevice->rxManeQueue.tail+1) % NUM == pDevice->rxManeQueue.head) in EnQueue()
841 pDevice->rxManeQueue.tail = (pDevice->rxManeQueue.tail+1)% NUM; in EnQueue()
863 pDevice->rxManeQueue.head = (pDevice->rxManeQueue.head+1)%NUM; in DeQueue()
/drivers/staging/speakup/
Dmain.c207 NUM, NUM, NUM, NUM, NUM, NUM, NUM, NUM, /* 01234567 */
208 NUM, NUM, A_PUNC, PUNC, PUNC, PUNC, PUNC, A_PUNC, /* 89:;<=>? */
Dspeakup.h28 #define NUM 0x0009 macro
Dvarhandlers.c76 value = NUM; in chartab_get_value()
Dkobjects.c54 else if (IS_TYPE(i, NUM)) in chars_chartab_show()
/drivers/staging/telephony/
Dixj.c278 #define NUM(inode) (iminor(inode) & 0xf) macro
2164 printk(KERN_INFO "Closing board %d\n", NUM(inode)); in ixj_release()
2748 IXJ * j = get_ixj(NUM(file_p->f_path.dentry->d_inode)); in ixj_read()
2805 IXJ *j = get_ixj(NUM(file_p->f_path.dentry->d_inode)); in ixj_enhanced_read()
2884 IXJ *j = get_ixj(NUM(file_p->f_path.dentry->d_inode)); in ixj_enhanced_write()
4587 IXJ *j = get_ixj(NUM(file_p->f_path.dentry->d_inode)); in ixj_poll()
6117 int board = NUM(inode); in do_ixj_ioctl()
6119 IXJ *j = get_ixj(NUM(inode)); in do_ixj_ioctl()
6686 IXJ *j = get_ixj(NUM(file_p->f_path.dentry->d_inode)); in ixj_fasync()