Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h335 typedef uintptr_t bge_regno_t; /* register # (offset) */ typedef
406 bge_regno_t chip_mbx_reg; /* (const) h/w producer */
449 bge_regno_t chip_mbx_reg; /* (const) h/w consumer */
518 bge_regno_t chip_mbx_reg; /* (const) h/w producer */
880 bge_regno_t phy_mii_addr; /* should be (const) 1! */
1181 uint16_t bge_mii_get16(bge_t *bgep, bge_regno_t regno);
1182 void bge_mii_put16(bge_t *bgep, bge_regno_t regno, uint16_t value);
1183 uint16_t bge_phydsp_read(bge_t *bgep, bge_regno_t regno);
1184 void bge_phydsp_write(bge_t *bgep, bge_regno_t regno, uint16_t value);
1185 uint32_t bge_reg_get32(bge_t *bgep, bge_regno_t regno);
[all …]
H A Dbge_chip2.c176 static void bge_cfg_clr16(bge_t *bgep, bge_regno_t regno, uint16_t bits);
180 bge_cfg_clr16(bge_t *bgep, bge_regno_t regno, uint16_t bits) in bge_cfg_clr16()
198 static void bge_cfg_clr32(bge_t *bgep, bge_regno_t regno, uint32_t bits);
202 bge_cfg_clr32(bge_t *bgep, bge_regno_t regno, uint32_t bits) in bge_cfg_clr32()
234 uint32_t bge_ind_get32(bge_t *bgep, bge_regno_t regno);
238 bge_ind_get32(bge_t *bgep, bge_regno_t regno) in bge_ind_get32()
262 void bge_ind_put32(bge_t *bgep, bge_regno_t regno, uint32_t val);
266 bge_ind_put32(bge_t *bgep, bge_regno_t regno, uint32_t val) in bge_ind_put32()
607 uint32_t bge_reg_get32(bge_t *bgep, bge_regno_t regno);
611 bge_reg_get32(bge_t *bgep, bge_regno_t regno) in bge_reg_get32()
[all …]
H A Dbge_main2.c2203 static bge_regno_t nic_ring_addrs[BGE_BUFF_RINGS_MAX] = {
2208 static bge_regno_t mailbox_regs[BGE_BUFF_RINGS_MAX] = {
2213 static bge_regno_t buff_cons_xref[BGE_BUFF_RINGS_MAX] = {