Home | History | Annotate | Download | only in boot

Lines Matching defs:zs

1 /*	$NetBSD: zs.c,v 1.4 2024/05/03 21:38:15 andvar Exp $	*/
40 #include "zs.h"
54 volatile uint8_t *zs = dev;
57 val = *(volatile uint8_t *)(zs + reg);
66 volatile uint8_t *zs = dev;
68 *(volatile uint8_t *)(zs + reg) = val;
129 void *zs;
131 zs = (void *)MIPS_PHYS_TO_KSEG1(ZS_BASE + addr);
132 zs_reset(zs);
134 return zs;