Home
last modified time | relevance | path

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

/NextBSD/sys/arm/xscale/ixp425/
HDcambria_exp_space.c76 EXP_BUS_WRITE_4(sc, cs, EXP_BUS_READ_4(sc, cs) &~ EXP_BYTE_EN); in enable_16()
82 EXP_BUS_WRITE_4(sc, cs, EXP_BUS_READ_4(sc, cs) | EXP_BYTE_EN); in disable_16()
251 EXP_BUS_WRITE_4(sc, EXP_TIMING_CS3_OFFSET, in cambria_exp_bus_init()
HDavila_ata.c234 EXP_BUS_WRITE_4(sc, sc->sc_16bit_off, in ata_avila_attach()
238 EXP_BUS_WRITE_4(sc, config->offalt, in ata_avila_attach()
344 EXP_BUS_WRITE_4(sc, sc->sc_16bit_off, in enable_16()
353 EXP_BUS_WRITE_4(sc, sc->sc_16bit_off, in disable_16()
HDixp425var.h86 #define EXP_BUS_WRITE_4(sc, reg, data) \ macro