HomeSort by: relevance | last modified time | path
    Searched refs:bcm53xx_ioreg_bsh (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/evbarm/bcm53xx/
bcm53xx_machdep.c 308 bcm53xx_rng_start(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh);
408 v = bus_space_read_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
411 bus_space_write_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
417 v = bus_space_read_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
420 bus_space_write_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
431 bus_space_write_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
  /src/sys/arch/arm/broadcom/
bcm53xx_board.c 66 bus_space_handle_t bcm53xx_ioreg_bsh; variable in typeref:typename:bus_space_handle_t
148 bus_space_handle_t bsh = bcm53xx_ioreg_bsh;
292 bus_space_write_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
296 bus_space_write_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
300 bus_space_write_4(bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh,
428 cpu->cpu_ioreg_bsh = bcm53xx_ioreg_bsh;
470 bcm53xx_ioreg_bsh = (bus_space_handle_t) iobase;
472 BCM53XX_IOREG_SIZE, 0, &bcm53xx_ioreg_bsh);
486 bcm53xx_get_chip_ioreg_state(&bcs, bcm53xx_ioreg_bst, bcm53xx_ioreg_bsh);
619 bus_space_handle_t bsh = bcm53xx_ioreg_bsh;
    [all...]
bcm53xx_var.h 124 extern bus_space_handle_t bcm53xx_ioreg_bsh;
bcm53xx_ccb.c 175 bus_space_subregion (sc->sc_bst, bcm53xx_ioreg_bsh,
bcm53xx_cca.c 161 bus_space_subregion (sc->sc_bst, bcm53xx_ioreg_bsh,

Completed in 13 milliseconds