Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/pata_parport/
H A Dpata_parport.h34 #define out_p(offs, byte) do { outb(byte, pi->port + offs); delay_p; } while (0) macro
37 #define w0(byte) out_p(0, byte)
39 #define w1(byte) out_p(1, byte)
41 #define w2(byte) out_p(2, byte)
43 #define w3(byte) out_p(3, byte)
44 #define w4(byte) out_p(4, byte)
H A Dbpck.c24 #define w2(byte) {out_p(2,byte); PC = byte;}
25 #define t2(pat) {PC ^= pat; out_p(2,PC);}
26 #define e2() {PC &= 0xfe; out_p(2,PC);}
27 #define o2() {PC |= 1; out_p(2,PC);}
H A Dfit3.c25 #define w7(byte) out_p(7, byte)
/openbmc/u-boot/drivers/usb/gadget/
H A Ddesignware_udc.c638 struct udc_endp_regs *out_p = &outep_regs_p[ep_num]; in udc_setup_ep() local
648 writel(readl(&out_p->endp_cntl) | ENDP_CNTL_CNAK, in udc_setup_ep()
649 &out_p->endp_cntl); in udc_setup_ep()
657 writel(ENDP_CNTL_CONTROL | ENDP_CNTL_RRDY, &out_p->endp_cntl); in udc_setup_ep()
660 &out_p->endp_maxpacksize); in udc_setup_ep()
693 writel(0x0, &out_p->endp_status); in udc_setup_ep()
694 writel((ep_type << 4) | ENDP_CNTL_RRDY, &out_p->endp_cntl); in udc_setup_ep()
696 &out_p->endp_maxpacksize); in udc_setup_ep()
/openbmc/linux/fs/afs/
H A Ddynroot.c206 goto out_p; in afs_lookup_atcell()
228 out_p: in afs_lookup_atcell()
H A Ddir.c935 goto out_p; in afs_lookup_atsys()
969 out_p: in afs_lookup_atsys()
/openbmc/linux/arch/x86/
H A DKconfig.debug130 This is the traditional Linux IO delay used for in/out_p.