Home
last modified time | relevance | path

Searched refs:ptn (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/h8300/platform/h8s/
Dirq.c81 unsigned short ptn = 1 << (irq - EXT_IRQ0); in h8300_enable_irq_pin() local
83 IRQ_GPIO_MAP(ptn, irq, port_no, bit_no); in h8300_enable_irq_pin()
87 *(volatile unsigned short *)ISR &= ~ptn; /* ISR clear */ in h8300_enable_irq_pin()
97 unsigned short ptn = 1 << (irq - EXT_IRQ0); in h8300_disable_irq_pin() local
99 *(volatile unsigned short *)ISR &= ~ptn; in h8300_disable_irq_pin()
100 *(volatile unsigned short *)IER &= ~ptn; in h8300_disable_irq_pin()
101 IRQ_GPIO_MAP(ptn, irq, port_no, bit_no); in h8300_disable_irq_pin()
/linux-2.6.39/arch/h8300/platform/h8300h/
Dptrace_h8300h.c93 #define OPTABLE(ptn,msk,len,jmp) \ argument
95 .bitpattern = ptn, \
/linux-2.6.39/fs/jffs2/
Dreadinode.c223 struct jffs2_tmp_dnode_info *this, *ptn; in jffs2_add_tn_to_tree() local
255 ptn = tn_prev(this); in jffs2_add_tn_to_tree()
256 if (!ptn) { in jffs2_add_tn_to_tree()
264 this = ptn; in jffs2_add_tn_to_tree()
371 ptn = tn_prev(this); in jffs2_add_tn_to_tree()
372 if (!ptn) { in jffs2_add_tn_to_tree()
380 this = ptn; in jffs2_add_tn_to_tree()