Searched refs:pcn_bcr_read (Results 1 – 1 of 1) sorted by relevance
79 pcn_bcr_write(pcnp, reg, pcn_bcr_read(pcnp, reg) | (x))82 pcn_bcr_write(pcnp, reg, pcn_bcr_read(pcnp, reg) & ~(x))117 static uint32_t pcn_bcr_read(pcn_t *, uint32_t);1355 val = pcn_bcr_read(pcnp, PCN_BCR_MIIDATA) & 0xFFFF; in pcn_mii_read()1444 pcn_bcr_read(pcn_t *pcnp, uint32_t reg) in pcn_bcr_read() function