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

  /src/sys/arch/evbarm/bcm53xx/
bcm53xx_machdep.c 208 bus_space_write_4(bcm53xx_armcore_bst, bcm53xx_armcore_bsh,
211 uint32_t diagctl = bus_space_read_4(bcm53xx_armcore_bst,
214 bus_space_write_4(bcm53xx_armcore_bst, bcm53xx_armcore_bsh,
217 uint32_t scu_ctl = bus_space_read_4(bcm53xx_armcore_bst,
220 bus_space_write_4(bcm53xx_armcore_bst, bcm53xx_armcore_bsh,
290 uint32_t scu_cfg = bus_space_read_4(bcm53xx_armcore_bst, bcm53xx_armcore_bsh,
  /src/sys/arch/arm/broadcom/
bcm53xx_var.h 125 extern bus_space_tag_t bcm53xx_armcore_bst;
bcm53xx_board.c 67 bus_space_tag_t bcm53xx_armcore_bst = &bcmgen_bs_tag; variable in typeref:typename:bus_space_tag_t
430 cpu->cpu_armcore_bst = bcm53xx_armcore_bst;
478 error = bus_space_map(bcm53xx_armcore_bst, BCM53XX_ARMCORE_PBASE,
487 bcm53xx_get_chip_armcore_state(&bcs, bcm53xx_armcore_bst, bcm53xx_armcore_bsh);
505 arml2cc_init(bcm53xx_armcore_bst, bcm53xx_armcore_bsh,
556 mb->mb_iot = bcm53xx_armcore_bst;

Completed in 12 milliseconds