Searched refs:swap_val (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c415 u32_t swap_val = 0; local
432 swap_val = REG_RD(pdev, NIG_REG_PORT_SWAP);
437 gpio_port = (swap_val && swap_override) ^ port;
522 u32_t swap_val = 0; local
537 swap_val = REG_RD(pdev, NIG_REG_PORT_SWAP);
541 gpio_port = (swap_val && swap_override) ^ port;
672 u32_t swap_val = 0; local
675 swap_val = REG_RD(pdev, NIG_REG_PORT_SWAP);
677 gpio_port = (swap_val && swap_override ) ^ port;
H A Dlm_hw_init_reset.c869 u32_t swap_val = 0; local
1058 swap_val = REG_RD(pdev,NIG_REG_PORT_SWAP);
1065 REG_WR(pdev,NIG_REG_PORT_SWAP,swap_val);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c8522 u32 swap_val, swap_override; local
8528 swap_val = REG_RD(cb, NIG_REG_PORT_SWAP);
8530 return gpio_port ^ (swap_val && swap_override);
10086 u32 swap_val, swap_override; local
10092 swap_val = REG_RD(cb, NIG_REG_PORT_SWAP);
10094 port = (swap_val && swap_override) ^ 1;
14272 u32 swap_val, swap_override; local
14273 swap_val = REG_RD(cb, NIG_REG_PORT_SWAP);
14275 port ^= (swap_val && swap_override);
14493 u32 swap_val, swap_overrid local
15333 u32 offset, aeu_mask, swap_val, swap_override, sync_offset; local
[all...]

Completed in 127 milliseconds