Lines Matching defs:enc

66 static void enc_bset(enc_dev_t *enc, const u8 reg, const u8 data)  in enc_bset()
76 static void enc_bclr(enc_dev_t *enc, const u8 reg, const u8 data) in enc_bclr()
94 static void enc_set_bank(enc_dev_t *enc, const u16 reg) in enc_set_bank()
152 static u8 enc_r8(enc_dev_t *enc, const u16 reg) in enc_r8()
169 static u16 enc_r16(enc_dev_t *enc, const u16 reg) in enc_r16()
191 static void enc_w8(enc_dev_t *enc, const u16 reg, const u8 data) in enc_w8()
206 static void enc_w16(enc_dev_t *enc, const u16 reg, const u16 data) in enc_w16()
224 static void enc_w8_retry(enc_dev_t *enc, const u16 reg, const u8 data, const int c) in enc_w8_retry()
250 static void enc_rbuf(enc_dev_t *enc, const u16 length, u8 *buf) in enc_rbuf()
266 static void enc_wbuf(enc_dev_t *enc, const u16 length, const u8 *buf, const u8 control) in enc_wbuf()
283 static int enc_claim_bus(enc_dev_t *enc) in enc_claim_bus()
296 static void enc_release_bus(enc_dev_t *enc) in enc_release_bus()
304 static u16 enc_phy_read(enc_dev_t *enc, const u8 addr) in enc_phy_read()
329 static void enc_phy_write(enc_dev_t *enc, const u8 addr, const u16 data) in enc_phy_write()
356 static int enc_phy_link_wait(enc_dev_t *enc) in enc_phy_link_wait()
392 static void enc_reset_rx(enc_dev_t *enc) in enc_reset_rx()
406 static void enc_reset_rx_call(enc_dev_t *enc) in enc_reset_rx_call()
416 static void enc_receive(enc_dev_t *enc) in enc_receive()
487 static void enc_poll(enc_dev_t *enc) in enc_poll()
524 static void enc_reset(enc_dev_t *enc) in enc_reset()
607 static int enc_clock_wait(enc_dev_t *enc) in enc_clock_wait()
631 static int enc_write_macaddr(enc_dev_t *enc) in enc_write_macaddr()
647 static int enc_setup(enc_dev_t *enc) in enc_setup()
696 static int enc_initcheck(enc_dev_t *enc, const enum enc_initstate requiredstate) in enc_initcheck()
732 enc_dev_t *enc; in enc_miiphy_read() local
758 enc_dev_t *enc; in enc_miiphy_write() local
783 enc_dev_t *enc = dev->priv; in enc_write_hwaddr() local
802 enc_dev_t *enc = dev->priv; in enc_init() local
823 enc_dev_t *enc = dev->priv; in enc_recv() local
854 enc_dev_t *enc = dev->priv; in enc_send() local
891 enc_dev_t *enc = dev->priv; in enc_halt() local
909 enc_dev_t *enc; in enc28j60_initialize() local