/src/sys/arch/hppa/hppa/ |
fpemu.S | 49 #define FP_TABLE3(name,ep0,ep1,ep2,ep3,ep4,ep5,ep6,ep7,ep8,ep9,epa,epb,epc,epd,epe,epf) \ 70 .import __CONCAT(__CONCAT(epe,_),name), code ! \ 72 .word __CONCAT(__CONCAT(ep0,_),name), __CONCAT(__CONCAT(ep1,_),name), __CONCAT(__CONCAT(ep2,_),name), __CONCAT(__CONCAT(ep3,_),name), __CONCAT(__CONCAT(ep4,_),name), __CONCAT(__CONCAT(ep5,_),name), __CONCAT(__CONCAT(ep6,_),name), __CONCAT(__CONCAT(ep7,_),name), __CONCAT(__CONCAT(ep8,_),name), __CONCAT(__CONCAT(ep9,_),name), __CONCAT(__CONCAT(epa,_),name), __CONCAT(__CONCAT(epb,_),name), __CONCAT(__CONCAT(epc,_),name), __CONCAT(__CONCAT(epd,_),name), __CONCAT(__CONCAT(epe,_),name), __CONCAT(__CONCAT(epf,_),name)
|
fpemu.S | 49 #define FP_TABLE3(name,ep0,ep1,ep2,ep3,ep4,ep5,ep6,ep7,ep8,ep9,epa,epb,epc,epd,epe,epf) \ 70 .import __CONCAT(__CONCAT(epe,_),name), code ! \ 72 .word __CONCAT(__CONCAT(ep0,_),name), __CONCAT(__CONCAT(ep1,_),name), __CONCAT(__CONCAT(ep2,_),name), __CONCAT(__CONCAT(ep3,_),name), __CONCAT(__CONCAT(ep4,_),name), __CONCAT(__CONCAT(ep5,_),name), __CONCAT(__CONCAT(ep6,_),name), __CONCAT(__CONCAT(ep7,_),name), __CONCAT(__CONCAT(ep8,_),name), __CONCAT(__CONCAT(ep9,_),name), __CONCAT(__CONCAT(epa,_),name), __CONCAT(__CONCAT(epb,_),name), __CONCAT(__CONCAT(epc,_),name), __CONCAT(__CONCAT(epd,_),name), __CONCAT(__CONCAT(epe,_),name), __CONCAT(__CONCAT(epf,_),name)
|
/src/sys/arch/sparc64/dev/ |
ffb.c | 1437 * EPE = EIE = EIS = 0 (for all non-interlaced modes) 1455 uint32_t epe, eie, eis; local in function:ffb_set_vmode 1562 epe = 0; 1571 DPRINTF(("\t0x%04x 0x%04x 0x%04x\n", epe, eie, eis)); 1606 DAC_WRITE(sc, FFB_DAC_VALUE, epe);
|
ffb.c | 1437 * EPE = EIE = EIS = 0 (for all non-interlaced modes) 1455 uint32_t epe, eie, eis; local in function:ffb_set_vmode 1562 epe = 0; 1571 DPRINTF(("\t0x%04x 0x%04x 0x%04x\n", epe, eie, eis)); 1606 DAC_WRITE(sc, FFB_DAC_VALUE, epe);
|
/src/sys/arch/arm/ep93xx/ |
epe.c | 1 /* $NetBSD: epe.c,v 1.52 2025/10/04 04:44:19 thorpej Exp $ */ 30 __KERNEL_RCSID(0, "$NetBSD: epe.c,v 1.52 2025/10/04 04:44:19 thorpej Exp $"); 109 CFATTACH_DECL_NEW(epe, sizeof(struct epe_softc),
|
epe.c | 1 /* $NetBSD: epe.c,v 1.52 2025/10/04 04:44:19 thorpej Exp $ */ 30 __KERNEL_RCSID(0, "$NetBSD: epe.c,v 1.52 2025/10/04 04:44:19 thorpej Exp $"); 109 CFATTACH_DECL_NEW(epe, sizeof(struct epe_softc),
|