Home
last modified time | relevance | path

Searched refs:FPGA_INT_ENABLE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/evbppc/walnut/dev/
H A Dpbus.c187 fpga_reg = bus_space_read_1(iot_fpga, ioh_fpga, FPGA_INT_ENABLE); in pbus_attach()
189 bus_space_write_1(iot_fpga, ioh_fpga, FPGA_INT_ENABLE, fpga_reg); in pbus_attach()
/netbsd-src/sys/arch/evbppc/include/
H A Dwalnut.h111 #define FPGA_INT_ENABLE 0x01 /* Int enable */ macro