Searched refs:SET_BIT_FIELD (Results 1 – 1 of 1) sorted by relevance
| /FreeRTOS-Plus-TCP-v3.1.0/source/portable/NetworkInterface/MPS2_AN385/ether_lan9118/ |
| D | smsc9220_eth_drv.c | 30 #define SET_BIT_FIELD( WORD, BIT_MASK, BIT_OFFSET, VALUE ) \ macro 500 SET_BIT_FIELD( phycmd, MAC_REG_MII_ACC_MII_REG_MASK, in smsc9220_phy_regread() 571 SET_BIT_FIELD( phycmd, MAC_REG_MII_ACC_MII_REG_MASK, in smsc9220_phy_regwrite() 684 SET_BIT_FIELD( register_map->fifo_level_irq, SMSC9220_FIFO_LEVEL_IRQ_MASK, in smsc9220_set_fifo_level_irq() 727 SET_BIT_FIELD( register_map->irq_cfg, IRQ_CFG_INT_DEAS_MASK, in smsc9220_init_irqs() 1012 SET_BIT_FIELD( register_map->afc_cfg, AFC_BACK_DUR_MASK, in smsc9220_init() 1014 SET_BIT_FIELD( register_map->afc_cfg, AFC_LOW_LEVEL_MASK, in smsc9220_init() 1016 SET_BIT_FIELD( register_map->afc_cfg, AFC_HIGH_LEVEL_MASK, in smsc9220_init() 1152 SET_BIT_FIELD( txcmd_a, TX_CMD_PKT_LEN_BYTES_MASK, 0, current_size ); in smsc9220_send_by_chunks() 1153 SET_BIT_FIELD( txcmd_a, TX_CMD_DATA_START_OFFSET_BYTES_MASK, in smsc9220_send_by_chunks() [all …]
|